org.apache.synapse.processors
Class AbstractProcessor

java.lang.Object
  extended byorg.apache.synapse.processors.AbstractProcessor
All Implemented Interfaces:
Processor
Direct Known Subclasses:
AddressingInProcessor, ClassMediatorProcessor, FaultProcessor, HeaderProcessor, ListProcessor, LogProcessor, RefProcessor, SecurityProcessor, SendProcessor, ServiceMediatorProcessor, XSLTProcessor

public abstract class AbstractProcessor
extends java.lang.Object
implements Processor

Abstract Processor... simply has a name


Constructor Summary
AbstractProcessor()
           
 
Method Summary
 java.lang.String getName()
          the name of the instance of this processor
 void setName(java.lang.String name)
          set the name of the instance of the processor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.synapse.Processor
process
 

Constructor Detail

AbstractProcessor

public AbstractProcessor()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: Processor
the name of the instance of this processor

Specified by:
getName in interface Processor

setName

public void setName(java.lang.String name)
Description copied from interface: Processor
set the name of the instance of the processor

Specified by:
setName in interface Processor