Apache CXF API

org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal
Class AbstractProcessor

java.lang.Object
  extended by org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.AbstractProcessor
Direct Known Subclasses:
FaultProcessor, OperationProcessor, ParameterProcessor, PortTypeProcessor, ServiceProcessor

public abstract class AbstractProcessor
extends Object


Field Summary
protected  ToolContext context
           
protected static Logger LOG
           
 
Constructor Summary
AbstractProcessor(ToolContext c)
           
 
Method Summary
 
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

context

protected ToolContext context
Constructor Detail

AbstractProcessor

public AbstractProcessor(ToolContext c)

Apache CXF API

Apache CXF