Package org.apache.synapse.xml

Interface Summary
Constants

Constants used in the XML processing

ProcessorConfigurator  
 

Class Summary
AbstractListProcessorConfigurator This is the abstract parent of any tag which is a "Node" - so <stage>, <in><out> and <never> all fit this model
AbstractProcessorConfigurator This is the abstract superclass of any tag that isn't a "node".
AddressingProcessorConfigurator <synapse:addressing/>
ClassMediatorProcessorConfigurator <synapse:classmediator name="nm" class="org.fremantle.mediator"</synapse:classmediator> TODO add ability to configure properties with Strings/OMElements based on children.
FaultProcessorConfigurator <synapse:fault name="optional"/> TODO add the ability to configure the fault codes, etc
HeaderProcessorConfigurator <synapse:header name="optional" type="to|from|faultto|replyto|action" value="newvalue"/>
InProcessorConfigurator <in name="optional">....</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../org/apache/synapse/xml/LogProcessorConfigurator.html" title="class in org.apache.synapse.xml">LogProcessorConfigurator</A></B></TD> <TD> Logs messages using Commons-logging.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../org/apache/synapse/xml/NeverProcessorConfigurator.html" title="class in org.apache.synapse.xml">NeverProcessorConfigurator</A></B></TD> <TD><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
OutProcessorConfigurator  
ProcessorConfiguratorFinder This class is based on J2SE Service Provider model http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#Service%20Provider
RefProcessorConfigurator  
RegexProcessorConfigurator  
SecurityProcessorConfigurator  
SendProcessorConfigurator  
ServiceMediatorProcessorConfigurator  
StageProcessorConfigurator <synapse:stage name="optional"> do everything in here </synapse:stage>
SynapseProcessorConfigurator  
XPathProcessorConfigurator This class executes a test and then processes all subsequent rules/mediations if the test is true