org.apache.cxf.tools.wsdlto.core
Class WSDLToProcessor
java.lang.Object
org.apache.cxf.tools.wsdlto.core.WSDLToProcessor
- All Implemented Interfaces:
- org.apache.cxf.tools.common.Processor
public class WSDLToProcessor
- extends Object
- implements org.apache.cxf.tools.common.Processor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static final Logger LOG
WSDL_FILE_NAME_EXT
protected static final String WSDL_FILE_NAME_EXT
- See Also:
- Constant Field Values
context
protected org.apache.cxf.tools.common.ToolContext context
WSDLToProcessor
public WSDLToProcessor()
process
public void process()
throws org.apache.cxf.tools.common.ToolException
- Specified by:
process in interface org.apache.cxf.tools.common.Processor
- Throws:
org.apache.cxf.tools.common.ToolException
setEnvironment
public void setEnvironment(org.apache.cxf.tools.common.ToolContext penv)
- Specified by:
setEnvironment in interface org.apache.cxf.tools.common.Processor
getEnvironment
public org.apache.cxf.tools.common.ToolContext getEnvironment()
Apache CXF