org.apache.camel.core.xml
Class AbstractCamelConsumerTemplateFactoryBean

java.lang.Object
  extended by org.apache.camel.model.IdentifiedType
      extended by org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.ConsumerTemplate>
          extended by 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:

Constructor Summary
AbstractCamelConsumerTemplateFactoryBean()
           
 
Method Summary
 void destroy()
           
 Integer getMaximumCacheSize()
           
 org.apache.camel.ConsumerTemplate getObject()
           
 Class<org.apache.camel.impl.DefaultConsumerTemplate> getObjectType()
           
 void setMaximumCacheSize(Integer maximumCacheSize)
           
 
Methods inherited from class org.apache.camel.core.xml.AbstractCamelFactoryBean
afterPropertiesSet, getCamelContext, getCamelContextId, getCamelContextWithId, isSingleton, setCamelContext, setCamelContextId
 
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
 

Constructor Detail

AbstractCamelConsumerTemplateFactoryBean

public AbstractCamelConsumerTemplateFactoryBean()
Method Detail

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