Uses of Interface
org.mule.api.routing.ResponseRouter

Packages that use ResponseRouter
org.mule.api.routing Interfaces that define inbound and outbound routing API. 
org.mule.example.loanbroker.routers   
org.mule.routing.response Response router implementations that enable asynchronous event processing in request /response messaging requests. 
 

Uses of ResponseRouter in org.mule.api.routing
 

Methods in org.mule.api.routing that return ResponseRouter
 ResponseRouter ResponseRouterCollection.removeRouter(ResponseRouter router)
           
 

Methods in org.mule.api.routing with parameters of type ResponseRouter
 ResponseRouter ResponseRouterCollection.removeRouter(ResponseRouter router)
           
 

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

Classes in org.mule.example.loanbroker.routers that implement ResponseRouter
 class BankQuotesResponseAggregator
          BankQuotesInboundAggregator receives a number of quotes and selects the lowest
 

Uses of ResponseRouter in org.mule.routing.response
 

Classes in org.mule.routing.response that implement ResponseRouter
 class AbstractResponseAggregator
          AbstractResponseAggregator provides a base class for implementing response aggregator routers.
 class AbstractResponseCallbackAggregator
          TODO
 class AbstractResponseRouter
          AbstractResponseRouter is a base class for all Response Routers
 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.
 

Methods in org.mule.routing.response that return ResponseRouter
 ResponseRouter DefaultResponseRouterCollection.removeRouter(ResponseRouter router)
           
 

Methods in org.mule.routing.response with parameters of type ResponseRouter
 ResponseRouter DefaultResponseRouterCollection.removeRouter(ResponseRouter router)
           
 



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