|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FeedEndpoint | |
|---|---|
| org.apache.camel.component.atom | |
| org.apache.camel.component.feed | |
| Uses of FeedEndpoint in org.apache.camel.component.atom |
|---|
| Subclasses of FeedEndpoint in org.apache.camel.component.atom | |
|---|---|
class |
AtomEndpoint
An Atom Endpoint. |
| Methods in org.apache.camel.component.atom that return FeedEndpoint | |
|---|---|
protected FeedEndpoint |
AtomComponent.createEndpoint(String uri,
String remaining,
Map<String,Object> parameters)
|
| Methods in org.apache.camel.component.atom with parameters of type FeedEndpoint | |
|---|---|
protected FeedPollingConsumer |
AtomEndpoint.createEntryPollingConsumer(FeedEndpoint feedEndpoint,
Processor processor,
boolean filter,
Date lastUpdate)
|
protected FeedPollingConsumer |
AtomEndpoint.createPollingConsumer(FeedEndpoint feedEndpoint,
Processor processor)
|
boolean |
UpdatedDateFilter.isValidEntry(FeedEndpoint endpoint,
Object feed,
Object entry)
|
| Uses of FeedEndpoint in org.apache.camel.component.feed |
|---|
| Fields in org.apache.camel.component.feed declared as FeedEndpoint | |
|---|---|
protected FeedEndpoint |
FeedPollingConsumer.endpoint
|
| Methods in org.apache.camel.component.feed that return FeedEndpoint | |
|---|---|
protected abstract FeedEndpoint |
FeedComponent.createEndpoint(String uri,
String remaining,
Map<String,Object> parameters)
|
| Methods in org.apache.camel.component.feed with parameters of type FeedEndpoint | |
|---|---|
protected abstract FeedPollingConsumer |
FeedEndpoint.createEntryPollingConsumer(FeedEndpoint feedEndpoint,
Processor processor,
boolean filter,
Date lastUpdate)
|
protected abstract FeedPollingConsumer |
FeedEndpoint.createPollingConsumer(FeedEndpoint feedEndpoint,
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. |
| Constructors in org.apache.camel.component.feed with parameters of type FeedEndpoint | |
|---|---|
FeedEntryPollingConsumer(FeedEndpoint endpoint,
Processor processor,
boolean filter,
Date lastUpdate)
|
|
FeedPollingConsumer(FeedEndpoint endpoint,
Processor processor)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||