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 
org.apache.camel.util Utility classes used by the core of Camel and useful for Camel component developers 
 

Uses of ProducerTemplate in org.apache.camel
 

Methods in org.apache.camel that return ProducerTemplate
 ProducerTemplate CamelContext.createProducerTemplate()
          Creates a new ProducerTemplate.
 

Uses of ProducerTemplate in org.apache.camel.impl
 

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

Methods in org.apache.camel.impl that return ProducerTemplate
 ProducerTemplate DefaultCamelContext.createProducerTemplate()
           
 

Constructors in org.apache.camel.impl with parameters of type ProducerTemplate
ProducerTemplateProcessor(ProducerTemplate producerTemplate)
           
 

Uses of ProducerTemplate in org.apache.camel.util
 

Methods in org.apache.camel.util that return ProducerTemplate
protected abstract  ProducerTemplate MainSupport.findOrCreateCamelTemplate()
           
 ProducerTemplate MainSupport.getCamelTemplate()
          Returns a ProducerTemplate from the Spring ApplicationContext instances or lazily creates a new one dynamically
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.