Uses of Class
org.apache.synapse.mediators.AbstractMediator
-
-
Uses of AbstractMediator in org.apache.synapse.config.xml
Subclasses of AbstractMediator in org.apache.synapse.config.xml Modifier and Type Class Description class
AnonymousListMediator
This mediator represents an unnamed list mediator -
Uses of AbstractMediator in org.apache.synapse.mediators
Subclasses of AbstractMediator in org.apache.synapse.mediators Modifier and Type Class Description class
AbstractListMediator
This is the base class for all List mediators -
Uses of AbstractMediator in org.apache.synapse.mediators.base
Subclasses of AbstractMediator in org.apache.synapse.mediators.base Modifier and Type Class Description class
SequenceMediator
The Sequence mediator either refers to a named Sequence mediator instance or is a *Named* list/sequence of other (child) Mediatorsclass
SynapseMediator
The SynapseMediator is the "mainmediator" of the synapse engine. -
Uses of AbstractMediator in org.apache.synapse.mediators.bean
Subclasses of AbstractMediator in org.apache.synapse.mediators.bean Modifier and Type Class Description class
BeanMediator
Bean mediator can manipulate a JavaBean that is bound to the Synapse message context as a property. -
Uses of AbstractMediator in org.apache.synapse.mediators.bean.enterprise
Subclasses of AbstractMediator in org.apache.synapse.mediators.bean.enterprise Modifier and Type Class Description class
EJBMediator
EJB mediator calls an external Enterprise JavaBean(EJB) and stores the result in the message content or in a message context property. -
Uses of AbstractMediator in org.apache.synapse.mediators.builtin
Subclasses of AbstractMediator in org.apache.synapse.mediators.builtin Modifier and Type Class Description class
CallMediator
Call Mediator sends a message using specified semantics.class
CalloutMediator
? ? ? ? ? class
CommentMediator
Mediator to handle XML comment nodes in Synapse Configurationsclass
DropMediator
Halts further processing/mediation of the current message.class
EnqueueMediator
This mediator execute a given sequence with a given priority.class
ForEachMediator
class
JSONTransformMediator
A mediator to transform XML payload to JSON or JSON to JSON based on a json schemaclass
LogMediator
Logs the specified message into the configured logger.class
LoopBackMediator
Loopback further processing/Mediation of the current message to outflowclass
NTLMMediator
NTLM Mediator mainly creates an authenticator with the credentials which user provides as parameters.class
PropertyGroupMediator
The propertyGroup mediator would save(or remove) a set of named properties as a local property of the Synapse Message Context or as a property of the Axis2 Message Context or as a Transport Header.class
PropertyMediator
The property mediator would save(or remove) a named property as a local property of the Synapse Message Context or as a property of the Axis2 Message Context or as a Transport Header.class
RespondMediator
class
SendMediator
SendMediator sends a message using specified semantics.class
ValidateMediator
Validate a message or an element against a schema -
Uses of AbstractMediator in org.apache.synapse.mediators.db
Subclasses of AbstractMediator in org.apache.synapse.mediators.db Modifier and Type Class Description class
AbstractDBMediator
This abstract DB mediator will perform common DB connection pooling etc.class
DBLookupMediator
Simple database table lookup mediator.class
DBReportMediator
A mediator that writes (i.e. -
Uses of AbstractMediator in org.apache.synapse.mediators.eip.aggregator
Subclasses of AbstractMediator in org.apache.synapse.mediators.eip.aggregator Modifier and Type Class Description class
AggregateMediator
Aggregate a number of messages that are determined to be for a particular group, and combine them to form a single message which is then processed through the 'onComplete' sequence. -
Uses of AbstractMediator in org.apache.synapse.mediators.eip.sample
Subclasses of AbstractMediator in org.apache.synapse.mediators.eip.sample Modifier and Type Class Description class
SamplingThrottleMediator
This implements the well knownSample
EIP (Enterprise Integration Pattern), which controls the flow of messages and limit the rate at which the messages are flowing through the sampler -
Uses of AbstractMediator in org.apache.synapse.mediators.eip.splitter
Subclasses of AbstractMediator in org.apache.synapse.mediators.eip.splitter Modifier and Type Class Description class
CloneMediator
This mediator will clone the message into multiple messages and mediate as specified in the target elements.class
IterateMediator
Splits a message using an XPath expression and creates a new message to hold each resulting element. -
Uses of AbstractMediator in org.apache.synapse.mediators.elementary
Subclasses of AbstractMediator in org.apache.synapse.mediators.elementary Modifier and Type Class Description class
EnrichMediator
Syntax for EnrichMediator -
Uses of AbstractMediator in org.apache.synapse.mediators.eventing
Subclasses of AbstractMediator in org.apache.synapse.mediators.eventing Modifier and Type Class Description class
EventPublisherMediator
-
Uses of AbstractMediator in org.apache.synapse.mediators.ext
Subclasses of AbstractMediator in org.apache.synapse.mediators.ext Modifier and Type Class Description class
AnnotatedCommandMediator
class
ClassMediator
The class mediator delegates the mediation to a single instance of a specified class.class
POJOCommandMediator
This mediator will use the specified command object and execute the command after setting the properties specified to it through the configuraiton. -
Uses of AbstractMediator in org.apache.synapse.mediators.filters
Subclasses of AbstractMediator in org.apache.synapse.mediators.filters Modifier and Type Class Description class
FilterMediator
The filter mediator combines the regex and xpath filtering functionality.class
InMediator
The In Mediator acts only on "incoming" messages into synapse.class
OutMediator
The Out Mediator acts only on "outgoing" messages from synapse.class
SwitchMediator
The switch mediator implements the functionality of the "switch" construct. -
Uses of AbstractMediator in org.apache.synapse.mediators.filters.router
Subclasses of AbstractMediator in org.apache.synapse.mediators.filters.router Modifier and Type Class Description class
ConditionalRouterMediator
Checks whether the route condition evaluates to true and mediates using the target if it evaluates to true. -
Uses of AbstractMediator in org.apache.synapse.mediators.store
Subclasses of AbstractMediator in org.apache.synapse.mediators.store Modifier and Type Class Description class
MessageStoreMediator
MessageStoreMediator
will store the incoming Messages in associated MessageStore -
Uses of AbstractMediator in org.apache.synapse.mediators.template
Subclasses of AbstractMediator in org.apache.synapse.mediators.template Modifier and Type Class Description class
InvokeMediator
This class handles invocation of a synapse function template.class
TemplateMediator
This mediator is responsible for handling function templates for synapse. -
Uses of AbstractMediator in org.apache.synapse.mediators.transaction
Subclasses of AbstractMediator in org.apache.synapse.mediators.transaction Modifier and Type Class Description class
TransactionMediator
The Mediator for commit, rollback, suspend, resume jta transactions -
Uses of AbstractMediator in org.apache.synapse.mediators.transform
Subclasses of AbstractMediator in org.apache.synapse.mediators.transform Modifier and Type Class Description class
FaultMediator
This transforms the current message instance into a SOAP Fault message.class
HeaderMediator
The header mediator is able to set a given value as a SOAP header, or remove a given header from the current message instance.class
PayloadFactoryMediator
class
XSLTMediator
The XSLT mediator performs an XSLT transformation requested, using the current message. -
Uses of AbstractMediator in org.apache.synapse.mediators.transform.url
Subclasses of AbstractMediator in org.apache.synapse.mediators.transform.url Modifier and Type Class Description class
URLRewriteMediator
A mediator capable of rewriting URLs in messages.
-