|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.processor.AbstractInterceptingMessageProcessor
org.mule.routing.AbstractAggregator
org.mule.routing.AbstractCorrelationAggregator
org.mule.example.loanbroker.routers.BankQuotesInboundAggregator
public class BankQuotesInboundAggregator
BankQuotesInboundAggregator
receives a number of quotes and selects the
lowest
Field Summary |
---|
Fields inherited from class org.mule.routing.AbstractAggregator |
---|
eventCorrelator, flowConstruct, messageInfoMapping, muleContext |
Fields inherited from class org.mule.processor.AbstractInterceptingMessageProcessor |
---|
logger, next |
Fields inherited from interface org.mule.api.lifecycle.Initialisable |
---|
PHASE_NAME |
Constructor Summary | |
---|---|
BankQuotesInboundAggregator()
|
Method Summary | |
---|---|
protected MuleEvent |
aggregateEvents(EventGroup events)
This method is invoked if the shouldAggregate method is called and returns true. |
Methods inherited from class org.mule.routing.AbstractCorrelationAggregator |
---|
getCorrelatorCallback |
Methods inherited from class org.mule.routing.AbstractAggregator |
---|
expireAggregation, getTimeout, initialise, isFailOnTimeout, process, setFailOnTimeout, setFlowConstruct, setMessageInfoMapping, setMuleContext, setTimeout |
Methods inherited from class org.mule.processor.AbstractInterceptingMessageProcessor |
---|
processNext, setListener, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BankQuotesInboundAggregator()
Method Detail |
---|
protected MuleEvent aggregateEvents(EventGroup events) throws AggregationException
aggregateEvents
in class AbstractCorrelationAggregator
events
- the event group for this request
AggregationException
- if the aggregation fails. in this scenario the
whole event group is removed and passed to the exception handler
for this componenet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |