org.apache.camel.component.atom
Class AtomEndpoint
java.lang.Object
org.apache.camel.impl.DefaultEndpoint
org.apache.camel.impl.ScheduledPollEndpoint
org.apache.camel.impl.DefaultPollingEndpoint
org.apache.camel.component.feed.FeedEndpoint
org.apache.camel.component.atom.AtomEndpoint
- All Implemented Interfaces:
- CamelContextAware, Endpoint, IsSingleton
public class AtomEndpoint
- extends FeedEndpoint
An Atom Endpoint.
- Version:
- $Revision: 748092 $
| Methods inherited from class org.apache.camel.component.feed.FeedEndpoint |
createConsumer, createEndpointUri, createExchangeWithFeedHeader, createProducer, getFeedUri, getLastUpdate, isFeedHeader, isFilter, isLenientProperties, isSingleton, isSortEntries, isSplitEntries, setFeedHeader, setFeedUri, setFilter, setLastUpdate, setSortEntries, setSplitEntries |
| Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
createExchange, createExchange, createExchange, createPollingConsumer, createScheduledExecutorService, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExchangePattern, getExchangeType, getExecutorService, getScheduledExecutorService, hashCode, setCamelContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setExecutorService, toString |
AtomEndpoint
public AtomEndpoint()
AtomEndpoint
public AtomEndpoint(String endpointUri,
FeedComponent component,
String feedUri)
AtomEndpoint
public AtomEndpoint(String endpointUri,
String feedUri)
AtomEndpoint
public AtomEndpoint(String endpointUri)
createExchange
public Exchange createExchange(Object feed)
- Description copied from class:
FeedEndpoint
- Creates an Exchange with the entries as the in body.
- Specified by:
createExchange in class FeedEndpoint
- Parameters:
feed - the atom feed
- Returns:
- the created exchange
createExchange
public Exchange createExchange(Object feed,
Object entry)
- Description copied from class:
FeedEndpoint
- Creates an Exchange with the given entry as the in body.
- Specified by:
createExchange in class FeedEndpoint
- Parameters:
feed - the feedentry - the entry as the in body
- Returns:
- the created exchange
createEntryPollingConsumer
protected FeedPollingConsumer createEntryPollingConsumer(FeedEndpoint feedEndpoint,
Processor processor,
boolean filter,
Date lastUpdate)
- Specified by:
createEntryPollingConsumer in class FeedEndpoint
createPollingConsumer
protected FeedPollingConsumer createPollingConsumer(FeedEndpoint feedEndpoint,
Processor processor)
- Specified by:
createPollingConsumer in class FeedEndpoint
Apache CAMEL