org.apache.camel.example.cafe.stuff
Class CafeAggregationStrategy

java.lang.Object
  extended by org.apache.camel.example.cafe.stuff.CafeAggregationStrategy
All Implemented Interfaces:
org.apache.camel.processor.aggregate.AggregationStrategy

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


Constructor Summary
CafeAggregationStrategy()
           
 
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

CafeAggregationStrategy

public CafeAggregationStrategy()
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