Class JavaToWSDLProcessor
- java.lang.Object
-
- org.apache.cxf.tools.java2wsdl.processor.JavaToWSDLProcessor
-
- All Implemented Interfaces:
org.apache.cxf.tools.common.Processor
public class JavaToWSDLProcessor extends Object implements org.apache.cxf.tools.common.Processor
-
-
Constructor Summary
Constructors Constructor Description JavaToWSDLProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate(org.apache.cxf.service.model.ServiceInfo service, File output)protected StringgetBindingId()org.apache.cxf.BusgetBus()StringgetDataBindingName()org.apache.cxf.tools.common.ToolContextgetEnvironment()protected FilegetOutputDir(File wsdlLocation)protected FilegetOutputFile(File nameFromClz, String defaultOutputFile)org.apache.cxf.service.ServiceBuildergetServiceBuilder()Class<?>getServiceClass()StringgetServiceName()protected StringgetTransportId()org.apache.cxf.wsdl.WSDLConstants.WSDLVersiongetWSDLVersion()protected booleanisSOAP12()voidprocess()voidsetEnvironment(org.apache.cxf.tools.common.ToolContext env)
-
-
-
Method Detail
-
process
public void process() throws org.apache.cxf.tools.common.ToolException- Specified by:
processin interfaceorg.apache.cxf.tools.common.Processor- Throws:
org.apache.cxf.tools.common.ToolException
-
generate
public void generate(org.apache.cxf.service.model.ServiceInfo service, File output) throws org.apache.cxf.tools.common.ToolException- Throws:
org.apache.cxf.tools.common.ToolException
-
getServiceBuilder
public org.apache.cxf.service.ServiceBuilder getServiceBuilder() throws org.apache.cxf.tools.common.ToolException- Throws:
org.apache.cxf.tools.common.ToolException
-
getTransportId
protected String getTransportId()
-
getBindingId
protected String getBindingId()
-
isSOAP12
protected boolean isSOAP12()
-
getServiceClass
public Class<?> getServiceClass()
-
getWSDLVersion
public org.apache.cxf.wsdl.WSDLConstants.WSDLVersion getWSDLVersion()
-
getServiceName
public String getServiceName()
-
getBus
public org.apache.cxf.Bus getBus()
-
setEnvironment
public void setEnvironment(org.apache.cxf.tools.common.ToolContext env)
- Specified by:
setEnvironmentin interfaceorg.apache.cxf.tools.common.Processor
-
getEnvironment
public org.apache.cxf.tools.common.ToolContext getEnvironment()
-
getDataBindingName
public String getDataBindingName()
-
-