org.apache.camel.spring
Class CamelConsumerTemplateFactoryBean
java.lang.Object
   org.apache.camel.model.IdentifiedType
org.apache.camel.model.IdentifiedType
       org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.ConsumerTemplate>
org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.ConsumerTemplate>
           org.apache.camel.core.xml.AbstractCamelConsumerTemplateFactoryBean
org.apache.camel.core.xml.AbstractCamelConsumerTemplateFactoryBean
               org.apache.camel.spring.CamelConsumerTemplateFactoryBean
org.apache.camel.spring.CamelConsumerTemplateFactoryBean
- All Implemented Interfaces: 
- org.apache.camel.CamelContextAware, DisposableBean, FactoryBean, InitializingBean, ApplicationContextAware
- public class CamelConsumerTemplateFactoryBean 
- extends org.apache.camel.core.xml.AbstractCamelConsumerTemplateFactoryBean- implements FactoryBean, InitializingBean, DisposableBean, ApplicationContextAware
A Spring FactoryBean for creating a new ConsumerTemplate
 instance with a minimum of XML
- Version:
 
 
| Methods inherited from class org.apache.camel.core.xml.AbstractCamelConsumerTemplateFactoryBean | 
| destroy, getMaximumCacheSize, getObject, getObjectType, setMaximumCacheSize | 
 
| Methods inherited from class org.apache.camel.core.xml.AbstractCamelFactoryBean | 
| afterPropertiesSet, getCamelContext, getCamelContextId, isSingleton, setCamelContext, setCamelContextId | 
 
| 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 | 
 
 
 
 
CamelConsumerTemplateFactoryBean
public CamelConsumerTemplateFactoryBean()
getCamelContextWithId
protected org.apache.camel.CamelContext getCamelContextWithId(String camelContextId)
- 
- Specified by:
- getCamelContextWithIdin class- org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.ConsumerTemplate>
 
- 
 
setApplicationContext
public void setApplicationContext(ApplicationContext applicationContext)
                           throws BeansException
- 
- Specified by:
- setApplicationContextin interface- ApplicationContextAware
 
- 
- Throws:
- BeansException
 
Apache CAMEL