Package | Description |
---|---|
org.apache.synapse.config.xml |
Factories and serializers for XML based configuration.
|
org.apache.synapse.mediators | |
org.apache.synapse.mediators.base | |
org.apache.synapse.mediators.builtin | |
org.apache.synapse.mediators.filters | |
org.apache.synapse.mediators.template |
Modifier and Type | Class and Description |
---|---|
class |
AnonymousListMediator
This mediator represents an unnamed list mediator
|
Modifier and Type | Method and Description |
---|---|
protected static void |
AbstractListMediatorFactory.addChildren(org.apache.axiom.om.OMElement el,
ListMediator m,
Properties properties) |
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
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractListMediator
This is the base class for all List mediators
|
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 |
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
ListMediator |
FilterMediator.getElseMediator() |
Modifier and Type | Method and Description |
---|---|
void |
FilterMediator.setElseMediator(ListMediator elseMediator) |
Modifier and Type | Class and Description |
---|---|
class |
TemplateMediator
This mediator is responsible for handling function templates for synapse.
|
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.