public class CamelConsumerTemplateFactoryBean extends AbstractCamelConsumerTemplateFactoryBean implements org.springframework.beans.factory.FactoryBean<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 CamelContext |
getCamelContextWithId(String camelContextId) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
destroy, getMaximumCacheSize, getObject, getObjectType, setMaximumCacheSizeafterPropertiesSet, discoverDefaultCamelContext, getCamelContext, getCamelContextId, isSingleton, setCamelContext, setCamelContextIdgetId, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetObject, getObjectType, isSingletonprotected CamelContext getCamelContextWithId(String camelContextId)
getCamelContextWithId in class AbstractCamelFactoryBean<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