org.apache.camel.spring
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.spring.CamelEndpointFactoryBean
All Implemented Interfaces:
CamelContextAware, FactoryBean, ApplicationContextAware

public class CamelEndpointFactoryBean
extends AbstractCamelEndpointFactoryBean
implements FactoryBean, ApplicationContextAware

A FactoryBean which instantiates Endpoint objects

Version:
$Revision: 949647 $

Constructor Summary
CamelEndpointFactoryBean()
           
 
Method Summary
protected  CamelContext getCamelContextWithId(String camelContextId)
           
 void setApplicationContext(ApplicationContext applicationContext)
           
 
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
 
Methods inherited from interface org.springframework.beans.factory.FactoryBean
getObject, getObjectType, isSingleton
 

Constructor Detail

CamelEndpointFactoryBean

public CamelEndpointFactoryBean()
Method Detail

getCamelContextWithId

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

setApplicationContext

public void setApplicationContext(ApplicationContext applicationContext)
                           throws BeansException
Specified by:
setApplicationContext in interface ApplicationContextAware
Throws:
BeansException


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