Uses of Class
org.mule.routing.AggregationException

Packages that use AggregationException
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 AggregationException in org.mule.example.loanbroker.routers
 

Methods in org.mule.example.loanbroker.routers that throw AggregationException
protected  MuleMessage BankQuotesInboundAggregator.aggregateEvents(EventGroup events)
          This method is invoked if the shouldAggregate method is called and returns true.
 

Uses of AggregationException in org.mule.routing
 

Methods in org.mule.routing that throw AggregationException
 MuleMessage CollectionCorrelatorCallback.aggregateEvents(EventGroup events)
          This method is invoked if the shouldAggregate method is called and returns true.
 MuleMessage ResequenceCorrelatorCallback.aggregateEvents(EventGroup events)
          This method is invoked if the shouldAggregate method is called and returns true.
 

Uses of AggregationException in org.mule.routing.inbound
 

Methods in org.mule.routing.inbound that throw AggregationException
protected abstract  MuleMessage AbstractCorrelationAggregator.aggregateEvents(EventGroup events)
           
 

Uses of AggregationException in org.mule.routing.response
 

Methods in org.mule.routing.response that throw AggregationException
 MuleMessage CollectionResponseWithCallbackCorrelator.aggregateEvents(EventGroup events)
          The SingleResponseRouter will always return the first event of an event group.
 



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