Uses of Class
org.mule.routing.inbound.SelectiveConsumer

Packages that use SelectiveConsumer
org.mule.routing.inbound Inbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.samples.loanbroker.routers   
 

Uses of SelectiveConsumer in org.mule.routing.inbound
 

Subclasses of SelectiveConsumer in org.mule.routing.inbound
 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 IdempotentSecureHashReceiver
          IdempotentSecureHashReceiver ensures that only unique messages are received by a component.
 class InboundPassThroughRouter
          InboundPassThroughRouter allows intbound routing over all registered endpoints without any filtering.
 class MessageChunkingAggregator
          todo document
 class WireTap
          An inbound router that can forward every message to another destination as defined in the "endpoint" property.
 

Uses of SelectiveConsumer in org.mule.samples.loanbroker.routers
 

Subclasses of SelectiveConsumer in org.mule.samples.loanbroker.routers
 class BankQuotesAggregator
          BankQuotesAggregator receives a number of quotes and selectes the lowest
 



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.