Uses of Class
org.apache.synapse.config.xml.AnonymousListMediator
-
Packages that use AnonymousListMediator Package Description org.apache.synapse.config.xml Factories and serializers for XML based configuration.org.apache.synapse.mediators.filters -
-
Uses of AnonymousListMediator in org.apache.synapse.config.xml
Methods in org.apache.synapse.config.xml that return AnonymousListMediator Modifier and Type Method Description static AnonymousListMediator
AnonymousListMediatorFactory. createAnonymousListMediator(org.apache.axiom.om.OMElement el, Properties properties)
To create an anonymous list mediator form OMElementAnonymousListMediator
SwitchCase. getCaseMediator()
To get list mediator of this case elementMethods in org.apache.synapse.config.xml with parameters of type AnonymousListMediator Modifier and Type Method Description void
SwitchCase. setCaseMediator(AnonymousListMediator caseMediator)
To set the set of case mediators -
Uses of AnonymousListMediator in org.apache.synapse.mediators.filters
Methods in org.apache.synapse.mediators.filters with parameters of type AnonymousListMediator Modifier and Type Method Description void
FilterMediator. setElseMediator(AnonymousListMediator elseMediator)
-