Uses of Interface
org.mule.umo.routing.UMOResponseRouter

Packages that use UMOResponseRouter
org.mule.routing.response Response router implementations that enable asynchronous event processing in request /response messaging requests. 
org.mule.samples.loanbroker.routers   
org.mule.samples.voipservice.routers   
org.mule.tck.testmodels.mule   
org.mule.test.usecases.service   
org.mule.umo.routing Interfaces that define inbound and outbound routing API. 
 

Uses of UMOResponseRouter in org.mule.routing.response
 

Classes in org.mule.routing.response that implement UMOResponseRouter
 class AbstractResponseAggregator
          AbstractResponseAggregator provides a base class for implementing response aggregator routers.
 class AbstractResponseRouter
          AbstractResponseRouter is a base class for all Response Routers
 class ResponseCorrelationAggregator
          ResponseCorrelationAggregator Correlates one or more events on a response flow using the Correlation Id to group events.
 class SingleResponseRouter
          Handles single event responses from a replyTo address.
 

Methods in org.mule.routing.response that return UMOResponseRouter
 UMOResponseRouter ResponseMessageRouter.removeRouter(UMOResponseRouter router)
           
 

Methods in org.mule.routing.response with parameters of type UMOResponseRouter
 UMOResponseRouter ResponseMessageRouter.removeRouter(UMOResponseRouter router)
           
 

Uses of UMOResponseRouter in org.mule.samples.loanbroker.routers
 

Classes in org.mule.samples.loanbroker.routers that implement UMOResponseRouter
 class BankQuotesResponseAggregator
          BankQuotesAggregator receives a number of quotes and selects the lowest.
 

Uses of UMOResponseRouter in org.mule.samples.voipservice.routers
 

Classes in org.mule.samples.voipservice.routers that implement UMOResponseRouter
 class PaymentValidationResponseAggregator
           
 

Uses of UMOResponseRouter in org.mule.tck.testmodels.mule
 

Classes in org.mule.tck.testmodels.mule that implement UMOResponseRouter
 class TestResponseAggregator
          TestResponseAggregator is a mock response Agrregator object used for testing configuration
 

Uses of UMOResponseRouter in org.mule.test.usecases.service
 

Classes in org.mule.test.usecases.service that implement UMOResponseRouter
 class DummyResponseAggregator
           
 

Uses of UMOResponseRouter in org.mule.umo.routing
 

Methods in org.mule.umo.routing that return UMOResponseRouter
 UMOResponseRouter UMOResponseMessageRouter.removeRouter(UMOResponseRouter router)
           
 

Methods in org.mule.umo.routing with parameters of type UMOResponseRouter
 UMOResponseRouter UMOResponseMessageRouter.removeRouter(UMOResponseRouter router)
           
 



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.