public class AtomEndpoint extends FeedEndpoint
feedUri, filter, lastUpdate, splitEntries| Constructor and Description |
|---|
AtomEndpoint() |
AtomEndpoint(String endpointUri,
FeedComponent component,
String feedUri) |
| Modifier and Type | Method and Description |
|---|---|
protected FeedPollingConsumer |
createEntryPollingConsumer(FeedEndpoint feedEndpoint,
org.apache.camel.Processor processor,
boolean filter,
Date lastUpdate,
boolean throttleEntries) |
org.apache.camel.Exchange |
createExchange(Object feed)
Creates an Exchange with the entries as the in body.
|
org.apache.camel.Exchange |
createExchange(Object feed,
Object entry)
Creates an Exchange with the given entry as the in body.
|
protected FeedPollingConsumer |
createPollingConsumer(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 AtomEndpoint()
public AtomEndpoint(String endpointUri, FeedComponent component, String feedUri)
public org.apache.camel.Exchange createExchange(Object feed)
FeedEndpointcreateExchange in class FeedEndpointfeed - the atom feedpublic org.apache.camel.Exchange createExchange(Object feed, Object entry)
FeedEndpointcreateExchange in class FeedEndpointfeed - the feedentry - the entry as the in bodyprotected FeedPollingConsumer createEntryPollingConsumer(FeedEndpoint feedEndpoint, org.apache.camel.Processor processor, boolean filter, Date lastUpdate, boolean throttleEntries) throws Exception
createEntryPollingConsumer in class FeedEndpointExceptionprotected FeedPollingConsumer createPollingConsumer(FeedEndpoint feedEndpoint, org.apache.camel.Processor processor) throws Exception
createPollingConsumer in class FeedEndpointExceptionApache Camel