org.apache.camel.component.rss
Class AggregateRssFeedStrategy

java.lang.Object
  extended by org.apache.camel.component.rss.AggregateRssFeedStrategy
All Implemented Interfaces:
org.apache.camel.processor.aggregate.AggregationStrategy

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


Field Summary
protected  org.slf4j.Logger log
           
 
Constructor Summary
AggregateRssFeedStrategy()
           
 
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

log

protected final org.slf4j.Logger log
Constructor Detail

AggregateRssFeedStrategy

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