Uses of Package
org.mule.routing.inbound

Packages that use org.mule.routing.inbound
org.mule.example.loanbroker.routers   
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.routing.inbound Inbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.routing.response Response router implementations that enable asynchronous event processing in request /response messaging requests. 
 

Classes in org.mule.routing.inbound used by org.mule.example.loanbroker.routers
AbstractEventAggregator
          AbstractEventAggregator will aggregate a set of messages into a single message.
CorrelationAggregator
          CorrelationAggregator uses the CorrelationID and CorrelationGroupSize properties of the MuleMessage to manage message groups.
EventGroup
          EventGroup is a holder over events grouped by a common group Id.
SelectiveConsumer
          SelectiveConsumer is an inbound router used to filter out unwanted events.
 

Classes in org.mule.routing.inbound used by org.mule.routing
EventGroup
          EventGroup is a holder over events grouped by a common group Id.
 

Classes in org.mule.routing.inbound used by org.mule.routing.inbound
AbstractEventAggregator
          AbstractEventAggregator will aggregate a set of messages into a single message.
AbstractEventResequencer
          AbstractEventResequencer is used to receive a set of events, resequence them and forward them on to their destination
EventGroup
          EventGroup is a holder over events grouped by a common group Id.
IdempotentReceiver
          IdempotentReceiver ensures that only unique messages are received by a service.
SelectiveConsumer
          SelectiveConsumer is an inbound router used to filter out unwanted events.
 

Classes in org.mule.routing.inbound used by org.mule.routing.response
EventGroup
          EventGroup is a holder over events grouped by a common group Id.
 



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.