org.apache.cxf.tools.wsdlto.core
Class WSDLToProcessor
java.lang.Object
org.apache.cxf.tools.wsdlto.core.WSDLToProcessor
- All Implemented Interfaces:
- Processor
- Direct Known Subclasses:
- WSDLToJavaProcessor, WSDLToJavaScriptProcessor
public class WSDLToProcessor
- extends Object
- implements 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 ToolContext context
WSDLToProcessor
public WSDLToProcessor()
process
public void process()
throws ToolException
- Specified by:
process
in interface Processor
- Throws:
ToolException
setEnvironment
public void setEnvironment(ToolContext penv)
- Specified by:
setEnvironment
in interface Processor
getEnvironment
public ToolContext getEnvironment()
Apache CXF