public class CamelConsumerTemplateFactoryBean
extends org.apache.camel.core.xml.AbstractCamelConsumerTemplateFactoryBean
implements org.springframework.beans.factory.FactoryBean<org.apache.camel.ConsumerTemplate>, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
FactoryBean for creating a new ConsumerTemplate
instance with a minimum of XML| Constructor and Description |
|---|
CamelConsumerTemplateFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.CamelContext |
getCamelContextWithId(String camelContextId) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
destroy, getMaximumCacheSize, getObject, getObjectType, setMaximumCacheSizeafterPropertiesSet, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCustomId, isSingleton, setCamelContext, setCamelContextId, setCustomIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetObject, getObjectType, isSingletonprotected org.apache.camel.CamelContext getCamelContextWithId(String camelContextId)
getCamelContextWithId in class org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.ConsumerTemplate>public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionApache Camel