org.apache.camel.spring
Class CamelTemplateFactoryBean
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.spring.CamelTemplateFactoryBean
- All Implemented Interfaces:
- CamelContextAware, FactoryBean, InitializingBean
public class CamelTemplateFactoryBean
- extends IdentifiedType
- implements FactoryBean, InitializingBean, CamelContextAware
A Spring FactoryBean
for creating a new ProducerTemplate
instance with a minimum of XML
- Version:
- $Revision: 679972 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CamelTemplateFactoryBean
public CamelTemplateFactoryBean()
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface InitializingBean
- Throws:
Exception
getObject
public Object getObject()
throws Exception
- Specified by:
getObject
in interface FactoryBean
- Throws:
Exception
getObjectType
public Class getObjectType()
- Specified by:
getObjectType
in interface FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface FactoryBean
getCamelContext
public CamelContext getCamelContext()
setCamelContext
public void setCamelContext(CamelContext camelContext)
- Specified by:
setCamelContext
in interface CamelContextAware
getDefaultEndpoint
public String getDefaultEndpoint()
setDefaultEndpoint
public void setDefaultEndpoint(String defaultEndpoint)
- Sets the default endpoint URI used by default for sending message
exchanges
Apache CAMEL