org.ow2.frascati.wsdl
Interface WsdlCompiler

All Known Implementing Classes:
WsdlCompilerCXF, WsdlCompilerFcInItf, WsdlCompilerFcOutItf, WsdlCompilerFcSR, WsdlCompilerInterceptorSCAIntent, WsdlCompilerInterceptorSCALCb56bb98SCACCIntent

public interface WsdlCompiler

OW2 FraSCAti Assembly Factory WSDL compiler interface.

Version:
1.3
Author:
Philippe Merle

Method Summary
 void compileWSDL(java.lang.String wsdlUri, ProcessingContext processingContext)
          Compile a WSDL definition.
 javax.wsdl.Definition readWSDL(java.lang.String wsdlUri)
          Get a WSDL definition.
 

Method Detail

readWSDL

javax.wsdl.Definition readWSDL(java.lang.String wsdlUri)
                               throws javax.wsdl.WSDLException
Get a WSDL definition.

Throws:
javax.wsdl.WSDLException

compileWSDL

void compileWSDL(java.lang.String wsdlUri,
                 ProcessingContext processingContext)
                 throws java.lang.Exception
Compile a WSDL definition.

Throws:
java.lang.Exception


Copyright © 2007-2010 OW2 Consortium. All Rights Reserved.