Apache CXF API

org.apache.cxf.tools.misc.processor
Class WSDLToSoapProcessor

java.lang.Object
  extended by org.apache.cxf.tools.misc.processor.AbstractWSDLToProcessor
      extended by org.apache.cxf.tools.misc.processor.WSDLToSoapProcessor
All Implemented Interfaces:
Processor

public class WSDLToSoapProcessor
extends AbstractWSDLToProcessor


Field Summary
 
Fields inherited from class org.apache.cxf.tools.misc.processor.AbstractWSDLToProcessor
classColletor, env, extReg, LOG, WSDL_FILE_NAME_EXT, wsdlDefinition, wsdlFactory
 
Constructor Summary
WSDLToSoapProcessor()
           
 
Method Summary
protected  void init()
           
 void process()
           
 
Methods inherited from class org.apache.cxf.tools.misc.processor.AbstractWSDLToProcessor
error, fatalError, getEnvironment, getOutputWriter, getWSDLDefinition, getWSDLPlugin, info, parseWSDL, setEnvironment, validate, validateWSDL, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLToSoapProcessor

public WSDLToSoapProcessor()
Method Detail

process

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

init

protected void init()
             throws ToolException
Overrides:
init in class AbstractWSDLToProcessor
Throws:
ToolException

Apache CXF API

Apache CXF