org.apache.camel.blueprint
Class CamelConsumerTemplateFactoryBean

java.lang.Object
  extended by org.apache.camel.model.IdentifiedType
      extended by org.apache.camel.core.xml.AbstractCamelConsumerTemplateFactoryBean
          extended by org.apache.camel.blueprint.CamelConsumerTemplateFactoryBean
All Implemented Interfaces:
CamelContextAware

public class CamelConsumerTemplateFactoryBean
extends AbstractCamelConsumerTemplateFactoryBean

A factory for creating a new ConsumerTemplate instance with a minimum of XML

Version:
$Revision: 949127 $

Constructor Summary
CamelConsumerTemplateFactoryBean()
           
 
Method Summary
protected  CamelContext getCamelContextWithId(String camelContextId)
           
 void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)
           
 
Methods inherited from class org.apache.camel.core.xml.AbstractCamelConsumerTemplateFactoryBean
afterPropertiesSet, destroy, getCamelContext, getCamelContextId, getMaximumCacheSize, getObject, getObjectType, isSingleton, setCamelContext, setCamelContextId, setMaximumCacheSize
 
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

CamelConsumerTemplateFactoryBean

public CamelConsumerTemplateFactoryBean()
Method Detail

setBlueprintContainer

public void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)

getCamelContextWithId

protected CamelContext getCamelContextWithId(String camelContextId)
Specified by:
getCamelContextWithId in class AbstractCamelConsumerTemplateFactoryBean


Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.