Apache CXF API

org.apache.cxf.tools.java2js.processor
Class JavaToJSProcessor

java.lang.Object
  extended by org.apache.cxf.tools.java2js.processor.JavaToJSProcessor
All Implemented Interfaces:
Processor

public class JavaToJSProcessor
extends Object
implements Processor


Constructor Summary
JavaToJSProcessor()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaToJSProcessor

public JavaToJSProcessor()
Method Detail

process

public void process()
             throws ToolException
Specified by:
process in interface Processor
Throws:
ToolException

getServiceBuilder

public ServiceBuilder getServiceBuilder()
                                 throws ToolException
Throws:
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 WSDLConstants.WSDLVersion getWSDLVersion()

getServiceName

public String getServiceName()

getBus

public Bus getBus()

setEnvironment

public void setEnvironment(ToolContext env)
Specified by:
setEnvironment in interface Processor

getEnvironment

public ToolContext getEnvironment()

getDataBindingName

public String getDataBindingName()

Apache CXF API

Apache CXF