org.apache.cxf.tools.java2js.processor
Class JavaToJSProcessor
java.lang.Object
org.apache.cxf.tools.java2js.processor.JavaToJSProcessor
- All Implemented Interfaces:
- org.apache.cxf.tools.common.Processor
public class JavaToJSProcessor
- extends Object
- implements org.apache.cxf.tools.common.Processor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaToJSProcessor
public JavaToJSProcessor()
process
public void process()
throws org.apache.cxf.tools.common.ToolException
- Specified by:
process in interface org.apache.cxf.tools.common.Processor
- 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()
getOutputDir
protected File getOutputDir(File wsdlLocation)
getOutputFile
protected File getOutputFile(File nameFromClz,
String defaultOutputFile)
getServiceClass
public Class<?> getServiceClass()
getWSDLVersion
public org.apache.cxf.common.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:
setEnvironment in interface org.apache.cxf.tools.common.Processor
getEnvironment
public org.apache.cxf.tools.common.ToolContext getEnvironment()
getDataBindingName
public String getDataBindingName()
Apache CXF