Class JavaToWSDLProcessor
- java.lang.Object
-
- org.apache.cxf.tools.java2wsdl.processor.JavaToWSDLProcessor
-
-
Constructor Summary
Constructors Constructor Description JavaToWSDLProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate(ServiceInfo service, File output)protected StringgetBindingId()BusgetBus()StringgetDataBindingName()ToolContextgetEnvironment()protected FilegetOutputDir(File wsdlLocation)protected FilegetOutputFile(File nameFromClz, String defaultOutputFile)ServiceBuildergetServiceBuilder()Class<?>getServiceClass()StringgetServiceName()protected StringgetTransportId()WSDLConstants.WSDLVersiongetWSDLVersion()protected booleanisSOAP12()voidprocess()voidsetEnvironment(ToolContext env)
-
-
-
Method Detail
-
process
public void process() throws ToolException- Specified by:
processin interfaceProcessor- 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()
-
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:
setEnvironmentin interfaceProcessor
-
getEnvironment
public ToolContext getEnvironment()
-
getDataBindingName
public String getDataBindingName()
-
-