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

Packages that use UMOResponseRouterCollection
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.routing.response Response router implementations that enable asynchronous event processing in request /response messaging requests. 
org.mule.umo The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
 

Uses of UMOResponseRouterCollection in org.mule.impl
 

Fields in org.mule.impl declared as UMOResponseRouterCollection
protected  UMOResponseRouterCollection ImmutableMuleDescriptor.responseRouter
           
 

Methods in org.mule.impl that return UMOResponseRouterCollection
 UMOResponseRouterCollection ImmutableMuleDescriptor.getResponseRouter()
           
 

Methods in org.mule.impl with parameters of type UMOResponseRouterCollection
 void MuleDescriptor.setResponseRouter(UMOResponseRouterCollection router)
          Response Routers control how events are returned in a request/response call.
 

Uses of UMOResponseRouterCollection in org.mule.routing.response
 

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

Uses of UMOResponseRouterCollection in org.mule.umo
 

Methods in org.mule.umo that return UMOResponseRouterCollection
 UMOResponseRouterCollection UMOImmutableDescriptor.getResponseRouter()
          Response Routers control how events are returned in a request/response call.
 

Methods in org.mule.umo with parameters of type UMOResponseRouterCollection
 void UMODescriptor.setResponseRouter(UMOResponseRouterCollection router)
          Response Routers control how events are returned in a request/response call.
 



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