org.apache.cxf.tools.wsdlto.core
Class WSDLToProcessor

java.lang.Object
  extended by 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


Field Summary
protected  org.apache.cxf.tools.common.ToolContext context
           
protected static Logger LOG
           
protected static String WSDL_FILE_NAME_EXT
           
 
Constructor Summary
WSDLToProcessor()
           
 
Method Summary
 org.apache.cxf.tools.common.ToolContext getEnvironment()
           
 void process()
           
 void setEnvironment(org.apache.cxf.tools.common.ToolContext penv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

WSDLToProcessor

public WSDLToProcessor()
Method Detail

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