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 java.lang.Object
- implements org.apache.cxf.tools.common.Processor
|
Field Summary |
protected org.apache.cxf.tools.common.ToolContext |
context
|
protected static java.util.logging.Logger |
LOG
|
protected static java.lang.String |
WSDL_FILE_NAME_EXT
|
| 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
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