|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Mediator in org.apache.synapse |
|---|
| Methods in org.apache.synapse that return Mediator | |
|---|---|
Mediator |
MessageContext.getFaultSequence()
Return the fault sequence from the configuration, or the local message context This method looks up for the sequence named Constants.FAULT_SEQUENCE_KEY from the local message context to make this look up transactional - i.e. |
Mediator |
MessageContext.getMainSequence()
Return the main sequence from the configuration, or the local message context This method looks up for the sequence named Constants.MAIN_SEQUENCE_KEY from the local message context to make this look up transactional - i.e. |
Mediator |
MessageContext.getSequence(String key)
Return the sequence with the given key from the configuration, or the local message context. |
Mediator |
MessageContext.getSequenceTemplate(String key)
Return the Sequence Template with the given key from the configuration, or the local message context. |
| Uses of Mediator in org.apache.synapse.config |
|---|
| Methods in org.apache.synapse.config that return Mediator | |
|---|---|
Mediator |
SynapseConfiguration.getFaultSequence()
Return the fault sequence to be executed when Synapse encounters a fault scenario during processing |
Mediator |
SynapseConfiguration.getMainSequence()
Return the main/default sequence to be executed. |
Mediator |
SynapseConfiguration.getMandatorySequence()
Gets the mandatory sequence, from the direct reference. |
Mediator |
SynapseConfiguration.getSequence(String key)
Return the sequence specified with the given key |
| Methods in org.apache.synapse.config with parameters of type Mediator | |
|---|---|
void |
SynapseConfiguration.addSequence(String key,
Mediator mediator)
Add a named sequence into the local registry. |
void |
AbstractSynapseObserver.sequenceAdded(Mediator sequence)
|
void |
SynapseObserver.sequenceAdded(Mediator sequence)
Event fired when a new sequence is added to the configuration |
void |
AbstractSynapseObserver.sequenceRemoved(Mediator sequence)
|
void |
SynapseObserver.sequenceRemoved(Mediator sequence)
Event fired when an existing sequence is removed from the configuration |
void |
AbstractSynapseObserver.sequenceTemplateAdded(Mediator template)
|
void |
SynapseObserver.sequenceTemplateAdded(Mediator template)
Event fired when a new sequence template is added to the configuration |
void |
AbstractSynapseObserver.sequenceTemplateRemoved(Mediator template)
|
void |
SynapseObserver.sequenceTemplateRemoved(Mediator template)
Event fired when an existing sequence template is removed from the configuration |
void |
SynapseConfiguration.setMandatorySequence(Mediator mandatorySequence)
Sets the mandatory sequence direct reference |
void |
SynapseConfiguration.updateSequence(String key,
Mediator mediator)
|
| Uses of Mediator in org.apache.synapse.config.xml |
|---|
| Classes in org.apache.synapse.config.xml that implement Mediator | |
|---|---|
class |
AnonymousListMediator
This mediator represents an unnamed list mediator |
| Methods in org.apache.synapse.config.xml that return Mediator | |
|---|---|
Mediator |
AbstractMediatorFactory.createMediator(OMElement elem,
Properties properties)
Creates the mediator by looking at the given XML element. |
Mediator |
MediatorFactory.createMediator(OMElement elem,
Properties properties)
Creates an instance of the mediator using the OMElement |
protected abstract Mediator |
AbstractMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
Specific mediator factory implementations should implement this method to build the Mediator by the given XML configuration |
Mediator |
AggregateMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
AnnotatedCommandMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
CacheMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
CalloutMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
ClassMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
CloneMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
This method implements the createMediator method of the MediatorFactory interface |
Mediator |
ConditionalRouterMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
DBLookupMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
DBReportMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
DropMediatorFactory.createSpecificMediator(OMElement el,
Properties properties)
|
Mediator |
EnqueueMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
protected Mediator |
EnrichMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
FaultMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
FilterMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
HeaderMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
InMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
protected Mediator |
InvokeMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
IterateMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
This method will create the IterateMediator by parsing the given xml configuration |
Mediator |
LogMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
protected Mediator |
MessageStoreMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
OutMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
POJOCommandMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
PayloadFactoryMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
PropertyMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
RMSequenceMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
SamplingThrottleMediatorFactory.createSpecificMediator(OMElement omElement,
Properties properties)
|
Mediator |
SendMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
SequenceMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
SwitchMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
SynapseMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
protected Mediator |
TemplateMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
TransactionMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
Create a Transaction mediator instance referring to the bean and configuration given by the OMElement declaration |
protected Mediator |
URLRewriteMediatorFactory.createSpecificMediator(OMElement element,
Properties properties)
|
Mediator |
ValidateMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
XSLTMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
static Mediator |
SynapseXMLConfigurationFactory.defineMediatorTemplate(SynapseConfiguration config,
OMElement ele,
Properties properties)
|
static Mediator |
SynapseXMLConfigurationFactory.defineSequence(SynapseConfiguration config,
OMElement ele,
Properties properties)
|
Mediator |
MediatorFactoryFinder.getMediator(OMElement element,
Properties properties)
This method returns a Processor given an OMElement. |
| Methods in org.apache.synapse.config.xml with parameters of type Mediator | |
|---|---|
MediatorSerializer |
MediatorSerializerFinder.getSerializer(Mediator mediator)
|
protected void |
AbstractMediatorFactory.processAuditStatus(Mediator mediator,
OMElement mediatorOmElement)
This is to Initialize the mediator regarding tracing and statistics. |
protected void |
AbstractMediatorFactory.processTraceState(Mediator mediator,
OMElement mediatorOmElement)
Deprecated. This method is deprecated. As of Synapse 1.3, please use AbstractMediatorFactory.processAuditStatus(Mediator, OMElement) |
protected static void |
AbstractMediatorSerializer.saveTracingState(OMElement mediatorOmElement,
Mediator mediator)
Perform common functions and finalize the mediator serialization. |
OMElement |
AbstractMediatorSerializer.serializeMediator(OMElement parent,
Mediator m)
Serializes the given mediator into XML element. |
OMElement |
MediatorSerializer.serializeMediator(OMElement parent,
Mediator m)
Return the XML representation of this mediator |
protected abstract OMElement |
AbstractMediatorSerializer.serializeSpecificMediator(Mediator m)
Specific mediator factory implementations should implement this method to build the Mediator by the given XML configuration |
OMElement |
AggregateMediatorSerializer.serializeSpecificMediator(Mediator m)
|
OMElement |
AnonymousListMediatorSerializer.serializeSpecificMediator(Mediator m)
To serialize an anonymous list mediator |
OMElement |
CacheMediatorSerializer.serializeSpecificMediator(Mediator m)
|
OMElement |
CalloutMediatorSerializer.serializeSpecificMediator(Mediator m)
|
OMElement |
ClassMediatorSerializer.serializeSpecificMediator(Mediator m)
|
OMElement |
CloneMediatorSerializer.serializeSpecificMediator(Mediator m)
This method will implement the serializeMediator method of the MediatorSerializer interface and implements the serialization of CloneMediator to its configuration |
OMElement |
ConditionalRouterMediatorSerializer.serializeSpecificMediator(Mediator m)
|
OMElement |
DBLookupMediatorSerializer.serializeSpecificMediator(Mediator m)
|
OMElement |
DBReportMediatorSerializer.serializeSpecificMediator(Mediator m)
|
OMElement |
DropMediatorSerializer.serializeSpecificMediator(Mediator m)
|
OMElement |
EnqueueMediatorSerializer.serializeSpecificMediator(Mediator m)
|
protected OMElement |
EnrichMediatorSerializer.serializeSpecificMediator(Mediator m)
|
OMElement |
FaultMediatorSerializer.serializeSpecificMediator(Mediator m)
|
OMElement |
FilterMediatorSerializer.serializeSpecificMediator(Mediator m)
|
OMElement |
HeaderMediatorSerializer.serializeSpecificMediator(Mediator m)
|
OMElement |
InMediatorSerializer.serializeSpecificMediator(Mediator m)
|
protected OMElement |
InvokeMediatorSerializer.serializeSpecificMediator(Mediator m)
|
OMElement |
IterateMediatorSerializer.serializeSpecificMediator(Mediator m)
This method will implement the serialization logic of the IterateMediator class to the relevant xml configuration |
OMElement |
LogMediatorSerializer.serializeSpecificMediator(Mediator m)
|
protected OMElement |
MessageStoreMediatorSerializer.serializeSpecificMediator(Mediator m)
|
OMElement |
OutMediatorSerializer.serializeSpecificMediator(Mediator m)
|
OMElement |
POJOCommandMediatorSerializer.serializeSpecificMediator(Mediator m)
|
OMElement |
PayloadFactoryMediatorSerializer.serializeSpecificMediator(Mediator m)
|
OMElement |
PropertyMediatorSerializer.serializeSpecificMediator(Mediator m)
|
OMElement |
RMSequenceMediatorSerializer.serializeSpecificMediator(Mediator m)
|
OMElement |
SamplingThrottleMediatorSerializer.serializeSpecificMediator(Mediator mediator)
|
OMElement |
SendMediatorSerializer.serializeSpecificMediator(Mediator m)
|
OMElement |
SequenceMediatorSerializer.serializeSpecificMediator(Mediator m)
|
OMElement |
SwitchMediatorSerializer.serializeSpecificMediator(Mediator m)
|
OMElement |
SynapseMediatorSerializer.serializeSpecificMediator(Mediator m)
|
protected OMElement |
TemplateMediatorSerializer.serializeSpecificMediator(Mediator m)
|
OMElement |
TransactionMediatorSerializer.serializeSpecificMediator(Mediator m)
|
protected OMElement |
URLRewriteMediatorSerializer.serializeSpecificMediator(Mediator m)
|
OMElement |
ValidateMediatorSerializer.serializeSpecificMediator(Mediator m)
|
OMElement |
XSLTMediatorSerializer.serializeSpecificMediator(Mediator m)
|
| Method parameters in org.apache.synapse.config.xml with type arguments of type Mediator | |
|---|---|
protected void |
AbstractListMediatorSerializer.serializeChildren(OMElement parent,
List<Mediator> list)
|
| Uses of Mediator in org.apache.synapse.config.xml.eventing |
|---|
| Methods in org.apache.synapse.config.xml.eventing that return Mediator | |
|---|---|
Mediator |
EventPublisherMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
| Methods in org.apache.synapse.config.xml.eventing with parameters of type Mediator | |
|---|---|
OMElement |
EventPublisherMediatorSerializer.serializeSpecificMediator(Mediator m)
|
| Uses of Mediator in org.apache.synapse.core.axis2 |
|---|
| Methods in org.apache.synapse.core.axis2 that return Mediator | |
|---|---|
Mediator |
Axis2MessageContext.getFaultSequence()
|
Mediator |
Axis2MessageContext.getMainSequence()
|
Mediator |
Axis2MessageContext.getSequence(String key)
|
Mediator |
Axis2MessageContext.getSequenceTemplate(String key)
|
| Uses of Mediator in org.apache.synapse.experimental |
|---|
| Classes in org.apache.synapse.experimental that implement Mediator | |
|---|---|
class |
DetachMediator
|
class |
ReplaceMediator
|
| Uses of Mediator in org.apache.synapse.experimental.mediators.seda |
|---|
| Classes in org.apache.synapse.experimental.mediators.seda that implement Mediator | |
|---|---|
class |
SEDAMediator
|
| Methods in org.apache.synapse.experimental.mediators.seda that return Mediator | |
|---|---|
Mediator |
SEDAMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
| Constructors in org.apache.synapse.experimental.mediators.seda with parameters of type Mediator | |
|---|---|
DefaultConsumer(Mediator mediator)
|
|
| Uses of Mediator in org.apache.synapse.mediators |
|---|
| Subinterfaces of Mediator in org.apache.synapse.mediators | |
|---|---|
interface |
FilterMediator
The filter mediator is a list mediator, which executes the given (sub) list of mediators if the specified condition is satisfied |
interface |
ListMediator
The List mediator executes a given sequence/list of child mediators. |
| Classes in org.apache.synapse.mediators that implement Mediator | |
|---|---|
class |
AbstractListMediator
This is the base class for all List mediators |
class |
AbstractMediator
This is the super class of all mediators, and defines common logging, tracing other aspects for all mediators who extend from this. |
| Fields in org.apache.synapse.mediators with type parameters of type Mediator | |
|---|---|
protected List<Mediator> |
AbstractListMediator.mediators
the list of child mediators held. |
| Methods in org.apache.synapse.mediators that return Mediator | |
|---|---|
Mediator |
AbstractListMediator.getChild(int pos)
|
Mediator |
ListMediator.getChild(int pos)
Returns the mediator at the specified position |
Mediator |
MediatorFaultHandler.getFaultMediator()
Getter for the mediator describing the fault sequence |
Mediator |
AbstractListMediator.removeChild(int pos)
|
Mediator |
ListMediator.removeChild(int pos)
Removes the mediator at the specified position in this list |
| Methods in org.apache.synapse.mediators that return types with arguments of type Mediator | |
|---|---|
List<Mediator> |
AbstractListMediator.getList()
|
List<Mediator> |
ListMediator.getList()
Return the list of mediators of this List mediator instance |
| Methods in org.apache.synapse.mediators with parameters of type Mediator | |
|---|---|
boolean |
AbstractListMediator.addChild(Mediator m)
|
boolean |
ListMediator.addChild(Mediator m)
Appends the specified mediator to the end of this mediator's (children) list |
boolean |
AbstractListMediator.removeChild(Mediator m)
|
boolean |
ListMediator.removeChild(Mediator m)
Removes the first occurrence in this list of the specified mediator |
void |
MediatorFaultHandler.setFaultMediator(Mediator faultMediator)
Setter of the mediator describing the fault sequence |
| Method parameters in org.apache.synapse.mediators with type arguments of type Mediator | |
|---|---|
boolean |
AbstractListMediator.addAll(List<Mediator> c)
|
boolean |
ListMediator.addAll(List<Mediator> c)
Appends all of the mediators in the specified collection to the end of this mediator's (children) list, in the order that they are returned by the specified collection's iterator |
| Constructors in org.apache.synapse.mediators with parameters of type Mediator | |
|---|---|
MediatorFaultHandler(Mediator faultMediator)
Constructs the FaultHandler object for handling mediator faults |
|
MediatorWorker(Mediator seq,
MessageContext synCtx)
Constructor of the MediatorWorker which sets the sequence and the message context |
|
| Uses of Mediator in org.apache.synapse.mediators.base |
|---|
| Classes in org.apache.synapse.mediators.base that implement Mediator | |
|---|---|
class |
SequenceMediator
The Sequence mediator either refers to a named Sequence mediator instance or is a *Named* list/sequence of other (child) Mediators If this instance defines a sequence mediator, then the name is required, and an errorHandler sequence name optional. |
class |
SynapseMediator
The SynapseMediator is the "mainmediator" of the synapse engine. |
| Uses of Mediator in org.apache.synapse.mediators.bsf |
|---|
| Classes in org.apache.synapse.mediators.bsf that implement Mediator | |
|---|---|
class |
ScriptMediator
A Synapse mediator that calls a function in any scripting language supported by the BSF. |
| Methods in org.apache.synapse.mediators.bsf that return Mediator | |
|---|---|
Mediator |
ScriptMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
ScriptMessageContext.getFaultSequence()
|
Mediator |
ScriptMessageContext.getMainSequence()
|
Mediator |
ScriptMessageContext.getSequence(String key)
|
Mediator |
ScriptMessageContext.getSequenceTemplate(String key)
Get the sequence template from the key |
| Methods in org.apache.synapse.mediators.bsf with parameters of type Mediator | |
|---|---|
OMElement |
ScriptMediatorSerializer.serializeSpecificMediator(Mediator m)
|
| Uses of Mediator in org.apache.synapse.mediators.builtin |
|---|
| Classes in org.apache.synapse.mediators.builtin that implement Mediator | |
|---|---|
class |
CacheMediator
CacheMediator will cache the response messages indexed using the hash value of the request message, and subsequent messages with the same request (request hash will be generated and checked for the equality) within the cache expiration period will be served from the stored responses in the cache |
class |
CalloutMediator
|
class |
DropMediator
Halts further processing/mediation of the current message. |
class |
EnqueueMediator
This mediator execute a given sequence with a given priority. |
class |
LogMediator
Logs the specified message into the configured logger. |
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 |
RMSequenceMediator
|
class |
SendMediator
SendMediator sends a message using specified semantics. |
class |
ValidateMediator
Validate a message or an element against a schema This internally uses the Xerces2-j parser, which cautions a lot about thread-safety and memory leaks. |
| Uses of Mediator in org.apache.synapse.mediators.db |
|---|
| Classes in org.apache.synapse.mediators.db that implement Mediator | |
|---|---|
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 Mediator in org.apache.synapse.mediators.eip.aggregator |
|---|
| Classes in org.apache.synapse.mediators.eip.aggregator that implement Mediator | |
|---|---|
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 Mediator in org.apache.synapse.mediators.eip.sample |
|---|
| Classes in org.apache.synapse.mediators.eip.sample that implement Mediator | |
|---|---|
class |
SamplingThrottleMediator
This implements the well known Sample 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 Mediator in org.apache.synapse.mediators.eip.splitter |
|---|
| Classes in org.apache.synapse.mediators.eip.splitter that implement Mediator | |
|---|---|
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 Mediator in org.apache.synapse.mediators.elementary |
|---|
| Classes in org.apache.synapse.mediators.elementary that implement Mediator | |
|---|---|
class |
EnrichMediator
Syntax for EnrichMediator |
| Uses of Mediator in org.apache.synapse.mediators.eventing |
|---|
| Classes in org.apache.synapse.mediators.eventing that implement Mediator | |
|---|---|
class |
EventPublisherMediator
|
| Uses of Mediator in org.apache.synapse.mediators.ext |
|---|
| Classes in org.apache.synapse.mediators.ext that implement Mediator | |
|---|---|
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. |
| Methods in org.apache.synapse.mediators.ext that return Mediator | |
|---|---|
Mediator |
ClassMediator.getMediator()
|
| Methods in org.apache.synapse.mediators.ext with parameters of type Mediator | |
|---|---|
void |
ClassMediator.setMediator(Mediator mediator)
|
| Uses of Mediator in org.apache.synapse.mediators.filters |
|---|
| Classes in org.apache.synapse.mediators.filters that implement Mediator | |
|---|---|
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 Mediator in org.apache.synapse.mediators.filters.router |
|---|
| Classes in org.apache.synapse.mediators.filters.router that implement Mediator | |
|---|---|
class |
ConditionalRouterMediator
Checks whether the route condition evaluates to true and mediates using the target if it evaluates to true. |
| Uses of Mediator in org.apache.synapse.mediators.spring |
|---|
| Classes in org.apache.synapse.mediators.spring that implement Mediator | |
|---|---|
class |
SpringMediator
This mediator allows Spring beans implementing the org.apache.synapse.Mediator interface to mediate messages passing through Synapse. |
| Methods in org.apache.synapse.mediators.spring that return Mediator | |
|---|---|
Mediator |
SpringMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
Create a Spring mediator instance referring to the bean and configuration given by the OMElement declaration |
| Methods in org.apache.synapse.mediators.spring with parameters of type Mediator | |
|---|---|
OMElement |
SpringMediatorSerializer.serializeSpecificMediator(Mediator m)
|
| Uses of Mediator in org.apache.synapse.mediators.store |
|---|
| Classes in org.apache.synapse.mediators.store that implement Mediator | |
|---|---|
class |
MessageStoreMediator
MessageStoreMediator will store the incoming Messages in associated MessageStore |
| Uses of Mediator in org.apache.synapse.mediators.template |
|---|
| Classes in org.apache.synapse.mediators.template that implement Mediator | |
|---|---|
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 Mediator in org.apache.synapse.mediators.throttle |
|---|
| Classes in org.apache.synapse.mediators.throttle that implement Mediator | |
|---|---|
class |
ThrottleMediator
The Mediator for the throttling - Throttling will occur according to the ws-policy which is specified as the key for lookup from the registry or the inline policy Only support IP based throttling- Throttling can manage per IP using the throttle policy |
| Methods in org.apache.synapse.mediators.throttle that return Mediator | |
|---|---|
Mediator |
ThrottleMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
Mediator |
ThrottleMediator.getOnAcceptMediator()
|
Mediator |
ThrottleMediator.getOnRejectMediator()
|
| Methods in org.apache.synapse.mediators.throttle with parameters of type Mediator | |
|---|---|
OMElement |
ThrottleMediatorSerializer.serializeSpecificMediator(Mediator m)
|
void |
ThrottleMediator.setOnAcceptMediator(Mediator onAcceptMediator)
|
void |
ThrottleMediator.setOnRejectMediator(Mediator onRejectMediator)
|
| Uses of Mediator in org.apache.synapse.mediators.transaction |
|---|
| Classes in org.apache.synapse.mediators.transaction that implement Mediator | |
|---|---|
class |
TransactionMediator
The Mediator for commit, rollback, suspend, resume jta transactions |
| Uses of Mediator in org.apache.synapse.mediators.transform |
|---|
| Classes in org.apache.synapse.mediators.transform that implement Mediator | |
|---|---|
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
Payload-factory mediator creates a new SOAP payload for the message, replacing the existing one. |
class |
XSLTMediator
The XSLT mediator performs an XSLT transformation requested, using the current message. |
| Uses of Mediator in org.apache.synapse.mediators.transform.url |
|---|
| Classes in org.apache.synapse.mediators.transform.url that implement Mediator | |
|---|---|
class |
URLRewriteMediator
A mediator capable of rewriting URLs in messages. |
| Uses of Mediator in org.apache.synapse.mediators.xquery |
|---|
| Classes in org.apache.synapse.mediators.xquery that implement Mediator | |
|---|---|
class |
XQueryMediator
The XQueryMediator provides the means to extract and manipulate data from XML documents using XQuery . |
| Methods in org.apache.synapse.mediators.xquery that return Mediator | |
|---|---|
Mediator |
XQueryMediatorFactory.createSpecificMediator(OMElement elem,
Properties properties)
|
| Methods in org.apache.synapse.mediators.xquery with parameters of type Mediator | |
|---|---|
OMElement |
XQueryMediatorSerializer.serializeSpecificMediator(Mediator m)
|
| Uses of Mediator in samples.mediators |
|---|
| Classes in samples.mediators that implement Mediator | |
|---|---|
class |
BinaryExtractMediator
This mediator analyze a binary message and convert binary to a given datatype and set is as a message property. |
class |
DiscountQuoteMediator
|
| Uses of Mediator in samples.mediators.extensions |
|---|
| Classes in samples.mediators.extensions that implement Mediator | |
|---|---|
class |
SpringCustomLogger
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||