Package org.apache.synapse.config.xml
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
Constants Constants used in the XML processing
ExtensionFactory A extension factory that is capable of creating an instance of a named extension, through a given XML, should implement this interface
MediatorFactory A mediator factory capable of creating an instance of a mediator through a given XML should implement this interface
Classes
AbstractListMediatorFactory This implements the basic logic to build a list mediator from a given XML configuration.
AbstractMediatorFactory Is the abstract superclass of MediatorFactory's
ClassMediatorFactory Creates an instance of a Class mediator using XML configuration specified
DropMediatorFactory This creates a drop mediator instance
ExtensionFactoryFinder This class loads available ConfigurationFactory implementations from the classpath and makes them available to the Synapse configuration builder.
FaultMediatorFactory Creates a fault mediator instance
FilterMediatorFactory Creates a filter mediator instance
HeaderMediatorFactory This builds a Header Mediator parsing the XML configuration supplied Set header
InMediatorFactory Creates an In mediator instance
LogMediatorFactory Created a Log mediator that logs messages using commons-logging.
MediatorFactoryFinder This class is based on J2SE Service Provider model http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#Service%20Provider
MediatorPropertyFactory A utility class capable of creating instances of MediatorProperty objects by reading through a given XML configuration
OutMediatorFactory Creates an Out mediator instance
PropertyMediatorFactory Creates a set-property mediator through the supplied XML configuration
SendMediatorFactory The Send mediator factory parses a Send element and creates an instance of the mediator //TODO support endpoints, failover and loadbalacing The <send> element is used to send messages out of Synapse to some endpoint.
SequenceMediatorFactory Builds an instance of a Sequence mediator through the Synapse configuration.
SpringConfigExtensionFactory Creates a Spring configuration extension from XML configuration.
SpringMediatorFactory Creates an instance of a Spring mediator that refers to the given Spring configuration and bean.
SwitchCaseDefaultMediatorFactory Create an instance of a Switch mediators' default case (i.e.
SwitchCaseMediatorFactory No description provided.
SwitchMediatorFactory Constructs a Switch mediator instance from the given XML configuration
SynapseMediatorFactory Builds the main mediator (@see SynapseConfiguration) of the Synapse instance
TransformMediatorFactory Creates a transform mediator from the given XML
ValidateMediatorFactory Creates a validation mediator from the XML configuration

mediator+

XMLConfigurationBuilder Builds a Synapse Configuration model from an XML input stream.