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

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

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

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

Uses of AbstractResponseRouter in org.mule.routing.response
 

Subclasses of AbstractResponseRouter in org.mule.routing.response
 class AbstractResponseAggregator
          AbstractResponseAggregator provides a base class for implementing response aggregator routers.
 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.