|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMORouterCatchAllStrategy | |
org.mule.routing | Defines the core routing patterns supported by mule. |
org.mule.umo.routing | Interfaces that define inbound and outbound routing API. |
Uses of UMORouterCatchAllStrategy in org.mule.routing |
Classes in org.mule.routing that implement UMORouterCatchAllStrategy | |
class |
AbstractCatchAllStrategy
ForwardingCatchAllStrategy acts as a catch and forward router for any events
not caught by the router this strategy is associated with. |
class |
ComponentCatchAllStrategy
ComponentCatchAllStrategy is used to catch any events and forward
the events to the component as is. |
class |
ForwardingCatchAllStrategy
ForwardingCatchAllStrategy acts as a catch and forward router for any events
not caught by the router this strategy is associated with. |
class |
LoggingCatchAllStrategy
LoggingCatchAllStrategy is a simple strategy that only logs any events not caught by the router associated with
this strategy. |
Methods in org.mule.routing that return UMORouterCatchAllStrategy | |
UMORouterCatchAllStrategy |
AbstractRouterCollection.getCatchAllStrategy()
|
Methods in org.mule.routing with parameters of type UMORouterCatchAllStrategy | |
void |
AbstractRouterCollection.setCatchAllStrategy(UMORouterCatchAllStrategy catchAllStrategy)
|
Uses of UMORouterCatchAllStrategy in org.mule.umo.routing |
Methods in org.mule.umo.routing that return UMORouterCatchAllStrategy | |
UMORouterCatchAllStrategy |
UMORouterCollection.getCatchAllStrategy()
|
Methods in org.mule.umo.routing with parameters of type UMORouterCatchAllStrategy | |
void |
UMORouterCollection.setCatchAllStrategy(UMORouterCatchAllStrategy catchAllStrategy)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |