Package | Description |
---|---|
org.apache.synapse.mediators.filters |
Modifier and Type | Method and Description |
---|---|
SwitchCase |
SwitchMediator.getDefaultCase()
Get default case
|
Modifier and Type | Method and Description |
---|---|
List<SwitchCase> |
SwitchMediator.getCases()
Get the list of cases
|
Modifier and Type | Method and Description |
---|---|
void |
SwitchMediator.addCase(SwitchCase m)
Adds the given mediator (Should be a SwitchCaseMediator) to the list of cases
of this Switch mediator
|
void |
SwitchMediator.setDefaultCase(SwitchCase defaultCase)
setting the default case ...which contains mediators to invoke when no case condition satisfy
|
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.