Uses of Interface
org.apache.camel.RouteAware

Packages that use RouteAware
org.apache.camel.component.dataset A DataSet Endpoint for testing of endpoints using defined DataSets 
org.apache.camel.component.direct The Direct Component which synchronously invokes all the consumers when a producer sends an exchange to the endpoint. 
org.apache.camel.component.directvm The Direct VM Component which synchronously invokes the consumer when a producer sends an exchange to the endpoint. 
org.apache.camel.component.file The File Component for working with file systems. 
org.apache.camel.component.timer The Timer Component extends the POJO component to provide a simple timer 
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.processor.loadbalancer Various load balancer processors 
 

Uses of RouteAware in org.apache.camel.component.dataset
 

Classes in org.apache.camel.component.dataset that implement RouteAware
 class DataSetConsumer
          DataSet consumer.
 

Uses of RouteAware in org.apache.camel.component.direct
 

Classes in org.apache.camel.component.direct that implement RouteAware
 class DirectConsumer
          The direct consumer.
 

Uses of RouteAware in org.apache.camel.component.directvm
 

Classes in org.apache.camel.component.directvm that implement RouteAware
 class DirectVmConsumer
          The direct-vm consumer
 

Uses of RouteAware in org.apache.camel.component.file
 

Classes in org.apache.camel.component.file that implement RouteAware
 class FileConsumer
          File consumer.
 class GenericFileConsumer<T>
          Base class for file consumers.
 

Uses of RouteAware in org.apache.camel.component.timer
 

Classes in org.apache.camel.component.timer that implement RouteAware
 class TimerConsumer
          The timer consumer.
 

Uses of RouteAware in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement RouteAware
 class DefaultConsumer
          A default consumer useful for implementation inheritance.
 class DefaultScheduledPollConsumer
          A default implementation of an event driven Consumer which uses the PollingConsumer
 class ScheduledBatchPollingConsumer
          A useful base class for any consumer which is polling batch based
 class ScheduledPollConsumer
          A useful base class for any consumer which is polling based
 

Uses of RouteAware in org.apache.camel.processor.loadbalancer
 

Classes in org.apache.camel.processor.loadbalancer that implement RouteAware
 class LoadBalancerConsumer
          Represents a consumer which on starting registers itself with a LoadBalancer and on closing unregisters itself with a load balancer
 



Apache Camel