Library:Apache Synapse
Version:M2
Compatibility:JDK 1.4
Classes in library Apache Synapse.
NamePackageDescription
AbstractListMediatororg.apache.synapse.mediatorsThis class implements the base functionality of a List mediator
AbstractListMediatorFactoryorg.apache.synapse.config.xmlThis implements the basic logic to build a list mediator from a given XML configuration.
AbstractMediatororg.apache.synapse.mediatorsThis class is an abstract Mediator, that defines the logging and debugging elements of a mediator class.
AbstractMediatorFactoryorg.apache.synapse.config.xmlIs the abstract superclass of MediatorFactory's
Axis2FlexibleMEPClientorg.apache.synapse.core.axis2This is a simple client that handles both in only and in out
Axis2MessageContextorg.apache.synapse.core.axis2No description provided.
Axis2MessageContextFinderorg.apache.synapse.core.axis2

The MessageContext needs to be set up and then is used by the SynapseMessageReceiver to inject messages.

Axis2Senderorg.apache.synapse.core.axis2This class helps the Axis2SynapseEnvironment implement the send method
Axis2SynapseEnvironmentorg.apache.synapse.core.axis2

This is the Axis2 implementation of the MessageContext

ClassMediatororg.apache.synapse.mediators.extThe class mediator delegates the mediation to a new instance of a specified class.
ClassMediatorFactoryorg.apache.synapse.config.xmlCreates an instance of a Class mediator using XML configuration specified
DeprecationConfigurationorg.apache.synapse.mediators.deprecationNo description provided.
DeprecationConfiguratororg.apache.synapse.mediators.deprecationNo description provided.
DeprecationMediatororg.apache.synapse.mediators.deprecationNo description provided.
DeprecationRuleorg.apache.synapse.mediators.deprecationNo description provided.
DropMediatororg.apache.synapse.mediators.builtinHalts further processing/mediation of the current message.
DropMediatorFactoryorg.apache.synapse.config.xmlThis creates a drop mediator instance
DynamicAxisOperationorg.apache.synapse.core.axis2DynamicAxisOperation which switch dynamically between MEPs
EmptyMessageReceiverorg.apache.synapse.core.axis2

Does nothing! Used as an endpoint so we can engage modules

Endpointorg.apache.synapse.configAn endpoint can be used to give a logical name to an endpoint address, and possibly reused.
ExtensionFactoryFinderorg.apache.synapse.config.xmlThis class loads available ConfigurationFactory implementations from the classpath and makes them available to the Synapse configuration builder.
FaultMediatororg.apache.synapse.mediators.transformThis transforms the current message instance into a SOAP Fault message.
FaultMediatorFactoryorg.apache.synapse.config.xmlCreates a fault mediator instance
FilterMediatororg.apache.synapse.mediators.filtersThe filter mediator combines the regex and xpath filtering functionality.
FilterMediatorFactoryorg.apache.synapse.config.xmlCreates a filter mediator instance
GetPropertyFunctionorg.apache.synapse.mediatorsImplements the XPath extension function synapse:get-property(prop-name)
HeaderMediatororg.apache.synapse.mediators.transformThe header mediator is able to set a given value as a SOAP header, or remove a given header from the current message instance.
HeaderMediatorFactoryorg.apache.synapse.config.xmlThis builds a Header Mediator parsing the XML configuration supplied Set header
HeaderTypeorg.apache.synapseThis is a convenience class used to manipulate common headers.
InMediatororg.apache.synapse.mediators.filtersThe In Mediator acts only on "incoming" messages into synapse.
InMediatorFactoryorg.apache.synapse.config.xmlCreates an In mediator instance
LogMediatororg.apache.synapse.mediators.builtinLogs the specified message into the configured logger.
LogMediatorFactoryorg.apache.synapse.config.xmlCreated a Log mediator that logs messages using commons-logging.
MediatorFactoryFinderorg.apache.synapse.config.xmlThis class is based on J2SE Service Provider model http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#Service%20Provider
MediatorPropertyorg.apache.synapse.mediatorsA mediator property is a name-value or name-expression pair which could be supplied for certain mediators.
MediatorPropertyFactoryorg.apache.synapse.config.xmlA utility class capable of creating instances of MediatorProperty objects by reading through a given XML configuration
OutMediatororg.apache.synapse.mediators.filtersThe Out Mediator acts only on "outgoing" messages from synapse.
OutMediatorFactoryorg.apache.synapse.config.xmlCreates an Out mediator instance
PropertyMediatororg.apache.synapse.mediators.builtinThe property mediator would save a named property as a local property of the Synapse Message Context.
PropertyMediatorFactoryorg.apache.synapse.config.xmlCreates a set-property mediator through the supplied XML configuration
SendMediatororg.apache.synapse.mediators.builtinThe Send mediator sends the message using the following semantics.
SendMediatorFactoryorg.apache.synapse.config.xmlThe 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.
SequenceMediatororg.apache.synapse.mediators.baseThe Sequence mediator either refers to another Sequence mediator instance or is a *Named* list/sequence of other (child) Mediators
SequenceMediatorFactoryorg.apache.synapse.config.xmlBuilds an instance of a Sequence mediator through the Synapse configuration.
SLAConfiguratororg.apache.synapse.mediators.slaNo description provided.
SLAMediatororg.apache.synapse.mediators.slaNo description provided.
SLAObjectorg.apache.synapse.mediators.slaNo description provided.
SLAStackorg.apache.synapse.mediators.slaNo description provided.
SpringConfigExtensionorg.apache.synapse.configThis defines an extension to Synapse to process a Spring Configuration.
SpringConfigExtensionFactoryorg.apache.synapse.config.xmlCreates a Spring configuration extension from XML configuration.
SpringMediatororg.apache.synapse.mediators.ext.springThis mediator allows Spring beans implementing the org.apache.synapse.api.Mediator interface to mediate messages passing through Synapse.
SpringMediatorFactoryorg.apache.synapse.config.xmlCreates an instance of a Spring mediator that refers to the given Spring configuration and bean.
SwitchCaseDefaultMediatorFactoryorg.apache.synapse.config.xmlCreate an instance of a Switch mediators' default case (i.e.
SwitchCaseMediatororg.apache.synapse.mediators.filtersA SwitchCaseMediator is a list mediator which has a regex that is matched by its owning SwitchMediator for selection
SwitchCaseMediatorFactoryorg.apache.synapse.config.xmlNo description provided.
SwitchMediatororg.apache.synapse.mediators.filtersThe switch mediator implements the functionality of the "switch" contruct.
SwitchMediatorFactoryorg.apache.synapse.config.xmlConstructs a Switch mediator instance from the given XML configuration
SynapseAxis2Interceptororg.apache.synapse.core.axis2The Synapse Axis2 interceptor will be invoked by Axis2 upon Axis initialization.
SynapseConfigurationorg.apache.synapse.configThe SynapseConfiguration holds the global configuration for a Synapse instance.
SynapseConfigurationBuilderorg.apache.synapse.configBuilds a Synapse Configuration model with a given input (e.g.
SynapseDispatcherorg.apache.synapse.core.axis2This is the Axis2 Dispatcher which is registered with the Axis2 engine.
SynapseMediatororg.apache.synapse.mediators.baseThe SynapseMediator is the "mainmediator" of the synapse engine.
SynapseMediatorFactoryorg.apache.synapse.config.xmlBuilds the main mediator (@see SynapseConfiguration) of the Synapse instance
SynapseMessageReceiverorg.apache.synapse.core.axis2This message receiver should be configured in the Axis2 configuration as the default message receiver, which will handle all incoming messages through the synapse mediation
TransformMediatororg.apache.synapse.mediators.transformThe transform mediator performs an XSLT or XQuery transformation requested, using the current message.
TransformMediatorFactoryorg.apache.synapse.config.xmlCreates a transform mediator from the given XML
Utilorg.apache.synapseHolds utility methods used by Synapse
ValidateMediatororg.apache.synapse.mediatorsValidate a message or an element against a schema
ValidateMediatorFactoryorg.apache.synapse.config.xmlCreates a validation mediator from the XML configuration

mediator+

XMLConfigurationBuilderorg.apache.synapse.config.xmlBuilds a Synapse Configuration model from an XML input stream.
Search