public class WSDLToProcessor extends Object implements org.apache.cxf.tools.common.Processor
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.cxf.tools.common.ToolContext |
context |
protected static Logger |
LOG |
protected static String |
WSDL_FILE_NAME_EXT |
| Constructor and Description |
|---|
WSDLToProcessor() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.cxf.tools.common.ToolContext |
getEnvironment() |
void |
process() |
void |
setEnvironment(org.apache.cxf.tools.common.ToolContext penv) |
protected static final Logger LOG
protected static final String WSDL_FILE_NAME_EXT
protected org.apache.cxf.tools.common.ToolContext context
public void process()
throws org.apache.cxf.tools.common.ToolException
process in interface org.apache.cxf.tools.common.Processororg.apache.cxf.tools.common.ToolExceptionpublic void setEnvironment(org.apache.cxf.tools.common.ToolContext penv)
setEnvironment in interface org.apache.cxf.tools.common.Processorpublic org.apache.cxf.tools.common.ToolContext getEnvironment()
Apache CXF