Class CamelFluentProducerTemplateFactoryBean

  • All Implemented Interfaces:
    org.apache.camel.CamelContextAware, org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<org.apache.camel.FluentProducerTemplate>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

    @Metadata(label="spring,configuration")
    public class CamelFluentProducerTemplateFactoryBean
    extends org.apache.camel.core.xml.AbstractCamelFluentProducerTemplateFactoryBean
    implements org.springframework.beans.factory.FactoryBean<org.apache.camel.FluentProducerTemplate>, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
    Configures a FluentProducerTemplate
    • Field Summary

      • Fields inherited from interface org.springframework.beans.factory.FactoryBean

        OBJECT_TYPE_ATTRIBUTE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.apache.camel.CamelContext getCamelContextWithId​(String camelContextId)  
      void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)  
      • Methods inherited from class org.apache.camel.core.xml.AbstractCamelFluentProducerTemplateFactoryBean

        destroy, getDefaultEndpoint, getMaximumCacheSize, getObject, getObjectType, setDefaultEndpoint, setMaximumCacheSize
      • Methods inherited from class org.apache.camel.core.xml.AbstractCamelFactoryBean

        afterPropertiesSet, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCustomId, isSingleton, setCamelContext, setCamelContextId, setCustomId
      • Methods inherited from interface org.springframework.beans.factory.DisposableBean

        destroy
      • Methods inherited from interface org.springframework.beans.factory.FactoryBean

        getObject, getObjectType, isSingleton
      • Methods inherited from interface org.springframework.beans.factory.InitializingBean

        afterPropertiesSet
    • Method Detail

      • getCamelContextWithId

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

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
                                   throws org.springframework.beans.BeansException
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
        Throws:
        org.springframework.beans.BeansException