Class | Description |
---|---|
CallMediator |
Call Mediator sends a message using specified semantics.
|
CalloutMediator |
|
CommentMediator |
Mediator to handle XML comment nodes in Synapse Configurations
|
DropMediator |
Halts further processing/mediation of the current message.
|
EnqueueMediator |
This mediator execute a given sequence with a given priority.
|
ForEachMediator | |
JSONTransformMediator |
A mediator to transform XML payload to JSON or JSON to JSON based on a json schema
Via this mediator we can override the global properties which are used in XML to JSON transformations.
|
LogMediator |
Logs the specified message into the configured logger.
|
LoopBackMediator |
Loopback further processing/Mediation of the current message to outflow
|
PropertyGroupMediator |
The 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.
|
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.
|
RespondMediator | |
SendMediator |
SendMediator sends a message using specified semantics.
|
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.
|
Copyright © 2005-2020 Apache Software Foundation. All Rights Reserved.