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. 
 

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)
           
 



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