Uses of Class
org.apache.synapse.xml.AbstractListProcessorConfigurator

Packages that use AbstractListProcessorConfigurator
org.apache.synapse.xml   
 

Uses of AbstractListProcessorConfigurator in org.apache.synapse.xml
 

Subclasses of AbstractListProcessorConfigurator in org.apache.synapse.xml
 class InProcessorConfigurator
           <in name="optional">....</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/synapse/xml/NeverProcessorConfigurator.html" title="class in org.apache.synapse.xml">NeverProcessorConfigurator</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<xmp><synapse:never name="optional"><more stuff in here></synapse:never> Stuff in here never gets processed You might think that a bit useless, but it lets you put things you want to refer to from elsewhere
 class OutProcessorConfigurator
           
 class RegexProcessorConfigurator
           
 class StageProcessorConfigurator
          <synapse:stage name="optional"> do everything in here </synapse:stage>
 class SynapseProcessorConfigurator
           
 class XPathProcessorConfigurator
           This class executes a test and then processes all subsequent rules/mediations if the test is true