org.apache.camel.loanbroker.queue.version
Class BankResponseAggregationStrategy

java.lang.Object
  extended by org.apache.camel.loanbroker.queue.version.BankResponseAggregationStrategy
All Implemented Interfaces:
org.apache.camel.processor.aggregate.AggregationStrategy

public class BankResponseAggregationStrategy
extends Object
implements org.apache.camel.processor.aggregate.AggregationStrategy


Constructor Summary
BankResponseAggregationStrategy()
           
 
Method Summary
 org.apache.camel.Exchange aggregate(org.apache.camel.Exchange oldExchange, org.apache.camel.Exchange newExchange)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BankResponseAggregationStrategy

public BankResponseAggregationStrategy()
Method Detail

aggregate

public org.apache.camel.Exchange aggregate(org.apache.camel.Exchange oldExchange,
                                           org.apache.camel.Exchange newExchange)
Specified by:
aggregate in interface org.apache.camel.processor.aggregate.AggregationStrategy


Apache CAMEL