Uses of Class
org.apache.camel.impl.PollingConsumerSupport

Packages that use PollingConsumerSupport
org.apache.camel.component.seda The SEDA Component for asynchronous SEDA exchanges on a BlockingQueue within a single CamelContext 
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of PollingConsumerSupport in org.apache.camel.component.seda
 

Subclasses of PollingConsumerSupport in org.apache.camel.component.seda
 class ListPollingConsumer
          Deprecated. not used. Will be removed in Camel 2.0.
 

Uses of PollingConsumerSupport in org.apache.camel.impl
 

Subclasses of PollingConsumerSupport in org.apache.camel.impl
 class EventDrivenPollingConsumer<E extends Exchange>
          A default implementation of the PollingConsumer which uses the normal asynchronous consumer mechanism along with a BlockingQueue to allow the caller to pull messages on demand.
 class ProcessorPollingConsumer
          A simple implementation of PollingConsumer which just uses a Processor.
 



Copyright © 2010 IONA Open Source Community. All Rights Reserved.