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

java.lang.Object
  extended by org.apache.camel.loanbroker.webservice.version.BankResponseAggregationStrategy

public class BankResponseAggregationStrategy
extends Object


Constructor Summary
BankResponseAggregationStrategy()
           
 
Method Summary
 BankQuote aggregate(BankQuote oldQuote, BankQuote newQuote)
           
 
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 BankQuote aggregate(BankQuote oldQuote,
                           BankQuote newQuote)


Apache Camel