Package org.apache.camel.spring.xml
Class CamelEndpointFactoryBean
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.Endpoint>
org.apache.camel.core.xml.AbstractCamelEndpointFactoryBean
org.apache.camel.spring.xml.CamelEndpointFactoryBean
- All Implemented Interfaces:
 org.apache.camel.CamelContextAware,org.apache.camel.spi.HasCamelContext,org.springframework.beans.factory.Aware,org.springframework.beans.factory.FactoryBean<org.apache.camel.Endpoint>,org.springframework.context.ApplicationContextAware
@Metadata(label="spring,configuration,endpoint")
public class CamelEndpointFactoryBean
extends org.apache.camel.core.xml.AbstractCamelEndpointFactoryBean
implements org.springframework.beans.factory.FactoryBean<org.apache.camel.Endpoint>, org.springframework.context.ApplicationContextAware
Camel endpoint configuration
- 
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.CamelContextgetCamelContextWithId(String camelContextId) org.apache.camel.EndpointgetRef()voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidMethods inherited from class org.apache.camel.core.xml.AbstractCamelEndpointFactoryBean
getObjectType, getProperties, getUri, setProperties, setUriMethods inherited from class org.apache.camel.core.xml.AbstractCamelFactoryBean
afterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCustomId, isSingleton, setCamelContext, setCamelContextId, setCustomIdMethods inherited from class org.apache.camel.model.IdentifiedType
getId, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
getObjectType, isSingleton 
- 
Constructor Details
- 
CamelEndpointFactoryBean
public CamelEndpointFactoryBean() 
 - 
 - 
Method Details
- 
getCamelContextWithId
- Specified by:
 getCamelContextWithIdin classorg.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.Endpoint>
 - 
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
 setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
 org.springframework.beans.BeansException
 - 
getObject
- Specified by:
 getObjectin interfaceorg.springframework.beans.factory.FactoryBean<org.apache.camel.Endpoint>- Overrides:
 getObjectin classorg.apache.camel.core.xml.AbstractCamelEndpointFactoryBean- Throws:
 Exception
 - 
getRef
 - 
setRef
 
 -