Uses of Class
org.apache.synapse.processors.AbstractProcessor

Packages that use AbstractProcessor
org.apache.synapse.processors   
org.apache.synapse.processors.builtin   
org.apache.synapse.processors.builtin.axis2   
org.apache.synapse.processors.builtin.xslt   
org.apache.synapse.processors.mediatortypes   
org.apache.synapse.processors.mediatortypes.axis2   
org.apache.synapse.processors.rules   
 

Uses of AbstractProcessor in org.apache.synapse.processors
 

Subclasses of AbstractProcessor in org.apache.synapse.processors
 class InProcessor
          Only processes if this is not a response
 class ListProcessor
          stages, mediations that it has as subelements It is a way of grouping stuff.
 class NeverProcessor
          This never executes its children.
 class OutProcessor
           This only executes on response messages
 class RefProcessor
          Calls another processor which is referred to by the Ref property.
 class StageProcessor
           
 class SynapseProcessor
          This implements the main processor.
 

Uses of AbstractProcessor in org.apache.synapse.processors.builtin
 

Subclasses of AbstractProcessor in org.apache.synapse.processors.builtin
 class HeaderProcessor
           
 class LogProcessor
           Logs the message using commons logging
 class SendProcessor
           This sends the message on (or back)
 

Uses of AbstractProcessor in org.apache.synapse.processors.builtin.axis2
 

Subclasses of AbstractProcessor in org.apache.synapse.processors.builtin.axis2
 class AddressingInProcessor
          

This class turns on the addressing module and then calls an empty service There's probably a better way but this should work!

 class FaultProcessor
          

This returns a fault in response to this message

 class SecurityProcessor
           
 

Uses of AbstractProcessor in org.apache.synapse.processors.builtin.xslt
 

Subclasses of AbstractProcessor in org.apache.synapse.processors.builtin.xslt
 class XSLTProcessor
           
 

Uses of AbstractProcessor in org.apache.synapse.processors.mediatortypes
 

Subclasses of AbstractProcessor in org.apache.synapse.processors.mediatortypes
 class ClassMediatorProcessor
          This executes the "mediate" operation on a new instance of the specified class TODO add support for simple properties to be set
 

Uses of AbstractProcessor in org.apache.synapse.processors.mediatortypes.axis2
 

Subclasses of AbstractProcessor in org.apache.synapse.processors.mediatortypes.axis2
 class ServiceMediatorProcessor
           This class executes a service in the "owning" axis2 engine.
 

Uses of AbstractProcessor in org.apache.synapse.processors.rules
 

Subclasses of AbstractProcessor in org.apache.synapse.processors.rules
 class RegexProcessor
           This checks the pattern against a property and if true processes the message with its child or children
 class XPathProcessor
           This class executes an XPath test against the message envelope and then processes all subsequent rules/mediations if the test is true