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:
com.sun.tools.xjc.api.ErrorListener, org.apache.cxf.tools.common.Processor, org.xml.sax.ErrorHandler

public class WSDLToSoapProcessor
extends AbstractWSDLToProcessor


Field Summary
 
Fields inherited from class org.apache.cxf.tools.misc.processor.AbstractWSDLToProcessor
classColletor, env, LOG, WSDL_FILE_NAME_EXT, wsdlDefinition, wsdlFactory, wsdlReader
 
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, 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 org.apache.cxf.tools.common.ToolException
Specified by:
process in interface org.apache.cxf.tools.common.Processor
Overrides:
process in class AbstractWSDLToProcessor
Throws:
org.apache.cxf.tools.common.ToolException

init

protected void init()
             throws org.apache.cxf.tools.common.ToolException
Overrides:
init in class AbstractWSDLToProcessor
Throws:
org.apache.cxf.tools.common.ToolException


Apache CXF