Uses of Class
org.mule.routing.AbstractCatchAllStrategy

Packages that use AbstractCatchAllStrategy
org.mule.routing Defines the core routing patterns supported by mule. 
 

Uses of AbstractCatchAllStrategy in org.mule.routing
 

Subclasses of AbstractCatchAllStrategy in org.mule.routing
 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.
 



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.