public class RssEndpoint
extends org.apache.camel.component.feed.FeedEndpoint
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
RssEndpoint() |
RssEndpoint(String endpointUri,
org.apache.camel.component.feed.FeedComponent component,
String feedUri) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.component.feed.FeedPollingConsumer |
createEntryPollingConsumer(org.apache.camel.component.feed.FeedEndpoint feedEndpoint,
org.apache.camel.Processor processor,
boolean filter,
Date lastUpdate,
boolean throttleEntries) |
org.apache.camel.Exchange |
createExchange(Object feed) |
org.apache.camel.Exchange |
createExchange(Object feed,
Object entry) |
protected org.apache.camel.component.feed.FeedPollingConsumer |
createPollingConsumer(org.apache.camel.component.feed.FeedEndpoint feedEndpoint,
org.apache.camel.Processor processor) |
createConsumer, createEndpointUri, createExchangeWithFeedHeader, createProducer, getEndpointKey, getFeedUri, getLastUpdate, isFeedHeader, isFilter, isLenientProperties, isSingleton, isSortEntries, isSplitEntries, isThrottleEntries, setFeedHeader, setFeedUri, setFilter, setLastUpdate, setSortEntries, setSplitEntries, setThrottleEntriesconfigurePollingConsumer, configureProperties, configureScheduledPollConsumerPropertiesconfigureConsumer, createEndpointConfiguration, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointUri, getExchangePattern, getId, getPollingConsumerQueueSize, hashCode, isPollingConsumerBlockWhenFull, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspendpublic org.apache.camel.Exchange createExchange(Object feed)
createExchange in class org.apache.camel.component.feed.FeedEndpointpublic org.apache.camel.Exchange createExchange(Object feed, Object entry)
createExchange in class org.apache.camel.component.feed.FeedEndpointprotected org.apache.camel.component.feed.FeedPollingConsumer createEntryPollingConsumer(org.apache.camel.component.feed.FeedEndpoint feedEndpoint,
org.apache.camel.Processor processor,
boolean filter,
Date lastUpdate,
boolean throttleEntries)
throws Exception
createEntryPollingConsumer in class org.apache.camel.component.feed.FeedEndpointExceptionprotected org.apache.camel.component.feed.FeedPollingConsumer createPollingConsumer(org.apache.camel.component.feed.FeedEndpoint feedEndpoint,
org.apache.camel.Processor processor)
throws Exception
createPollingConsumer in class org.apache.camel.component.feed.FeedEndpointExceptionApache Camel