Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.apache.camel.CamelContext discoverDefaultCamelContext()  
      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, getCustomId, isSingleton, setCamelContext, setCamelContextId, setCustomId
      • Methods inherited from class org.apache.camel.model.IdentifiedType

        getId, setId
    • 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>
      • discoverDefaultCamelContext

        protected org.apache.camel.CamelContext discoverDefaultCamelContext()
        Overrides:
        discoverDefaultCamelContext in class org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.ProducerTemplate>