Class JavaToJSProcessor
- java.lang.Object
-
- org.apache.cxf.tools.java2js.processor.JavaToJSProcessor
-
-
Constructor Summary
Constructors Constructor Description JavaToJSProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
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()
-
-