org.apache.camel.component.atom
Class AtomEntryPollingConsumer

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultConsumer<E>
          extended by org.apache.camel.impl.ScheduledPollConsumer<Exchange>
              extended by org.apache.camel.component.atom.AtomConsumerSupport
                  extended by org.apache.camel.component.atom.AtomPollingConsumer
                      extended by 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 $

Field Summary
 
Fields inherited from class org.apache.camel.component.atom.AtomConsumerSupport
DEFAULT_CONSUMER_DELAY, endpoint
 
Constructor Summary
AtomEntryPollingConsumer(AtomEndpoint endpoint, Processor processor, boolean filter, Date lastUpdate)
           
 
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.DefaultConsumer
getAsyncProcessor, getEndpoint, getExceptionHandler, getProcessor, handleException, setExceptionHandler, toString
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getThreadName, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.camel.Service
start, stop
 

Constructor Detail

AtomEntryPollingConsumer

public AtomEntryPollingConsumer(AtomEndpoint endpoint,
                                Processor processor,
                                boolean filter,
                                Date lastUpdate)
Method Detail

poll

public void poll()
          throws Exception
Overrides:
poll in class AtomPollingConsumer
Throws:
Exception


Copyright © 2009 Apache Software Foundation. All Rights Reserved.