Uses of Class
org.apache.synapse.mediators.bean.BeanMediator.Action
-
Packages that use BeanMediator.Action Package Description org.apache.synapse.mediators.bean -
-
Uses of BeanMediator.Action in org.apache.synapse.mediators.bean
Methods in org.apache.synapse.mediators.bean that return BeanMediator.Action Modifier and Type Method Description BeanMediator.Action
BeanMediator. getAction()
static BeanMediator.Action
BeanMediator.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static BeanMediator.Action[]
BeanMediator.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.synapse.mediators.bean with parameters of type BeanMediator.Action Modifier and Type Method Description void
BeanMediator. setAction(BeanMediator.Action action)
-