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