org.apache.camel.spring
Class CamelConsumerTemplateFactoryBean
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.core.xml.AbstractCamelFactoryBean<ConsumerTemplate>
org.apache.camel.core.xml.AbstractCamelConsumerTemplateFactoryBean
org.apache.camel.spring.CamelConsumerTemplateFactoryBean
- All Implemented Interfaces:
- CamelContextAware, DisposableBean, FactoryBean, InitializingBean, ApplicationContextAware
public class CamelConsumerTemplateFactoryBean
- extends AbstractCamelConsumerTemplateFactoryBean
- implements FactoryBean, InitializingBean, DisposableBean, ApplicationContextAware
A Spring FactoryBean
for creating a new ConsumerTemplate
instance with a minimum of XML
- Version:
- $Revision: 949127 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CamelConsumerTemplateFactoryBean
public CamelConsumerTemplateFactoryBean()
getCamelContextWithId
protected CamelContext getCamelContextWithId(String camelContextId)
- Specified by:
getCamelContextWithId
in class AbstractCamelFactoryBean<ConsumerTemplate>
setApplicationContext
public void setApplicationContext(ApplicationContext applicationContext)
throws BeansException
- Specified by:
setApplicationContext
in interface ApplicationContextAware
- Throws:
BeansException
Apache CAMEL