Uses of Interface
org.mule.routing.EventCorrelatorCallback

Packages that use EventCorrelatorCallback
org.mule.example.loanbroker.routers   
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.routing.inbound Inbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.routing.response Response router implementations that enable asynchronous event processing in request /response messaging requests. 
 

Uses of EventCorrelatorCallback in org.mule.example.loanbroker.routers
 

Methods in org.mule.example.loanbroker.routers that return EventCorrelatorCallback
protected  EventCorrelatorCallback BankQuotesResponseAggregator.getCorrelatorCallback()
           
 

Uses of EventCorrelatorCallback in org.mule.routing
 

Classes in org.mule.routing that implement EventCorrelatorCallback
 class CollectionCorrelatorCallback
          A Correlator that correlates messages based on Mule correlation settings
 class ResequenceCorrelatorCallback
          A Correlator that correlates messages based on Mule correlation settings Note that the ResequenceCorrelatorCallback.aggregateEvents(org.mule.routing.inbound.EventGroup) method only resequences the events and returns an MuleEvent[] wrapped in a MuleMessage impl.
 class SingleCorrelatorCallback
          A Correlator that correlates one message at a time
 

Constructors in org.mule.routing with parameters of type EventCorrelatorCallback
EventCorrelator(EventCorrelatorCallback callback, MessageInfoMapping messageInfoMapping, MuleContext context)
           
 

Uses of EventCorrelatorCallback in org.mule.routing.inbound
 

Methods in org.mule.routing.inbound that return EventCorrelatorCallback
protected  EventCorrelatorCallback MessageChunkingAggregator.getCorrelatorCallback()
           
protected  EventCorrelatorCallback SimpleCollectionAggregator.getCorrelatorCallback()
           
protected  EventCorrelatorCallback CorrelationEventResequencer.getCorrelatorCallback()
           
protected abstract  EventCorrelatorCallback AbstractEventAggregator.getCorrelatorCallback()
           
protected  EventCorrelatorCallback AbstractCorrelationAggregator.getCorrelatorCallback()
           
 

Uses of EventCorrelatorCallback in org.mule.routing.response
 

Classes in org.mule.routing.response that implement EventCorrelatorCallback
 class CollectionResponseWithCallbackCorrelator
          A Correlator that correlates messages based on Mule correlation settings.
 class ResponseCorrelationAggregator.DefaultEventCorrelatorCallback
           
 class SingleResponseWithCallbackCorrelator
          A Correlator that correlates one message at a time, esscentially a RPC callback.
 

Methods in org.mule.routing.response that return EventCorrelatorCallback
protected  EventCorrelatorCallback CollectionResponseWithCallbackRouter.getCorrelatorCallback()
           
protected  EventCorrelatorCallback SingleResponseWithCallbackRouter.getCorrelatorCallback()
           
protected  EventCorrelatorCallback SingleResponseRouter.getCorrelatorCallback()
           
protected abstract  EventCorrelatorCallback AbstractResponseAggregator.getCorrelatorCallback()
           
protected  EventCorrelatorCallback SimpleCollectionResponseAggregator.getCorrelatorCallback()
           
protected  EventCorrelatorCallback ResponseCorrelationAggregator.getCorrelatorCallback()
           
 



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