Package org.mule.routing.response

Response router implementations that enable asynchronous event processing in request /response messaging requests.

See:
          Description

Class Summary
AbstractResponseAggregator AbstractResponseAggregator provides a base class for implementing response aggregator routers.
AbstractResponseCallbackAggregator TODO
AbstractResponseRouter AbstractResponseRouter is a base class for all Response Routers
CollectionResponseWithCallbackCorrelator A Correlator that correlates messages based on Mule correlation settings.
CollectionResponseWithCallbackRouter The router configured to handle reply messages when the Reply annotation is used and the "aggregate" flag is set on the annotation.
DefaultResponseRouterCollection DefaultResponseRouterCollection is a router that can be used to control how the response in a request/response message flow is created.
ResponseCorrelationAggregator ResponseCorrelationAggregator Correlates one or more events on a response flow using the Correlation Id to group events.
SimpleCollectionResponseAggregator A simple aggregator that will keep collecting events until a timeout is reached.
SingleResponseRouter Handles single event responses from a replyTo address.
SingleResponseWithCallbackCorrelator A Correlator that correlates one message at a time, esscentially a RPC callback.
SingleResponseWithCallbackRouter The router configured to handle reply messages when the Reply annotation is used.
 

Package org.mule.routing.response Description

Response router implementations that enable asynchronous event processing in request /response messaging requests.



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