org.apache.synapse.processors
Class RefProcessor

java.lang.Object
  extended byorg.apache.synapse.processors.AbstractProcessor
      extended byorg.apache.synapse.processors.RefProcessor
All Implemented Interfaces:
Processor

public class RefProcessor
extends AbstractProcessor

Calls another processor which is referred to by the Ref property.


Constructor Summary
RefProcessor()
           
 
Method Summary
 java.lang.String getRef()
           
 boolean process(SynapseEnvironment se, SynapseMessage sm)
          This method is used to process a message.
 void setRef(java.lang.String ref)
           
 
Methods inherited from class org.apache.synapse.processors.AbstractProcessor
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefProcessor

public RefProcessor()
Method Detail

process

public boolean process(SynapseEnvironment se,
                       SynapseMessage sm)
Description copied from interface: Processor
This method is used to process a message. A response of true indicates continue processing. A response of false indicates to stop processing.


setRef

public void setRef(java.lang.String ref)

getRef

public java.lang.String getRef()