public class CamelProducerTemplateFactoryBean
extends org.apache.camel.core.xml.AbstractCamelProducerTemplateFactoryBean
implements org.springframework.beans.factory.FactoryBean<org.apache.camel.ProducerTemplate>, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
FactoryBean
for creating a new ProducerTemplate
instance with a minimum of XMLConstructor and Description |
---|
CamelProducerTemplateFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.CamelContext |
getCamelContextWithId(String camelContextId) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
destroy, getDefaultEndpoint, getMaximumCacheSize, getObject, getObjectType, setDefaultEndpoint, setMaximumCacheSize
afterPropertiesSet, discoverDefaultCamelContext, getCamelContext, getCamelContextId, isSingleton, setCamelContext, setCamelContextId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getObject, getObjectType, isSingleton
protected org.apache.camel.CamelContext getCamelContextWithId(String camelContextId)
getCamelContextWithId
in class org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.ProducerTemplate>
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
Apache Camel