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

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

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

Subclasses of FeedEndpoint in org.apache.camel.component.atom
 class AtomEndpoint
          An Atom Endpoint.
 

Methods in org.apache.camel.component.atom that return FeedEndpoint
protected  FeedEndpoint AtomComponent.createEndpoint(String uri, String remaining, Map<String,Object> parameters)
           
 

Methods in org.apache.camel.component.atom with parameters of type FeedEndpoint
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)
           
 boolean UpdatedDateFilter.isValidEntry(FeedEndpoint endpoint, Object feed, Object entry)
           
 

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

Fields in org.apache.camel.component.feed declared as FeedEndpoint
protected  FeedEndpoint FeedPollingConsumer.endpoint
           
 

Methods in org.apache.camel.component.feed that return FeedEndpoint
protected abstract  FeedEndpoint FeedComponent.createEndpoint(String uri, String remaining, Map<String,Object> parameters)
           
 

Methods in org.apache.camel.component.feed with parameters of type FeedEndpoint
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)
           
 boolean EntryFilter.isValidEntry(FeedEndpoint endpoint, Object feed, Object entry)
          Tests to be used as filtering the feed for only entries of interest, such as only new entries, etc.
 

Constructors in org.apache.camel.component.feed with parameters of type FeedEndpoint
FeedEntryPollingConsumer(FeedEndpoint endpoint, org.apache.camel.Processor processor, boolean filter, Date lastUpdate, boolean throttleEntries)
           
FeedPollingConsumer(FeedEndpoint endpoint, org.apache.camel.Processor processor)
           
 



Apache Camel