Uses of Interface
org.apache.synapse.xml.ProcessorConfigurator

Packages that use ProcessorConfigurator
org.apache.synapse.processors.builtin.xslt   
org.apache.synapse.xml   
 

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

Classes in org.apache.synapse.processors.builtin.xslt that implement ProcessorConfigurator
 class XSLTProcessorConfigurator
           
 

Uses of ProcessorConfigurator in org.apache.synapse.xml
 

Classes in org.apache.synapse.xml that implement ProcessorConfigurator
 class AbstractListProcessorConfigurator
           This is the abstract parent of any tag which is a "Node" - so <stage>, <in><out> and <never> all fit this model
 class AbstractProcessorConfigurator
           This is the abstract superclass of any tag that isn't a "node".
 class AddressingProcessorConfigurator
          <synapse:addressing/>
 class ClassMediatorProcessorConfigurator
          <synapse:classmediator name="nm" class="org.fremantle.mediator"</synapse:classmediator> TODO add ability to configure properties with Strings/OMElements based on children.
 class FaultProcessorConfigurator
           <synapse:fault name="optional"/> TODO add the ability to configure the fault codes, etc
 class HeaderProcessorConfigurator
           <synapse:header name="optional" type="to|from|faultto|replyto|action" value="newvalue"/>
 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/LogProcessorConfigurator.html" title="class in org.apache.synapse.xml">LogProcessorConfigurator</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Logs messages using Commons-logging.</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 RefProcessorConfigurator
           
 class RegexProcessorConfigurator
           
 class SecurityProcessorConfigurator
           
 class SendProcessorConfigurator
           
 class ServiceMediatorProcessorConfigurator
           
 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