Package | Description |
---|---|
org.apache.camel.component.atom | |
org.apache.camel.component.feed |
Modifier and Type | Class and Description |
---|---|
class |
AtomEndpoint
The atom component is used for consuming Atom RSS feeds.
|
Modifier and Type | Method and Description |
---|---|
protected FeedEndpoint |
AtomComponent.createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
Modifier and Type | Method and 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) |
Modifier and Type | Field and Description |
---|---|
protected FeedEndpoint |
FeedPollingConsumer.endpoint |
Modifier and Type | Method and Description |
---|---|
protected abstract FeedEndpoint |
FeedComponent.createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
FeedEntryPollingConsumer(FeedEndpoint endpoint,
org.apache.camel.Processor processor,
boolean filter,
Date lastUpdate,
boolean throttleEntries) |
FeedPollingConsumer(FeedEndpoint endpoint,
org.apache.camel.Processor processor) |
Apache Camel