Uses of Class
org.apache.camel.component.feed.FeedPollingConsumer

Packages that use FeedPollingConsumer
org.apache.camel.component.atom   
org.apache.camel.component.feed   
 

Uses of FeedPollingConsumer in org.apache.camel.component.atom
 

Subclasses of FeedPollingConsumer in org.apache.camel.component.atom
 class AtomEntryPollingConsumer
          Consumer to poll atom feeds and return each entry from the feed step by step.
 class AtomPollingConsumer
          Consumer to poll atom feeds and return the full feed.
 

Methods in org.apache.camel.component.atom that return FeedPollingConsumer
protected  FeedPollingConsumer AtomEndpoint.createEntryPollingConsumer(FeedEndpoint feedEndpoint, org.apache.camel.Processor processor, boolean filter, Date lastUpdate, boolean throttleEntries)
           
protected  FeedPollingConsumer AtomEndpoint.createPollingConsumer(FeedEndpoint feedEndpoint, org.apache.camel.Processor processor)
           
 

Uses of FeedPollingConsumer in org.apache.camel.component.feed
 

Subclasses of FeedPollingConsumer in org.apache.camel.component.feed
 class FeedEntryPollingConsumer
          Consumer to poll feeds and return each entry from the feed step by step.
 

Methods in org.apache.camel.component.feed that return FeedPollingConsumer
protected abstract  FeedPollingConsumer FeedEndpoint.createEntryPollingConsumer(FeedEndpoint feedEndpoint, org.apache.camel.Processor processor, boolean filter, Date lastUpdate, boolean throttleEntries)
           
protected abstract  FeedPollingConsumer FeedEndpoint.createPollingConsumer(FeedEndpoint feedEndpoint, org.apache.camel.Processor processor)
           
 



Apache Camel