Uses of Interface
org.mule.api.routing.OutboundRouterCatchAllStrategy

Packages that use OutboundRouterCatchAllStrategy
org.mule.api.routing Interfaces that define inbound and outbound routing API. 
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
 

Uses of OutboundRouterCatchAllStrategy in org.mule.api.routing
 

Methods in org.mule.api.routing that return OutboundRouterCatchAllStrategy
 OutboundRouterCatchAllStrategy OutboundRouterCollection.getCatchAllStrategy()
           
 

Methods in org.mule.api.routing with parameters of type OutboundRouterCatchAllStrategy
 void OutboundRouterCollection.setCatchAllStrategy(OutboundRouterCatchAllStrategy catchAllStrategy)
           
 

Uses of OutboundRouterCatchAllStrategy in org.mule.routing
 

Classes in org.mule.routing that implement OutboundRouterCatchAllStrategy
 class AbstractCatchAllStrategy
          RouterCatchAllStrategy is a strategy interface that allows developers to hook in custom code when an event is being routed on the inbound or outbound but does not match any of the criteria defined for the routing.
 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
          Deprecated.  
 

Uses of OutboundRouterCatchAllStrategy in org.mule.routing.outbound
 

Methods in org.mule.routing.outbound that return OutboundRouterCatchAllStrategy
 OutboundRouterCatchAllStrategy DefaultOutboundRouterCollection.getCatchAllStrategy()
           
 

Methods in org.mule.routing.outbound with parameters of type OutboundRouterCatchAllStrategy
 void DefaultOutboundRouterCollection.setCatchAllStrategy(OutboundRouterCatchAllStrategy catchAllStrategy)
           
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.