org.apache.synapse.processors
Class ListProcessor

java.lang.Object
  extended byorg.apache.synapse.processors.AbstractProcessor
      extended byorg.apache.synapse.processors.ListProcessor
All Implemented Interfaces:
Processor
Direct Known Subclasses:
InProcessor, NeverProcessor, OutProcessor, RegexProcessor, StageProcessor, SynapseProcessor, XPathProcessor

public abstract class ListProcessor
extends AbstractProcessor

stages, mediations that it has as subelements It is a way of grouping stuff.


Constructor Summary
ListProcessor()
           
 
Method Summary
 java.util.List getList()
           
 boolean process(SynapseEnvironment se, SynapseMessage smc)
          This method is used to process a message.
 void setList(java.util.List p)
           
 
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

ListProcessor

public ListProcessor()
Method Detail

process

public boolean process(SynapseEnvironment se,
                       SynapseMessage smc)
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.


setList

public void setList(java.util.List p)

getList

public java.util.List getList()