Class WSDLToProcessor
- java.lang.Object
-
- org.apache.cxf.tools.corba.processors.wsdl.WSDLToProcessor
-
- All Implemented Interfaces:
org.apache.cxf.tools.common.Processor
- Direct Known Subclasses:
WSDLToCorbaProcessor,WSDLToTypeProcessor
public class WSDLToProcessor extends Object implements org.apache.cxf.tools.common.Processor
-
-
Field Summary
Fields Modifier and Type Field Description protected static LoggerLOGprotected org.apache.cxf.service.model.ServiceSchemaInfoschemasprotected org.apache.cxf.tools.common.ToolContexttoolContextprotected javax.wsdl.DefinitionwsdlDefinition
-
Constructor Summary
Constructors Constructor Description WSDLToProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessorEnvironmentgetEnvironment()javax.wsdl.DefinitiongetWSDLDefinition()org.apache.cxf.common.xmlschema.SchemaCollectiongetXmlSchemaTypes()voidparseWSDL(String wsdlUrl)voidprocess()voidsetEnvironment(org.apache.cxf.tools.common.ToolContext toolCtx)voidsetEnvironment(ProcessorEnvironment environement)voidsetWSDLDefinition(javax.wsdl.Definition definition)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
wsdlDefinition
protected javax.wsdl.Definition wsdlDefinition
-
schemas
protected org.apache.cxf.service.model.ServiceSchemaInfo schemas
-
toolContext
protected org.apache.cxf.tools.common.ToolContext toolContext
-
-
Method Detail
-
setEnvironment
public void setEnvironment(org.apache.cxf.tools.common.ToolContext toolCtx)
- Specified by:
setEnvironmentin interfaceorg.apache.cxf.tools.common.Processor
-
parseWSDL
public void parseWSDL(String wsdlUrl)
-
process
public void process() throws org.apache.cxf.tools.common.ToolException- Specified by:
processin interfaceorg.apache.cxf.tools.common.Processor- Throws:
org.apache.cxf.tools.common.ToolException
-
getWSDLDefinition
public javax.wsdl.Definition getWSDLDefinition()
-
setWSDLDefinition
public void setWSDLDefinition(javax.wsdl.Definition definition)
-
getXmlSchemaTypes
public org.apache.cxf.common.xmlschema.SchemaCollection getXmlSchemaTypes()
-
setEnvironment
public void setEnvironment(ProcessorEnvironment environement)
-
getEnvironment
public ProcessorEnvironment getEnvironment()
-
-