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

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

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

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

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 ResponseRouterCollection.removeRouter(UMOResponseRouter router)
           
 

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

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.umo.routing
 

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

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



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.