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 classAtomEndpointPoll Atom RSS feeds.Methods in org.apache.camel.component.atom that return FeedEndpoint Modifier and Type Method Description protected FeedEndpointAtomComponent. 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 FeedPollingConsumerAtomEndpoint. createEntryPollingConsumer(FeedEndpoint feedEndpoint, org.apache.camel.Processor processor, boolean throttleEntries)protected FeedPollingConsumerAtomEndpoint. createPollingConsumer(FeedEndpoint feedEndpoint, org.apache.camel.Processor processor) -
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 FeedEndpointFeedPollingConsumer. endpointMethods in org.apache.camel.component.feed that return FeedEndpoint Modifier and Type Method Description protected abstract FeedEndpointFeedComponent. 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 FeedPollingConsumerFeedEndpoint. createEntryPollingConsumer(FeedEndpoint feedEndpoint, org.apache.camel.Processor processor, boolean throttleEntries)protected abstract FeedPollingConsumerFeedEndpoint. createPollingConsumer(FeedEndpoint feedEndpoint, org.apache.camel.Processor processor)Constructors in org.apache.camel.component.feed with parameters of type FeedEndpoint Constructor Description FeedEntryPollingConsumer(FeedEndpoint endpoint, org.apache.camel.Processor processor, boolean throttleEntries)FeedPollingConsumer(FeedEndpoint endpoint, org.apache.camel.Processor processor)
-