public class WSDLToProcessor extends Object implements org.apache.cxf.tools.common.Processor
| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
LOG |
protected org.apache.cxf.service.model.ServiceSchemaInfo |
schemas |
protected org.apache.cxf.tools.common.ToolContext |
toolContext |
protected javax.wsdl.Definition |
wsdlDefinition |
| Constructor and Description |
|---|
WSDLToProcessor() |
| Modifier and Type | Method and Description |
|---|---|
ProcessorEnvironment |
getEnvironment() |
javax.wsdl.Definition |
getWSDLDefinition() |
org.apache.cxf.common.xmlschema.SchemaCollection |
getXmlSchemaTypes() |
void |
parseWSDL(String wsdlUrl) |
void |
process() |
void |
setEnvironment(ProcessorEnvironment environement) |
void |
setEnvironment(org.apache.cxf.tools.common.ToolContext toolCtx) |
void |
setWSDLDefinition(javax.wsdl.Definition definition) |
protected static final Logger LOG
protected javax.wsdl.Definition wsdlDefinition
protected org.apache.cxf.service.model.ServiceSchemaInfo schemas
protected org.apache.cxf.tools.common.ToolContext toolContext
public void setEnvironment(org.apache.cxf.tools.common.ToolContext toolCtx)
setEnvironment in interface org.apache.cxf.tools.common.Processorpublic void parseWSDL(String wsdlUrl)
public void process()
throws org.apache.cxf.tools.common.ToolException
process in interface org.apache.cxf.tools.common.Processororg.apache.cxf.tools.common.ToolExceptionpublic javax.wsdl.Definition getWSDLDefinition()
public void setWSDLDefinition(javax.wsdl.Definition definition)
public org.apache.cxf.common.xmlschema.SchemaCollection getXmlSchemaTypes()
public void setEnvironment(ProcessorEnvironment environement)
public ProcessorEnvironment getEnvironment()
Apache CXF