Uses of Interface
org.mule.umo.routing.UMOInboundRouter

Packages that use UMOInboundRouter
org.mule.routing.inbound Inbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.umo.routing Interfaces that define inbound and outbound routing API. 
 

Uses of UMOInboundRouter in org.mule.routing.inbound
 

Classes in org.mule.routing.inbound that implement UMOInboundRouter
 class AbstractEventAggregator
          AbstractEventAggregator will aggregate a set of messages into a single message
 class AbstractEventResequencer
          AbstractEventResequencer is used to receive a set of events, resequence them and forward them on to their destination
 class CorrelationAggregator
          CorrelationAggregator Uses the CorrelationID and CorrelationGroupSize properties of the UMOMessage to manage message groups.
 class CorrelationEventResequencer
          CorrelationEventResequencer is used to resequence events according to their dispatch sequence in the correlation group.
 class ForwardingConsumer
          ForwardingConsumer is used to forward an incoming event over another transport without invoking a component.
 class IdempotentReceiver
          IdempotentReceiver ensures that only unique messages are received by a component.
 class InboundPassThroughRouter
          InboundPassThroughRouter allows intbound routing over all registered endpoints without any filtering.
 class SelectiveConsumer
          SelectiveConsumer is an inbound router used to filter out unwanted events.
 

Methods in org.mule.routing.inbound that return UMOInboundRouter
 UMOInboundRouter InboundMessageRouter.removeRouter(UMOInboundRouter router)
           
 

Methods in org.mule.routing.inbound with parameters of type UMOInboundRouter
 void InboundMessageRouter.addRouter(UMOInboundRouter router)
           
 UMOInboundRouter InboundMessageRouter.removeRouter(UMOInboundRouter router)
           
 

Uses of UMOInboundRouter in org.mule.umo.routing
 

Methods in org.mule.umo.routing that return UMOInboundRouter
 UMOInboundRouter UMOInboundMessageRouter.removeRouter(UMOInboundRouter router)
           
 

Methods in org.mule.umo.routing with parameters of type UMOInboundRouter
 void UMOInboundMessageRouter.addRouter(UMOInboundRouter router)
           
 UMOInboundRouter UMOInboundMessageRouter.removeRouter(UMOInboundRouter router)
           
 



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