public class JavaToWSDLProcessor extends Object implements org.apache.cxf.tools.common.Processor
| Constructor and Description |
|---|
JavaToWSDLProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate(org.apache.cxf.service.model.ServiceInfo service,
File output) |
protected String |
getBindingId() |
org.apache.cxf.Bus |
getBus() |
String |
getDataBindingName() |
org.apache.cxf.tools.common.ToolContext |
getEnvironment() |
protected File |
getOutputDir(File wsdlLocation) |
protected File |
getOutputFile(File nameFromClz,
String defaultOutputFile) |
org.apache.cxf.service.ServiceBuilder |
getServiceBuilder() |
Class<?> |
getServiceClass() |
String |
getServiceName() |
protected String |
getTransportId() |
org.apache.cxf.wsdl.WSDLConstants.WSDLVersion |
getWSDLVersion() |
protected boolean |
isSOAP12() |
void |
process() |
void |
setEnvironment(org.apache.cxf.tools.common.ToolContext env) |
public void process()
throws org.apache.cxf.tools.common.ToolException
process in interface org.apache.cxf.tools.common.Processororg.apache.cxf.tools.common.ToolExceptionpublic void generate(org.apache.cxf.service.model.ServiceInfo service,
File output)
throws org.apache.cxf.tools.common.ToolException
org.apache.cxf.tools.common.ToolExceptionpublic org.apache.cxf.service.ServiceBuilder getServiceBuilder()
throws org.apache.cxf.tools.common.ToolException
org.apache.cxf.tools.common.ToolExceptionprotected String getTransportId()
protected String getBindingId()
protected boolean isSOAP12()
public Class<?> getServiceClass()
public org.apache.cxf.wsdl.WSDLConstants.WSDLVersion getWSDLVersion()
public String getServiceName()
public org.apache.cxf.Bus getBus()
public void setEnvironment(org.apache.cxf.tools.common.ToolContext env)
setEnvironment in interface org.apache.cxf.tools.common.Processorpublic org.apache.cxf.tools.common.ToolContext getEnvironment()
public String getDataBindingName()
Apache CXF