@Metadata(label="spring,configuration,endpoint") public class CamelEndpointFactoryBean extends org.apache.camel.core.xml.AbstractCamelEndpointFactoryBean implements FactoryBean<org.apache.camel.Endpoint>, 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(ApplicationContext applicationContext) |
void |
setRef(String ref) |
getObjectType, getPattern, getProperties, getSingleton, getUri, setPattern, setProperties, setSingleton, setUri
afterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCustomId, isSingleton, setCamelContext, setCamelContextId, setCustomId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getObjectType, isSingleton
public CamelEndpointFactoryBean()
protected org.apache.camel.CamelContext getCamelContextWithId(String camelContextId)
getCamelContextWithId
in class org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.Endpoint>
public void setApplicationContext(ApplicationContext applicationContext) throws BeansException
setApplicationContext
in interface ApplicationContextAware
BeansException
public org.apache.camel.Endpoint getObject() throws Exception
getObject
in interface FactoryBean<org.apache.camel.Endpoint>
getObject
in class org.apache.camel.core.xml.AbstractCamelEndpointFactoryBean
Exception
Apache Camel