Package org.apache.camel.spring.xml
Class CamelFluentProducerTemplateFactoryBean
- java.lang.Object
-
- org.apache.camel.model.IdentifiedType
-
- org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.FluentProducerTemplate>
-
- org.apache.camel.core.xml.AbstractCamelFluentProducerTemplateFactoryBean
-
- org.apache.camel.spring.xml.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 aFluentProducerTemplate
-
-
Constructor Summary
Constructors Constructor Description CamelFluentProducerTemplateFactoryBean()
-
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 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
-
CamelFluentProducerTemplateFactoryBean
public CamelFluentProducerTemplateFactoryBean()
-
-
Method Detail
-
getCamelContextWithId
protected org.apache.camel.CamelContext getCamelContextWithId(String camelContextId)
- Specified by:
getCamelContextWithId
in classorg.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 interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-
-