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 classAnonymousListMediatorThis 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 classAbstractListMediatorThis 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 classSequenceMediatorThe Sequence mediator either refers to a named Sequence mediator instance or is a *Named* list/sequence of other (child) MediatorsclassSynapseMediatorThe 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 classBeanMediatorBean 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 classEJBMediatorEJB 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 classCallMediatorCall Mediator sends a message using specified semantics.classCalloutMediator? ? ? ? ? classCommentMediatorMediator to handle XML comment nodes in Synapse ConfigurationsclassDropMediatorHalts further processing/mediation of the current message.classEnqueueMediatorThis mediator execute a given sequence with a given priority.classForEachMediatorclassJSONTransformMediatorA mediator to transform XML payload to JSON or JSON to JSON based on a json schemaclassLogMediatorLogs the specified message into the configured logger.classLoopBackMediatorLoopback further processing/Mediation of the current message to outflowclassNTLMMediatorNTLM Mediator mainly creates an authenticator with the credentials which user provides as parameters.classPropertyGroupMediatorThe 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.classPropertyMediatorThe 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.classRespondMediatorclassSendMediatorSendMediator sends a message using specified semantics.classValidateMediatorValidate 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 classAbstractDBMediatorThis abstract DB mediator will perform common DB connection pooling etc.classDBLookupMediatorSimple database table lookup mediator.classDBReportMediatorA 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 classAggregateMediatorAggregate 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 classSamplingThrottleMediatorThis implements the well knownSampleEIP (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 classCloneMediatorThis mediator will clone the message into multiple messages and mediate as specified in the target elements.classIterateMediatorSplits 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 classEnrichMediatorSyntax 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 classEventPublisherMediator -
Uses of AbstractMediator in org.apache.synapse.mediators.ext
Subclasses of AbstractMediator in org.apache.synapse.mediators.ext Modifier and Type Class Description classAnnotatedCommandMediatorclassClassMediatorThe class mediator delegates the mediation to a single instance of a specified class.classPOJOCommandMediatorThis 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 classFilterMediatorThe filter mediator combines the regex and xpath filtering functionality.classInMediatorThe In Mediator acts only on "incoming" messages into synapse.classOutMediatorThe Out Mediator acts only on "outgoing" messages from synapse.classSwitchMediatorThe 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 classConditionalRouterMediatorChecks 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 classMessageStoreMediatorMessageStoreMediatorwill 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 classInvokeMediatorThis class handles invocation of a synapse function template.classTemplateMediatorThis 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 classTransactionMediatorThe 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 classFaultMediatorThis transforms the current message instance into a SOAP Fault message.classHeaderMediatorThe header mediator is able to set a given value as a SOAP header, or remove a given header from the current message instance.classPayloadFactoryMediatorclassXSLTMediatorThe 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 classURLRewriteMediatorA mediator capable of rewriting URLs in messages.
-