|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListProcessor | |
org.apache.synapse.processors | |
org.apache.synapse.processors.rules | |
org.apache.synapse.xml |
Uses of ListProcessor in org.apache.synapse.processors |
Subclasses of ListProcessor in org.apache.synapse.processors | |
class |
InProcessor
Only processes if this is not a response |
class |
NeverProcessor
This never executes its children. |
class |
OutProcessor
This only executes on response messages |
class |
StageProcessor
|
class |
SynapseProcessor
This implements the main processor. |
Uses of ListProcessor in org.apache.synapse.processors.rules |
Subclasses of ListProcessor 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 |
Uses of ListProcessor in org.apache.synapse.xml |
Methods in org.apache.synapse.xml with parameters of type ListProcessor | |
void |
AbstractListProcessorConfigurator.addChildrenAndSetName(SynapseEnvironment se,
org.apache.axis2.om.OMElement el,
ListProcessor p)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |