Uses of Package
org.mule.api.routing

Packages that use org.mule.api.routing
org.mule.api.construct   
org.mule.api.routing Interfaces that define inbound and outbound routing API. 
org.mule.api.transport Contains the interfaces that comprise a provider implementation. 
org.mule.client   
org.mule.component   
org.mule.config.dsl   
org.mule.config.dsl.routers   
org.mule.config.i18n Internationalisation support for Mule messages and exception messages. 
org.mule.config.processors   
org.mule.construct   
org.mule.example.loanbroker.routers   
org.mule.module.sxc   
org.mule.module.xml.routing   
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.routing.correlation   
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.service   
 

Classes in org.mule.api.routing used by org.mule.api.construct
MessageInfoMapping
          This mapping us used by routers to control how Important message information is pulled from the current message.
 

Classes in org.mule.api.routing used by org.mule.api.routing
Matchable
          Enables an artifact to be matched for routing before actually routing to it
MatchableMessageProcessor
           
MatchableMessageRouter
           
MatchingRouter
          Routes the message to zero or more MatchableMessageProcessors.
OutboundRouterCatchAllStrategy
          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.
RouterStatisticsRecorder
           
RoutingException
          RoutingException is a base class for all routing exceptions.
 

Classes in org.mule.api.routing used by org.mule.api.transport
RoutingException
          RoutingException is a base class for all routing exceptions.
 

Classes in org.mule.api.routing used by org.mule.client
MessageInfoMapping
          This mapping us used by routers to control how Important message information is pulled from the current message.
 

Classes in org.mule.api.routing used by org.mule.component
OutboundRouter
          OutboundRouter is used to control outbound routing behaviour for an event.
 

Classes in org.mule.api.routing used by org.mule.config.dsl
OutboundRouterCollection
          RouterCollection defines the interface for a MessageRouter that manages more than one router.
 

Classes in org.mule.api.routing used by org.mule.config.dsl.routers
Matchable
          Enables an artifact to be matched for routing before actually routing to it
MatchableMessageProcessor
           
MatchableMessageRouter
           
OutboundRouter
          OutboundRouter is used to control outbound routing behaviour for an event.
RouterStatisticsRecorder
           
 

Classes in org.mule.api.routing used by org.mule.config.i18n
OutboundRouter
          OutboundRouter is used to control outbound routing behaviour for an event.
 

Classes in org.mule.api.routing used by org.mule.config.processors
OutboundRouter
          OutboundRouter is used to control outbound routing behaviour for an event.
 

Classes in org.mule.api.routing used by org.mule.construct
MessageInfoMapping
          This mapping us used by routers to control how Important message information is pulled from the current message.
 

Classes in org.mule.api.routing used by org.mule.example.loanbroker.routers
Aggregator
           
 

Classes in org.mule.api.routing used by org.mule.module.sxc
Matchable
          Enables an artifact to be matched for routing before actually routing to it
MatchableMessageProcessor
           
MatchableMessageRouter
           
OutboundRouter
          OutboundRouter is used to control outbound routing behaviour for an event.
RouterStatisticsRecorder
           
TransformingMatchable
           
 

Classes in org.mule.api.routing used by org.mule.module.xml.routing
Matchable
          Enables an artifact to be matched for routing before actually routing to it
MatchableMessageProcessor
           
MatchableMessageRouter
           
OutboundRouter
          OutboundRouter is used to control outbound routing behaviour for an event.
RouterStatisticsRecorder
           
TransformingMatchable
           
 

Classes in org.mule.api.routing used by org.mule.routing
Aggregator
           
Matchable
          Enables an artifact to be matched for routing before actually routing to it
MatchableMessageProcessor
           
MatchableMessageRouter
           
MatchingRouter
          Routes the message to zero or more MatchableMessageProcessors.
MessageInfoMapping
          This mapping us used by routers to control how Important message information is pulled from the current message.
OutboundRouter
          OutboundRouter is used to control outbound routing behaviour for an event.
OutboundRouterCatchAllStrategy
          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.
RouterResultsHandler
          An SPI interface where custom logic can be plugged in to control how collections and single messages are returned from routers.
RouterStatisticsRecorder
           
RoutingException
          RoutingException is a base class for all routing exceptions.
SelectiveRouter
          Routes the event to MessageProcessors using a Filter to evaluate the event being processed and determine if a given route should be used.
 

Classes in org.mule.api.routing used by org.mule.routing.correlation
MessageInfoMapping
          This mapping us used by routers to control how Important message information is pulled from the current message.
RoutingException
          RoutingException is a base class for all routing exceptions.
 

Classes in org.mule.api.routing used by org.mule.routing.outbound
CouldNotRouteOutboundMessageException
          CouldNotRouteOutboundMessageException thrown if Mule fails to route the current outbound event.
Matchable
          Enables an artifact to be matched for routing before actually routing to it
MatchableMessageProcessor
           
MatchableMessageRouter
           
MatchingRouter
          Routes the message to zero or more MatchableMessageProcessors.
MessageInfoMapping
          This mapping us used by routers to control how Important message information is pulled from the current message.
OutboundRouter
          OutboundRouter is used to control outbound routing behaviour for an event.
OutboundRouterCatchAllStrategy
          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.
OutboundRouterCollection
          RouterCollection defines the interface for a MessageRouter that manages more than one router.
RouterResultsHandler
          An SPI interface where custom logic can be plugged in to control how collections and single messages are returned from routers.
RouterStatisticsRecorder
           
RoutingException
          RoutingException is a base class for all routing exceptions.
TransformingMatchable
           
 

Classes in org.mule.api.routing used by org.mule.service
MessageInfoMapping
          This mapping us used by routers to control how Important message information is pulled from the current message.
RouterStatisticsRecorder
           
 



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