org.apache.camel.core.xml
Class AbstractCamelConsumerTemplateFactoryBean
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.ConsumerTemplate>
org.apache.camel.core.xml.AbstractCamelConsumerTemplateFactoryBean
- All Implemented Interfaces:
- org.apache.camel.CamelContextAware
public abstract class AbstractCamelConsumerTemplateFactoryBean
- extends AbstractCamelFactoryBean<org.apache.camel.ConsumerTemplate>
A factory for creating a new ConsumerTemplate
instance with a minimum of XML
- Version:
| 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 |
AbstractCamelConsumerTemplateFactoryBean
public AbstractCamelConsumerTemplateFactoryBean()
getObject
public org.apache.camel.ConsumerTemplate getObject()
throws Exception
- Specified by:
getObject in class AbstractCamelFactoryBean<org.apache.camel.ConsumerTemplate>
- Throws:
Exception
getObjectType
public Class<org.apache.camel.impl.DefaultConsumerTemplate> getObjectType()
- Specified by:
getObjectType in class AbstractCamelFactoryBean<org.apache.camel.ConsumerTemplate>
destroy
public void destroy()
throws Exception
- Overrides:
destroy in class AbstractCamelFactoryBean<org.apache.camel.ConsumerTemplate>
- Throws:
Exception
getMaximumCacheSize
public Integer getMaximumCacheSize()
setMaximumCacheSize
public void setMaximumCacheSize(Integer maximumCacheSize)
Apache CAMEL