Package 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,org.apache.camel.spi.HasCamelContext
public abstract class AbstractCamelConsumerTemplateFactoryBean
extends AbstractCamelFactoryBean<org.apache.camel.ConsumerTemplate>
A factory for creating a new
ConsumerTemplate instance with a minimum of XML-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()org.apache.camel.ConsumerTemplateClass<org.apache.camel.ConsumerTemplate>voidsetMaximumCacheSize(Integer maximumCacheSize) Methods inherited from class org.apache.camel.core.xml.AbstractCamelFactoryBean
afterPropertiesSet, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCamelContextWithId, getCustomId, isSingleton, setCamelContext, setCamelContextId, setCustomIdMethods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
-
Constructor Details
-
AbstractCamelConsumerTemplateFactoryBean
public AbstractCamelConsumerTemplateFactoryBean()
-
-
Method Details
-
getObject
- Specified by:
getObjectin classAbstractCamelFactoryBean<org.apache.camel.ConsumerTemplate>- Throws:
Exception
-
getObjectType
- Specified by:
getObjectTypein classAbstractCamelFactoryBean<org.apache.camel.ConsumerTemplate>
-
destroy
- Overrides:
destroyin classAbstractCamelFactoryBean<org.apache.camel.ConsumerTemplate>- Throws:
Exception
-
getMaximumCacheSize
-
setMaximumCacheSize
-