Package | Description |
---|---|
org.mule.routing |
Defines the core routing patterns supported by mule.
|
Modifier and Type | Class and Description |
---|---|
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. |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.