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.correlation   
 

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

Methods in org.mule.example.loanbroker.routers that throw AggregationException
protected  MuleEvent 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
protected abstract  MuleEvent AbstractCorrelationAggregator.aggregateEvents(EventGroup events)
           
 

Uses of AggregationException in org.mule.routing.correlation
 

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



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