Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
SynapseConfiguration.addSequence(String key,
Mediator mediator)
Add a named sequence into the local registry.
|
void |
SynapseObserver.sequenceAdded(Mediator sequence)
Event fired when a new sequence is added to the configuration
|
void |
AbstractSynapseObserver.sequenceAdded(Mediator sequence) |
void |
SynapseObserver.sequenceRemoved(Mediator sequence)
Event fired when an existing sequence is removed from the configuration
|
void |
AbstractSynapseObserver.sequenceRemoved(Mediator sequence) |
void |
SynapseObserver.sequenceTemplateAdded(Mediator template)
Event fired when a new sequence template is added to the configuration
|
void |
AbstractSynapseObserver.sequenceTemplateAdded(Mediator template) |
void |
SynapseObserver.sequenceTemplateRemoved(Mediator template)
Event fired when an existing sequence template is removed from the configuration
|
void |
AbstractSynapseObserver.sequenceTemplateRemoved(Mediator template) |
void |
SynapseConfiguration.setMandatorySequence(Mediator mandatorySequence)
Sets the mandatory sequence direct reference
|
void |
SynapseConfiguration.updateSequence(String key,
Mediator mediator) |
Modifier and Type | Class and Description |
---|---|
class |
AnonymousListMediator
This mediator represents an unnamed list mediator
|
Modifier and Type | Method and Description |
---|---|
Mediator |
AbstractMediatorFactory.createMediator(org.apache.axiom.om.OMElement elem,
Properties properties)
Creates the mediator by looking at the given XML element.
|
Mediator |
MediatorFactory.createMediator(org.apache.axiom.om.OMElement elem,
Properties properties)
Creates an instance of the mediator using the OMElement
|
Mediator |
DBReportMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
ClassMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
protected abstract Mediator |
AbstractMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties)
Specific mediator factory implementations should implement this method to build the
Mediator by the given XML configuration |
Mediator |
DBLookupMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
AnnotatedCommandMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
IterateMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties)
This method will create the IterateMediator by parsing the given xml configuration
|
Mediator |
TransactionMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties)
Create a Transaction mediator instance referring to the bean and configuration given
by the OMElement declaration
|
Mediator |
HeaderMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
XSLTMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
CloneMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties)
This method implements the createMediator method of the MediatorFactory interface
|
protected Mediator |
EnrichMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
SynapseMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
SwitchMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
FilterMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
protected Mediator |
URLRewriteMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement element,
Properties properties) |
Mediator |
CalloutMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
FaultMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
SequenceMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
BeanMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
SamplingThrottleMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement omElement,
Properties properties) |
Mediator |
OutMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
POJOCommandMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
DropMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement el,
Properties properties) |
protected Mediator |
RespondMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement omElement,
Properties properties) |
protected Mediator |
TemplateMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
AggregateMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
ConditionalRouterMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
InMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
CacheMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
LogMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
protected Mediator |
MessageStoreMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
protected Mediator |
LoopbackMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
PayloadFactoryMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
PropertyMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
EJBMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
ValidateMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
protected Mediator |
InvokeMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
SendMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
EnqueueMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
static Mediator |
SynapseXMLConfigurationFactory.defineMediatorTemplate(SynapseConfiguration config,
org.apache.axiom.om.OMElement ele,
Properties properties) |
static Mediator |
SynapseXMLConfigurationFactory.defineSequence(SynapseConfiguration config,
org.apache.axiom.om.OMElement ele,
Properties properties) |
Mediator |
MediatorFactoryFinder.getMediator(org.apache.axiom.om.OMElement element,
Properties properties)
This method returns a Processor given an OMElement.
|
Modifier and Type | Method and Description |
---|---|
MediatorSerializer |
MediatorSerializerFinder.getSerializer(Mediator mediator) |
protected void |
AbstractMediatorFactory.processAuditStatus(Mediator mediator,
org.apache.axiom.om.OMElement mediatorOmElement)
This is to Initialize the mediator regarding tracing and statistics.
|
protected void |
AbstractMediatorFactory.processTraceState(Mediator mediator,
org.apache.axiom.om.OMElement mediatorOmElement)
Deprecated.
This method is deprecated. As of Synapse 1.3, please use
AbstractMediatorFactory.processAuditStatus(Mediator, OMElement) |
protected static void |
AbstractMediatorSerializer.saveTracingState(org.apache.axiom.om.OMElement mediatorOmElement,
Mediator mediator)
Perform common functions and finalize the mediator serialization.
|
org.apache.axiom.om.OMElement |
MediatorSerializer.serializeMediator(org.apache.axiom.om.OMElement parent,
Mediator m)
Return the XML representation of this mediator
|
org.apache.axiom.om.OMElement |
AbstractMediatorSerializer.serializeMediator(org.apache.axiom.om.OMElement parent,
Mediator m)
Serializes the given mediator into XML element.
|
protected org.apache.axiom.om.OMElement |
EnrichMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
OutMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.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
|
org.apache.axiom.om.OMElement |
BeanMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
SwitchMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
AggregateMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
AnonymousListMediatorSerializer.serializeSpecificMediator(Mediator m)
To serialize an anonymous list mediator
|
org.apache.axiom.om.OMElement |
PayloadFactoryMediatorSerializer.serializeSpecificMediator(Mediator m) |
protected org.apache.axiom.om.OMElement |
MessageStoreMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
EJBMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
DBLookupMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
InMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
ClassMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
POJOCommandMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
ValidateMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
CacheMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
FaultMediatorSerializer.serializeSpecificMediator(Mediator m) |
protected org.apache.axiom.om.OMElement |
LoopbackMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
DropMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
DBReportMediatorSerializer.serializeSpecificMediator(Mediator m) |
protected org.apache.axiom.om.OMElement |
URLRewriteMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
HeaderMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
EnqueueMediatorSerializer.serializeSpecificMediator(Mediator m) |
protected org.apache.axiom.om.OMElement |
TemplateMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
XSLTMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
SamplingThrottleMediatorSerializer.serializeSpecificMediator(Mediator mediator) |
org.apache.axiom.om.OMElement |
PropertyMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
LogMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
IterateMediatorSerializer.serializeSpecificMediator(Mediator m)
This method will implement the serialization logic of the IterateMediator class to the
relevant xml configuration
|
org.apache.axiom.om.OMElement |
SendMediatorSerializer.serializeSpecificMediator(Mediator m) |
protected org.apache.axiom.om.OMElement |
InvokeMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
RespondMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
ConditionalRouterMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
CalloutMediatorSerializer.serializeSpecificMediator(Mediator m) |
protected abstract org.apache.axiom.om.OMElement |
AbstractMediatorSerializer.serializeSpecificMediator(Mediator m)
Specific mediator factory implementations should implement this method to build the
Mediator by the given XML configuration |
org.apache.axiom.om.OMElement |
SequenceMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
FilterMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
SynapseMediatorSerializer.serializeSpecificMediator(Mediator m) |
org.apache.axiom.om.OMElement |
TransactionMediatorSerializer.serializeSpecificMediator(Mediator m) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractListMediatorSerializer.serializeChildren(org.apache.axiom.om.OMElement parent,
List<Mediator> list) |
Modifier and Type | Method and Description |
---|---|
Mediator |
EventPublisherMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.om.OMElement |
EventPublisherMediatorSerializer.serializeSpecificMediator(Mediator m) |
Modifier and Type | Method and Description |
---|---|
Mediator |
Axis2MessageContext.getFaultSequence() |
Mediator |
Axis2MessageContext.getMainSequence() |
Mediator |
Axis2MessageContext.getSequence(String key) |
Mediator |
Axis2MessageContext.getSequenceTemplate(String key) |
Modifier and Type | Class and Description |
---|---|
class |
DetachMediator |
class |
ReplaceMediator |
Modifier and Type | Class and Description |
---|---|
class |
SEDAMediator |
Modifier and Type | Method and Description |
---|---|
Mediator |
SEDAMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Constructor and Description |
---|
DefaultConsumer(Mediator mediator) |
Modifier and Type | Class and Description |
---|---|
class |
CalloutBlockMediator |
class |
ContentBasedRouterMediator |
class |
DynamicRouterMediator |
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected List<Mediator> |
AbstractListMediator.mediators
the list of child mediators held.
|
Modifier and Type | Method and Description |
---|---|
Mediator |
ListMediator.getChild(int pos)
Returns the mediator at the specified position
|
Mediator |
AbstractListMediator.getChild(int pos) |
Mediator |
MediatorFaultHandler.getFaultMediator()
Getter for the mediator describing the fault sequence
|
Mediator |
ListMediator.removeChild(int pos)
Removes the mediator at the specified position in this list
|
Mediator |
AbstractListMediator.removeChild(int pos) |
Modifier and Type | Method and Description |
---|---|
List<Mediator> |
ListMediator.getList()
Return the list of mediators of this List mediator instance
|
List<Mediator> |
AbstractListMediator.getList() |
Modifier and Type | Method and Description |
---|---|
boolean |
ListMediator.addChild(Mediator m)
Appends the specified mediator to the end of this mediator's (children) list
|
boolean |
AbstractListMediator.addChild(Mediator m) |
boolean |
ListMediator.removeChild(Mediator m)
Removes the first occurrence in this list of the specified mediator
|
boolean |
AbstractListMediator.removeChild(Mediator m) |
void |
MediatorFaultHandler.setFaultMediator(Mediator faultMediator)
Setter of the mediator describing the fault sequence
|
Modifier and Type | Method and Description |
---|---|
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
|
boolean |
AbstractListMediator.addAll(List<Mediator> c) |
Constructor and Description |
---|
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
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanMediator
Bean mediator can manipulate a JavaBean that is bound to the Synapse message context as a
property.
|
Modifier and Type | Class and Description |
---|---|
class |
EJBMediator
EJB mediator calls an external Enterprise JavaBean(EJB) and stores the result in the message
payload or in a message context property.
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptMediator
A Synapse mediator that calls a function in any scripting language supported by the BSF.
|
Modifier and Type | Method and Description |
---|---|
Mediator |
ScriptMediatorFactory.createSpecificMediator(org.apache.axiom.om.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
|
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.om.OMElement |
ScriptMediatorSerializer.serializeSpecificMediator(Mediator m) |
Modifier and Type | Class and Description |
---|---|
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 |
LoopbackMediator |
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
Halts further processing/mediation of the current message and return the current message back to client
This Mediator reduce the number of configuration element need to build an echo service from ESB.
|
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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
EnrichMediator
Syntax for EnrichMediator
|
Modifier and Type | Class and Description |
---|---|
class |
EventPublisherMediator |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
Mediator |
ClassMediator.getMediator() |
Modifier and Type | Method and Description |
---|---|
void |
ClassMediator.setMediator(Mediator mediator) |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
ConditionalRouterMediator
Checks whether the route condition evaluates to true and mediates using the target if it evaluates to true.
|
Modifier and Type | Class and Description |
---|---|
class |
SpringMediator
This mediator allows Spring beans implementing the org.apache.synapse.Mediator
interface to mediate messages passing through Synapse.
|
Modifier and Type | Method and Description |
---|---|
Mediator |
SpringMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties)
Create a Spring mediator instance referring to the bean and configuration given
by the OMElement declaration
|
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.om.OMElement |
SpringMediatorSerializer.serializeSpecificMediator(Mediator m) |
Modifier and Type | Class and Description |
---|---|
class |
MessageStoreMediator
MessageStoreMediator will store the incoming Messages in associated MessageStore |
Modifier and Type | Class and Description |
---|---|
class |
InvokeMediator
This class handles invocation of a synapse function template.
|
class |
TemplateMediator
This mediator is responsible for handling function templates for synapse.
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
Mediator |
ThrottleMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Mediator |
ThrottleMediator.getOnAcceptMediator() |
Mediator |
ThrottleMediator.getOnRejectMediator() |
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.om.OMElement |
ThrottleMediatorSerializer.serializeSpecificMediator(Mediator m) |
void |
ThrottleMediator.setOnAcceptMediator(Mediator onAcceptMediator) |
void |
ThrottleMediator.setOnRejectMediator(Mediator onRejectMediator) |
Modifier and Type | Class and Description |
---|---|
class |
TransactionMediator
The Mediator for commit, rollback, suspend, resume jta transactions
|
Modifier and Type | Class and 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
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.
|
Modifier and Type | Class and Description |
---|---|
class |
URLRewriteMediator
A mediator capable of rewriting URLs in messages.
|
Modifier and Type | Class and Description |
---|---|
class |
XQueryMediator
The XQueryMediator provides the means to extract and manipulate data from XML documents using
XQuery .
|
Modifier and Type | Method and Description |
---|---|
Mediator |
XQueryMediatorFactory.createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.om.OMElement |
XQueryMediatorSerializer.serializeSpecificMediator(Mediator m) |
Modifier and Type | Class and Description |
---|---|
class |
BinaryExtractMediator
This mediator analyze a binary message and convert binary to a given datatype and set is as a message property.
|
class |
DiscountQuoteMediator |
Modifier and Type | Class and Description |
---|---|
class |
SpringCustomLogger |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.