Uses of Class
org.mule.routing.response.AbstractResponseAggregator

Packages that use AbstractResponseAggregator
org.mule.example.loanbroker.routers   
org.mule.routing.response Response router implementations that enable asynchronous event processing in request /response messaging requests. 
 

Uses of AbstractResponseAggregator in org.mule.example.loanbroker.routers
 

Subclasses of AbstractResponseAggregator in org.mule.example.loanbroker.routers
 class BankQuotesResponseAggregator
          BankQuotesInboundAggregator receives a number of quotes and selects the lowest
 

Uses of AbstractResponseAggregator in org.mule.routing.response
 

Subclasses of AbstractResponseAggregator in org.mule.routing.response
 class AbstractResponseCallbackAggregator
          TODO
 class CollectionResponseWithCallbackRouter
          The router configured to handle reply messages when the Reply annotation is used and the "aggregate" flag is set on the annotation.
 class ResponseCorrelationAggregator
          ResponseCorrelationAggregator Correlates one or more events on a response flow using the Correlation Id to group events.
 class SimpleCollectionResponseAggregator
          A simple aggregator that will keep collecting events until a timeout is reached.
 class SingleResponseRouter
          Handles single event responses from a replyTo address.
 class SingleResponseWithCallbackRouter
          The router configured to handle reply messages when the Reply annotation is used.
 



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