Class JavaToJSProcessor
java.lang.Object
org.apache.cxf.tools.java2js.processor.JavaToJSProcessor
- All Implemented Interfaces:
org.apache.cxf.tools.common.Processor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringorg.apache.cxf.BusgetBus()org.apache.cxf.tools.common.ToolContextprotected FilegetOutputDir(File wsdlLocation) protected FilegetOutputFile(File nameFromClz, String defaultOutputFile) org.apache.cxf.service.ServiceBuilderClass<?>protected Stringorg.apache.cxf.wsdl.WSDLConstants.WSDLVersionprotected booleanisSOAP12()voidprocess()voidsetEnvironment(org.apache.cxf.tools.common.ToolContext env)
-
Constructor Details
-
JavaToJSProcessor
public JavaToJSProcessor()
-
-
Method Details
-
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
-
getServiceBuilder
public org.apache.cxf.service.ServiceBuilder getServiceBuilder() throws org.apache.cxf.tools.common.ToolException- Throws:
org.apache.cxf.tools.common.ToolException
-
getTransportId
-
getBindingId
-
isSOAP12
protected boolean isSOAP12() -
getOutputDir
-
getOutputFile
-
getServiceClass
-
getWSDLVersion
public org.apache.cxf.wsdl.WSDLConstants.WSDLVersion getWSDLVersion() -
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
-