public class CamelConsumerTemplateFactoryBean extends org.apache.camel.core.xml.AbstractCamelConsumerTemplateFactoryBean implements FactoryBean<org.apache.camel.ConsumerTemplate>, InitializingBean, DisposableBean, 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(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, isSingletonafterPropertiesSetdestroypublic CamelConsumerTemplateFactoryBean()
protected org.apache.camel.CamelContext getCamelContextWithId(String camelContextId)
getCamelContextWithId in class org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.ConsumerTemplate>public void setApplicationContext(ApplicationContext applicationContext) throws BeansException
setApplicationContext in interface ApplicationContextAwareBeansExceptionApache Camel