Uses of Interface
org.apache.camel.ConsumerTemplate

Packages that use ConsumerTemplate
org.apache.camel The core Camel API. 
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of ConsumerTemplate in org.apache.camel
 

Methods in org.apache.camel that return ConsumerTemplate
 ConsumerTemplate CamelContext.createConsumerTemplate()
          Creates a new ConsumerTemplate which is started and therefore ready to use right away.
 ConsumerTemplate CamelContext.createConsumerTemplate(int maximumCacheSize)
          Creates a new ConsumerTemplate which is started and therefore ready to use right away.
 

Uses of ConsumerTemplate in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement ConsumerTemplate
 class DefaultConsumerTemplate
          Template (named like Spring's TransactionTemplate & JmsTemplate et al) for working with Camel and consuming Message instances in an Exchange from an Endpoint.
 

Methods in org.apache.camel.impl that return ConsumerTemplate
 ConsumerTemplate DefaultCamelContext.createConsumerTemplate()
           
 ConsumerTemplate DefaultCamelContext.createConsumerTemplate(int maximumCacheSize)
           
protected  ConsumerTemplate CamelPostProcessorHelper.createInjectionConsumerTemplate(String endpointUri, String endpointRef, String injectionPointName)
          Factory method to create a ConsumerTemplate to be injected into a POJO
 



Apache CAMEL