Uses of Interface
org.apache.camel.ProducerTemplate

Packages that use ProducerTemplate
org.apache.camel The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of ProducerTemplate in org.apache.camel
 

Methods in org.apache.camel that return ProducerTemplate
 ProducerTemplate CamelContext.createProducerTemplate()
          Creates a new ProducerTemplate which is started and therefore ready to use right away.
 ProducerTemplate CamelContext.createProducerTemplate(int maximumCacheSize)
          Creates a new ProducerTemplate which is started and therefore ready to use right away.
protected  ProducerTemplate Main.findOrCreateCamelTemplate()
           
 

Uses of ProducerTemplate in org.apache.camel.impl
 

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

Fields in org.apache.camel.impl declared as ProducerTemplate
protected  ProducerTemplate MainSupport.camelTemplate
           
 

Methods in org.apache.camel.impl that return ProducerTemplate
protected  ProducerTemplate CamelPostProcessorHelper.createInjectionProducerTemplate(String endpointUri, String endpointRef, String injectionPointName)
          Factory method to create a ProducerTemplate to be injected into a POJO
 ProducerTemplate DefaultCamelContext.createProducerTemplate()
           
 ProducerTemplate DefaultCamelContext.createProducerTemplate(int maximumCacheSize)
           
protected abstract  ProducerTemplate MainSupport.findOrCreateCamelTemplate()
           
 ProducerTemplate MainSupport.getCamelTemplate()
          Returns a ProducerTemplate from the Spring org.springframework.context.ApplicationContext instances or lazily creates a new one dynamically
 



Apache CAMEL