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

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

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


Field Summary
static String BANK_QUOTE
           
 
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
 

Field Detail

BANK_QUOTE

public static final String BANK_QUOTE
See Also:
Constant Field Values
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