public class CamelEndpointFactoryBean
extends org.apache.camel.core.xml.AbstractCamelEndpointFactoryBean
implements org.springframework.beans.factory.FactoryBean<org.apache.camel.Endpoint>, org.springframework.context.ApplicationContextAware
FactoryBean
which instantiates Endpoint
objectsConstructor and Description |
---|
CamelEndpointFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.CamelContext |
getCamelContextWithId(String camelContextId) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
getObject, getObjectType, getPattern, getUri, setPattern, setUri
afterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, isSingleton, setCamelContext, setCamelContextId
protected org.apache.camel.CamelContext getCamelContextWithId(String camelContextId)
getCamelContextWithId
in class org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.Endpoint>
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
Apache Camel