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
AbstractCorrelationAggregator
          CorrelationAggregator uses the CorrelationID and CorrelationGroupSize properties of the MuleMessage to manage message groups.
AbstractEventAggregator
          AbstractEventAggregator will aggregate a set of messages into a single message.
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.
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-2009 MuleSource, Inc.. All Rights Reserved.