public abstract class AbstractCamelEndpointFactoryBean extends AbstractCamelFactoryBean<org.apache.camel.Endpoint>
| Constructor and Description |
|---|
AbstractCamelEndpointFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Endpoint |
getObject() |
Class<org.apache.camel.Endpoint> |
getObjectType() |
List<org.apache.camel.model.PropertyDefinition> |
getProperties() |
String |
getUri() |
void |
setProperties(List<org.apache.camel.model.PropertyDefinition> properties)
To configure additional endpoint options using a XML style which is similar as configuring Spring or Blueprint
beans.
|
void |
setUri(String uri)
Sets the URI to use to resolve the endpoint.
|
afterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCamelContextWithId, getCustomId, isSingleton, setCamelContext, setCamelContextId, setCustomIdpublic org.apache.camel.Endpoint getObject()
throws Exception
getObject in class AbstractCamelFactoryBean<org.apache.camel.Endpoint>Exceptionpublic Class<org.apache.camel.Endpoint> getObjectType()
getObjectType in class AbstractCamelFactoryBean<org.apache.camel.Endpoint>public String getUri()
public void setUri(String uri)
public List<org.apache.camel.model.PropertyDefinition> getProperties()
public void setProperties(List<org.apache.camel.model.PropertyDefinition> properties)
Apache Camel