org.apache.camel.blueprint
Class CamelEndpointFactoryBean

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

public class CamelEndpointFactoryBean
extends AbstractCamelEndpointFactoryBean

A factory which instantiates Endpoint objects

Version:
$Revision: 949127 $

Constructor Summary
CamelEndpointFactoryBean()
           
 
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.AbstractCamelEndpointFactoryBean
getCamelContext, getCamelContextId, getObject, getObjectType, getUri, isSingleton, setCamelContext, setCamelContextId, setSingleton, setUri
 
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

CamelEndpointFactoryBean

public CamelEndpointFactoryBean()
Method Detail

setBlueprintContainer

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

getCamelContextWithId

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


Apache CAMEL