Uses of Class
org.apache.synapse.config.xml.SwitchCase
-
Packages that use SwitchCase Package Description org.apache.synapse.mediators.filters -
-
Uses of SwitchCase in org.apache.synapse.mediators.filters
Methods in org.apache.synapse.mediators.filters that return SwitchCase Modifier and Type Method Description SwitchCase
SwitchMediator. getDefaultCase()
Get default caseMethods in org.apache.synapse.mediators.filters that return types with arguments of type SwitchCase Modifier and Type Method Description List<SwitchCase>
SwitchMediator. getCases()
Get the list of casesMethods in org.apache.synapse.mediators.filters with parameters of type SwitchCase Modifier and Type Method Description void
SwitchMediator. addCase(SwitchCase m)
Adds the given mediator (Should be a SwitchCaseMediator) to the list of cases of this Switch mediatorvoid
SwitchMediator. setDefaultCase(SwitchCase defaultCase)
setting the default case ...which contains mediators to invoke when no case condition satisfy
-