org.apache.cxf.tools.misc.processor
Class AbstractWSDLToProcessor
java.lang.Object
org.apache.cxf.tools.misc.processor.AbstractWSDLToProcessor
- All Implemented Interfaces:
- com.sun.xml.bind.api.ErrorListener, Processor, org.xml.sax.ErrorHandler
- Direct Known Subclasses:
- WSDLToServiceProcessor, WSDLToSoapProcessor, WSDLToXMLProcessor
public class AbstractWSDLToProcessor
- extends java.lang.Object
- implements Processor, com.sun.tools.xjc.api.ErrorListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static final java.util.logging.Logger LOG
WSDL_FILE_NAME_EXT
protected static final java.lang.String WSDL_FILE_NAME_EXT
- See Also:
- Constant Field Values
wsdlDefinition
protected javax.wsdl.Definition wsdlDefinition
env
protected ToolContext env
wsdlFactory
protected javax.wsdl.factory.WSDLFactory wsdlFactory
extReg
protected javax.wsdl.extensions.ExtensionRegistry extReg
classColletor
protected ClassCollector classColletor
AbstractWSDLToProcessor
public AbstractWSDLToProcessor()
getOutputWriter
protected java.io.Writer getOutputWriter(java.lang.String newNameExt)
throws ToolException
- Throws:
ToolException
parseWSDL
protected void parseWSDL(java.lang.String wsdlURL)
throws ToolException
- Throws:
ToolException
getWSDLPlugin
public WSDLExtensibilityPlugin getWSDLPlugin(java.lang.String key,
java.lang.Class clz)
init
protected void init()
throws ToolException
- Throws:
ToolException
getWSDLDefinition
public javax.wsdl.Definition getWSDLDefinition()
process
public void process()
throws ToolException
- Specified by:
process
in interface Processor
- Throws:
ToolException
validateWSDL
public void validateWSDL()
throws ToolException
- Throws:
ToolException
setEnvironment
public void setEnvironment(ToolContext penv)
- Specified by:
setEnvironment
in interface Processor
getEnvironment
public ToolContext getEnvironment()
error
public void error(org.xml.sax.SAXParseException exception)
- Specified by:
error
in interface com.sun.xml.bind.api.ErrorListener
- Specified by:
error
in interface org.xml.sax.ErrorHandler
fatalError
public void fatalError(org.xml.sax.SAXParseException exception)
- Specified by:
fatalError
in interface com.sun.xml.bind.api.ErrorListener
- Specified by:
fatalError
in interface org.xml.sax.ErrorHandler
info
public void info(org.xml.sax.SAXParseException exception)
- Specified by:
info
in interface com.sun.xml.bind.api.ErrorListener
warning
public void warning(org.xml.sax.SAXParseException exception)
- Specified by:
warning
in interface com.sun.xml.bind.api.ErrorListener
- Specified by:
warning
in interface org.xml.sax.ErrorHandler
Apache CXF