Uses of Class
org.apache.camel.component.feed.FeedEndpoint
-
Packages that use FeedEndpoint Package Description 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 Modifier and Type Class Description class
AtomEndpoint
Poll Atom RSS feeds.Methods in org.apache.camel.component.atom that return FeedEndpoint Modifier and Type Method Description protected FeedEndpoint
AtomComponent. createEndpoint(String uri, String remaining, Map<String,Object> parameters)
Methods in org.apache.camel.component.atom with parameters of type FeedEndpoint Modifier and Type Method Description 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 Modifier and Type Field Description protected FeedEndpoint
FeedPollingConsumer. endpoint
Methods in org.apache.camel.component.feed that return FeedEndpoint Modifier and Type Method Description 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 Modifier and Type Method Description 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 Constructor Description FeedEntryPollingConsumer(FeedEndpoint endpoint, org.apache.camel.Processor processor, boolean filter, Date lastUpdate, boolean throttleEntries)
FeedPollingConsumer(FeedEndpoint endpoint, org.apache.camel.Processor processor)
-