org.apache.camel.component.atom
Class AtomEntryPollingConsumer
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultConsumer<E>
org.apache.camel.impl.ScheduledPollConsumer<Exchange>
org.apache.camel.component.atom.AtomConsumerSupport
org.apache.camel.component.atom.AtomPollingConsumer
org.apache.camel.component.atom.AtomEntryPollingConsumer
- All Implemented Interfaces:
- Runnable, Consumer<Exchange>, Service
public class AtomEntryPollingConsumer
- extends AtomPollingConsumer
Consumer to poll atom feeds and return each entry from the feed step by step.
- Version:
- $Revision: 656976 $
|
Method Summary |
void |
poll()
|
| Methods inherited from class org.apache.camel.impl.ScheduledPollConsumer |
doStart, doStop, getDelay, getInitialDelay, getTimeUnit, isUseFixedDelay, run, setDelay, setInitialDelay, setTimeUnit, setUseFixedDelay |
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getThreadName, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop |
AtomEntryPollingConsumer
public AtomEntryPollingConsumer(AtomEndpoint endpoint,
Processor processor,
boolean filter,
Date lastUpdate)
poll
public void poll()
throws Exception
- Overrides:
poll in class AtomPollingConsumer
- Throws:
Exception
Copyright © 2009 Apache Software Foundation. All Rights Reserved.