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


Field Summary
protected  ToolContext context
           
protected static java.util.logging.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 java.util.logging.Logger LOG

context

protected ToolContext context
Constructor Detail

AbstractProcessor

public AbstractProcessor(ToolContext c)


Apache CXF