org.apache.cxf.tools.java2wsdl.processor
Class JavaToProcessor
java.lang.Object
org.apache.cxf.tools.java2wsdl.processor.JavaToProcessor
- All Implemented Interfaces:
- Processor
public class JavaToProcessor
- extends java.lang.Object
- implements Processor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaToProcessor
public JavaToProcessor()
process
public void process()
throws ToolException
- Specified by:
process
in interface Processor
- Throws:
ToolException
generate
public void generate(ServiceInfo service,
java.io.File output)
throws ToolException
- Throws:
ToolException
getServiceBuilder
public ServiceBuilder getServiceBuilder()
throws ToolException
- Throws:
ToolException
getTransportId
protected java.lang.String getTransportId()
getBindingId
protected java.lang.String getBindingId()
isSOAP12
protected boolean isSOAP12()
getOutputDir
protected java.io.File getOutputDir(java.io.File wsdlLocation)
getOutputFile
protected java.io.File getOutputFile(java.io.File nameFromClz,
java.lang.String defaultOutputFile)
getServiceClass
public java.lang.Class<?> getServiceClass()
getWSDLVersion
public WSDLConstants.WSDLVersion getWSDLVersion()
getServiceName
public java.lang.String getServiceName()
getBus
public Bus getBus()
setEnvironment
public void setEnvironment(ToolContext env)
- Specified by:
setEnvironment
in interface Processor
getEnvironment
public ToolContext getEnvironment()
Apache CXF