Apache CXF API

org.apache.cxf.tools.java2wsdl.processor
Class JavaToWSDLProcessor

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

public class JavaToWSDLProcessor
extends Object
implements Processor


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

Constructor Detail

JavaToWSDLProcessor

public JavaToWSDLProcessor()
Method Detail

process

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

generate

public void generate(ServiceInfo service,
                     File output)
              throws ToolException
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