org.apache.camel.blueprint
Class CamelProducerTemplateFactoryBean
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.core.xml.AbstractCamelFactoryBean<ProducerTemplate>
org.apache.camel.core.xml.AbstractCamelProducerTemplateFactoryBean
org.apache.camel.blueprint.CamelProducerTemplateFactoryBean
- All Implemented Interfaces:
- CamelContextAware
public class CamelProducerTemplateFactoryBean
- extends AbstractCamelProducerTemplateFactoryBean
A factory for creating a new ProducerTemplate
instance with a minimum of XML
- Version:
- $Revision: 949127 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CamelProducerTemplateFactoryBean
public CamelProducerTemplateFactoryBean()
setBlueprintContainer
public void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)
getCamelContextWithId
protected CamelContext getCamelContextWithId(String camelContextId)
- Specified by:
getCamelContextWithId in class AbstractCamelFactoryBean<ProducerTemplate>
Apache CAMEL