| Package | Description | 
|---|---|
| org.apache.synapse.config.xml | Factories and serializers for XML based configuration. | 
| 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  | AnonymousListMediatorThis mediator represents an unnamed list mediator | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SequenceMediatorThe 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  | SynapseMediatorThe SynapseMediator is the "mainmediator" of the synapse engine. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ValidateMediatorValidate 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  | FilterMediatorThe filter mediator combines the regex and xpath filtering functionality. | 
| class  | InMediatorThe In Mediator acts only on "incoming" messages into synapse. | 
| class  | OutMediatorThe Out Mediator acts only on "outgoing" messages from synapse. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TemplateMediatorThis mediator is responsible for handling function templates for synapse. | 
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.