org.apache.camel.blueprint
Class CamelProducerTemplateFactoryBean

java.lang.Object
  extended by org.apache.camel.model.IdentifiedType
      extended by org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.ProducerTemplate>
          extended by org.apache.camel.core.xml.AbstractCamelProducerTemplateFactoryBean
              extended by org.apache.camel.blueprint.CamelProducerTemplateFactoryBean
All Implemented Interfaces:
org.apache.camel.CamelContextAware

public class CamelProducerTemplateFactoryBean
extends org.apache.camel.core.xml.AbstractCamelProducerTemplateFactoryBean

A factory for creating a new ProducerTemplate instance with a minimum of XML

Version:

Constructor Summary
CamelProducerTemplateFactoryBean()
           
 
Method Summary
protected  org.apache.camel.CamelContext getCamelContextWithId(String camelContextId)
           
 void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)
           
 
Methods inherited from class org.apache.camel.core.xml.AbstractCamelProducerTemplateFactoryBean
destroy, getDefaultEndpoint, getMaximumCacheSize, getObject, getObjectType, setDefaultEndpoint, setMaximumCacheSize
 
Methods inherited from class org.apache.camel.core.xml.AbstractCamelFactoryBean
afterPropertiesSet, getCamelContext, getCamelContextId, isSingleton, setCamelContext, setCamelContextId
 
Methods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CamelProducerTemplateFactoryBean

public CamelProducerTemplateFactoryBean()
Method Detail

setBlueprintContainer

public void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)

getCamelContextWithId

protected org.apache.camel.CamelContext getCamelContextWithId(String camelContextId)
Specified by:
getCamelContextWithId in class org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.ProducerTemplate>


Apache CAMEL