Constructor and Description |
---|
JavaToWSDLProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
generate(ServiceInfo service,
File output) |
protected String |
getBindingId() |
Bus |
getBus() |
String |
getDataBindingName() |
ToolContext |
getEnvironment() |
protected File |
getOutputDir(File wsdlLocation) |
protected File |
getOutputFile(File nameFromClz,
String defaultOutputFile) |
ServiceBuilder |
getServiceBuilder() |
Class<?> |
getServiceClass() |
String |
getServiceName() |
protected String |
getTransportId() |
WSDLConstants.WSDLVersion |
getWSDLVersion() |
protected boolean |
isSOAP12() |
void |
process() |
void |
setEnvironment(ToolContext env) |
public void process() throws ToolException
process
in interface Processor
ToolException
public void generate(ServiceInfo service, File output) throws ToolException
ToolException
public ServiceBuilder getServiceBuilder() throws ToolException
ToolException
protected String getTransportId()
protected String getBindingId()
protected boolean isSOAP12()
public Class<?> getServiceClass()
public WSDLConstants.WSDLVersion getWSDLVersion()
public String getServiceName()
public Bus getBus()
public void setEnvironment(ToolContext env)
setEnvironment
in interface Processor
public ToolContext getEnvironment()
public String getDataBindingName()
Apache CXF