public class AbstractWSDLToProcessor extends Object implements org.apache.cxf.tools.common.Processor
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.cxf.tools.util.ClassCollector |
classColletor |
protected org.apache.cxf.tools.common.ToolContext |
env |
protected javax.wsdl.extensions.ExtensionRegistry |
extReg |
protected static Logger |
LOG |
protected static String |
WSDL_FILE_NAME_EXT |
protected javax.wsdl.Definition |
wsdlDefinition |
protected javax.wsdl.factory.WSDLFactory |
wsdlFactory |
| Constructor and Description |
|---|
AbstractWSDLToProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(SAXParseException exception) |
void |
fatalError(SAXParseException exception) |
org.apache.cxf.tools.common.ToolContext |
getEnvironment() |
protected Writer |
getOutputWriter(String newNameExt) |
javax.wsdl.Definition |
getWSDLDefinition() |
org.apache.cxf.wsdl.WSDLExtensibilityPlugin |
getWSDLPlugin(String key,
Class<?> clz) |
void |
info(SAXParseException exception) |
protected void |
init() |
protected void |
parseWSDL(String wsdlURL) |
void |
process() |
void |
setEnvironment(org.apache.cxf.tools.common.ToolContext penv) |
boolean |
validate(javax.wsdl.Definition def,
org.apache.cxf.tools.common.ToolContext context,
org.apache.cxf.Bus bus) |
void |
validateWSDL() |
void |
warning(SAXParseException exception) |
protected static final Logger LOG
protected static final String WSDL_FILE_NAME_EXT
protected javax.wsdl.Definition wsdlDefinition
protected org.apache.cxf.tools.common.ToolContext env
protected javax.wsdl.factory.WSDLFactory wsdlFactory
protected javax.wsdl.extensions.ExtensionRegistry extReg
protected org.apache.cxf.tools.util.ClassCollector classColletor
protected Writer getOutputWriter(String newNameExt) throws org.apache.cxf.tools.common.ToolException
org.apache.cxf.tools.common.ToolExceptionprotected void parseWSDL(String wsdlURL) throws org.apache.cxf.tools.common.ToolException
org.apache.cxf.tools.common.ToolExceptionpublic org.apache.cxf.wsdl.WSDLExtensibilityPlugin getWSDLPlugin(String key, Class<?> clz)
protected void init()
throws org.apache.cxf.tools.common.ToolException
org.apache.cxf.tools.common.ToolExceptionpublic javax.wsdl.Definition getWSDLDefinition()
public void process()
throws org.apache.cxf.tools.common.ToolException
process in interface org.apache.cxf.tools.common.Processororg.apache.cxf.tools.common.ToolExceptionpublic void validateWSDL()
throws org.apache.cxf.tools.common.ToolException
org.apache.cxf.tools.common.ToolExceptionpublic void setEnvironment(org.apache.cxf.tools.common.ToolContext penv)
setEnvironment in interface org.apache.cxf.tools.common.Processorpublic org.apache.cxf.tools.common.ToolContext getEnvironment()
public void error(SAXParseException exception)
public void fatalError(SAXParseException exception)
public void info(SAXParseException exception)
public void warning(SAXParseException exception)
public boolean validate(javax.wsdl.Definition def,
org.apache.cxf.tools.common.ToolContext context,
org.apache.cxf.Bus bus)
throws org.apache.cxf.tools.common.ToolException
org.apache.cxf.tools.common.ToolExceptionApache CXF