org.apache.camel.spring
Class CamelConsumerTemplateFactoryBean
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.spring.CamelConsumerTemplateFactoryBean
- All Implemented Interfaces:
- CamelContextAware, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
public class CamelConsumerTemplateFactoryBean
- extends IdentifiedType
- implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean, CamelContextAware
A Spring FactoryBean
for creating a new ConsumerTemplate
instance with a minimum of XML
- Version:
- $Revision: 759657 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CamelConsumerTemplateFactoryBean
public CamelConsumerTemplateFactoryBean()
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
getObject
public Object getObject()
throws Exception
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
getObjectType
public Class getObjectType()
- Specified by:
getObjectType
in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.springframework.beans.factory.FactoryBean
getCamelContext
public CamelContext getCamelContext()
setCamelContext
public void setCamelContext(CamelContext camelContext)
- Specified by:
setCamelContext
in interface CamelContextAware
Copyright © 2009 Apache Software Foundation. All Rights Reserved.