FilterMediator | The filter mediator is a list mediator, which executes the given (sub) list of mediators if the specified condition is satisfied | code | html |
ListMediator | The List mediator executes a given sequence/list of child mediators | code | html |
AbstractListMediator | This is the base class for all List mediators | code | html |
AbstractMediator | This is the superclass of all mediators, and defines common logging, tracing other aspects for all mediators who extend from this. | code | html |
GetPropertyFunction | Implements the XPath extension function synapse:get-property(scope,prop-name) | code | html |
MediatorFaultHandler | This implements the FaultHandler interface as a mediator fault handler. | code | html |
MediatorProperty | A mediator property is a name-value or name-expression pair which could be supplied for certain mediators. | code | html |
MediatorWorker | This class will be used as the executer for the injectAsync method for the sequence mediation | code | html |