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

Packages that use ResponseRouterCollection
org.mule.api.service   
org.mule.config.i18n Internationalisation support for Mule messages and exception messages. 
org.mule.routing.response Response router implementations that enable asynchronous event processing in request /response messaging requests. 
org.mule.service   
 

Uses of ResponseRouterCollection in org.mule.api.service
 

Methods in org.mule.api.service that return ResponseRouterCollection
 ResponseRouterCollection Service.getResponseRouter()
          Response Routers control how events are returned in a request/response call.
 

Methods in org.mule.api.service with parameters of type ResponseRouterCollection
 void Service.setResponseRouter(ResponseRouterCollection router)
          Response Routers control how events are returned in a request/response call.
 

Uses of ResponseRouterCollection in org.mule.config.i18n
 

Methods in org.mule.config.i18n with parameters of type ResponseRouterCollection
static Message CoreMessages.responseRouterMustUseInboundEndpoints(ResponseRouterCollection router, ImmutableEndpoint endpoint)
           
 

Uses of ResponseRouterCollection in org.mule.routing.response
 

Classes in org.mule.routing.response that implement ResponseRouterCollection
 class DefaultResponseRouterCollection
          DefaultResponseRouterCollection is a router that can be used to control how the response in a request/response message flow is created.
 

Uses of ResponseRouterCollection in org.mule.service
 

Fields in org.mule.service declared as ResponseRouterCollection
protected  ResponseRouterCollection AbstractService.responseRouter
           
 

Methods in org.mule.service that return ResponseRouterCollection
 ResponseRouterCollection AbstractService.getResponseRouter()
           
 

Methods in org.mule.service with parameters of type ResponseRouterCollection
 void AbstractService.setResponseRouter(ResponseRouterCollection responseRouter)
           
 



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