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

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

public class JavaToProcessor
extends java.lang.Object
implements Processor


Constructor Summary
JavaToProcessor()
           
 
Method Summary
 void generate(ServiceInfo service, java.io.File output)
           
protected  java.lang.String getBindingId()
           
 Bus getBus()
           
 ToolContext getEnvironment()
           
protected  java.io.File getOutputDir(java.io.File wsdlLocation)
           
protected  java.io.File getOutputFile(java.io.File nameFromClz, java.lang.String defaultOutputFile)
           
 ServiceBuilder getServiceBuilder()
           
 java.lang.Class<?> getServiceClass()
           
 java.lang.String getServiceName()
           
protected  java.lang.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

JavaToProcessor

public JavaToProcessor()
Method Detail

process

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

generate

public void generate(ServiceInfo service,
                     java.io.File output)
              throws ToolException
Throws:
ToolException

getServiceBuilder

public ServiceBuilder getServiceBuilder()
                                 throws ToolException
Throws:
ToolException

getTransportId

protected java.lang.String getTransportId()

getBindingId

protected java.lang.String getBindingId()

isSOAP12

protected boolean isSOAP12()

getOutputDir

protected java.io.File getOutputDir(java.io.File wsdlLocation)

getOutputFile

protected java.io.File getOutputFile(java.io.File nameFromClz,
                                     java.lang.String defaultOutputFile)

getServiceClass

public java.lang.Class<?> getServiceClass()

getWSDLVersion

public WSDLConstants.WSDLVersion getWSDLVersion()

getServiceName

public java.lang.String getServiceName()

getBus

public Bus getBus()

setEnvironment

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

getEnvironment

public ToolContext getEnvironment()


Apache CXF