org.ow2.frascati.wsdl
Class WsdlCompilerCXF
java.lang.Object
org.ow2.frascati.util.AbstractLoggeable
org.ow2.frascati.wsdl.WsdlCompilerCXF
- All Implemented Interfaces:
- WsdlCompiler
public class WsdlCompilerCXF
- extends org.ow2.frascati.util.AbstractLoggeable
- implements WsdlCompiler
OW2 FraSCAti Assembly Factory WSDL compiler with Apache CXF.
- Version:
- 1.3
- Author:
- Philippe Merle
| Methods inherited from class org.ow2.frascati.util.AbstractLoggeable |
logDo, logDone, severe, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsdlCompilerCXF
public WsdlCompilerCXF()
initialize
public final void initialize()
throws org.ow2.frascati.util.FrascatiException
- Initialize the component.
- Throws:
org.ow2.frascati.util.FrascatiException
readWSDL
public final javax.wsdl.Definition readWSDL(String wsdlUri)
throws javax.wsdl.WSDLException
- Description copied from interface:
WsdlCompiler
- Get a WSDL definition.
- Specified by:
readWSDL in interface WsdlCompiler
- Throws:
javax.wsdl.WSDLException- See Also:
WsdlCompiler.readWSDL(String)
compileWSDL
public final void compileWSDL(String wsdlUri,
ProcessingContext processingContext)
throws Exception
- Description copied from interface:
WsdlCompiler
- Compile a WSDL definition.
- Specified by:
compileWSDL in interface WsdlCompiler
- Throws:
Exception- See Also:
WsdlCompiler#compileWSDL(String)
Copyright © 2007-2011 OW2 Consortium. All Rights Reserved.