org.apache.camel.spring
Class CamelProducerTemplateFactoryBean
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.core.xml.AbstractCamelProducerTemplateFactoryBean
org.apache.camel.spring.CamelProducerTemplateFactoryBean
- All Implemented Interfaces:
- CamelContextAware, DisposableBean, FactoryBean, InitializingBean, ApplicationContextAware
public class CamelProducerTemplateFactoryBean
- extends AbstractCamelProducerTemplateFactoryBean
- implements FactoryBean, InitializingBean, DisposableBean, ApplicationContextAware
A Spring FactoryBean
for creating a new ProducerTemplate
instance with a minimum of XML
- Version:
- $Revision: 949647 $
Methods inherited from class org.apache.camel.core.xml.AbstractCamelProducerTemplateFactoryBean |
afterPropertiesSet, destroy, getCamelContext, getCamelContextId, getDefaultEndpoint, getMaximumCacheSize, getObject, getObjectType, isSingleton, setCamelContext, setCamelContextId, setDefaultEndpoint, setMaximumCacheSize |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CamelProducerTemplateFactoryBean
public CamelProducerTemplateFactoryBean()
getCamelContextWithId
protected CamelContext getCamelContextWithId(String camelContextId)
- Specified by:
getCamelContextWithId
in class AbstractCamelProducerTemplateFactoryBean
setApplicationContext
public void setApplicationContext(ApplicationContext applicationContext)
throws BeansException
- Specified by:
setApplicationContext
in interface ApplicationContextAware
- Throws:
BeansException
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.