org.apache.synapse.processors
Class SynapseProcessor

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

public class SynapseProcessor
extends ListProcessor

This implements the main processor. Delegates to ListProcessor Here in case we need the main to do anything special


Constructor Summary
SynapseProcessor()
           
 
Methods inherited from class org.apache.synapse.processors.ListProcessor
getList, process, setList
 
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

SynapseProcessor

public SynapseProcessor()