Package | Description |
---|---|
org.mule.api.routing |
Interfaces that define inbound and outbound routing API.
|
org.mule.routing |
Defines the core routing patterns supported by mule.
|
Modifier and Type | Method and Description |
---|---|
RouterCatchAllStrategy |
RouterCollection.getCatchAllStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
RouterCollection.setCatchAllStrategy(RouterCatchAllStrategy catchAllStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCatchAllStrategy
ForwardingCatchAllStrategy acts as a catch and forward router for any
events not caught by the router this strategy is associated with. |
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. |
class |
ServiceCatchAllStrategy
ServiceCatchAllStrategy is used to catch any events and forward the
events to the service as is. |
Modifier and Type | Method and Description |
---|---|
RouterCatchAllStrategy |
AbstractRouterCollection.getCatchAllStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRouterCollection.setCatchAllStrategy(RouterCatchAllStrategy catchAllStrategy) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.