org.apache.camel.spring
Class CamelEndpointFactoryBean
java.lang.Object
   org.apache.camel.model.IdentifiedType
org.apache.camel.model.IdentifiedType
       org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.Endpoint>
org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.Endpoint>
           org.apache.camel.core.xml.AbstractCamelEndpointFactoryBean
org.apache.camel.core.xml.AbstractCamelEndpointFactoryBean
               org.apache.camel.spring.CamelEndpointFactoryBean
org.apache.camel.spring.CamelEndpointFactoryBean
- All Implemented Interfaces: 
- org.apache.camel.CamelContextAware, FactoryBean, ApplicationContextAware
- public class CamelEndpointFactoryBean 
- extends org.apache.camel.core.xml.AbstractCamelEndpointFactoryBean- implements FactoryBean, ApplicationContextAware
A FactoryBean which instantiates Endpoint objects
- Version:
 
 
| Methods inherited from class org.apache.camel.core.xml.AbstractCamelEndpointFactoryBean | 
| getObject, getObjectType, getUri, setUri | 
 
| Methods inherited from class org.apache.camel.core.xml.AbstractCamelFactoryBean | 
| afterPropertiesSet, destroy, getCamelContext, getCamelContextId, 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 | 
 
 
CamelEndpointFactoryBean
public CamelEndpointFactoryBean()
getCamelContextWithId
protected org.apache.camel.CamelContext getCamelContextWithId(String camelContextId)
- 
- Specified by:
- getCamelContextWithIdin class- org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.Endpoint>
 
- 
 
setApplicationContext
public void setApplicationContext(ApplicationContext applicationContext)
                           throws BeansException
- 
- Specified by:
- setApplicationContextin interface- ApplicationContextAware
 
- 
- Throws:
- BeansException
 
Apache CAMEL