public abstract class AbstractCamelConsumerTemplateFactoryBean extends AbstractCamelFactoryBean<org.apache.camel.ConsumerTemplate>
ConsumerTemplate
instance with a minimum of XMLConstructor and Description |
---|
AbstractCamelConsumerTemplateFactoryBean() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
Integer |
getMaximumCacheSize() |
org.apache.camel.ConsumerTemplate |
getObject() |
Class<org.apache.camel.ConsumerTemplate> |
getObjectType() |
void |
setMaximumCacheSize(Integer maximumCacheSize) |
afterPropertiesSet, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCamelContextWithId, getCustomId, isSingleton, setCamelContext, setCamelContextId, setCustomId
public AbstractCamelConsumerTemplateFactoryBean()
public org.apache.camel.ConsumerTemplate getObject() throws Exception
getObject
in class AbstractCamelFactoryBean<org.apache.camel.ConsumerTemplate>
Exception
public Class<org.apache.camel.ConsumerTemplate> getObjectType()
getObjectType
in class AbstractCamelFactoryBean<org.apache.camel.ConsumerTemplate>
public void destroy() throws Exception
destroy
in class AbstractCamelFactoryBean<org.apache.camel.ConsumerTemplate>
Exception
public Integer getMaximumCacheSize()
public void setMaximumCacheSize(Integer maximumCacheSize)
Apache Camel