Package | Description |
---|---|
org.apache.camel.component.atom | |
org.apache.camel.component.feed |
Modifier and Type | Class and Description |
---|---|
class |
AtomEntryPollingConsumer
Consumer to poll atom feeds and return each entry from the feed step by step.
|
class |
AtomPollingConsumer
Consumer to poll atom feeds and return the full feed.
|
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) |
Modifier and Type | Class and Description |
---|---|
class |
FeedEntryPollingConsumer
Consumer to poll feeds and return each entry from the feed step by step.
|
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) |
Apache Camel