@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
| Constructor and Description |
|---|
CamelEndpointFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.CamelContext |
getCamelContextWithId(String camelContextId) |
org.apache.camel.Endpoint |
getObject() |
String |
getRef() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setRef(String ref) |
getObjectType, getPattern, getProperties, getSingleton, getUri, setPattern, setProperties, setSingleton, setUriafterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCustomId, isSingleton, setCamelContext, setCamelContextId, setCustomIdprotected 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.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic org.apache.camel.Endpoint getObject()
throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<org.apache.camel.Endpoint>getObject in class org.apache.camel.core.xml.AbstractCamelEndpointFactoryBeanExceptionpublic String getRef()
public void setRef(String ref)
Apache Camel