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() |
org.apache.camel.ExchangePattern |
getPattern()
Deprecated.
|
List<org.apache.camel.model.PropertyDefinition> |
getProperties() |
Boolean |
getSingleton()
Deprecated.
|
String |
getUri() |
void |
setPattern(org.apache.camel.ExchangePattern pattern)
Deprecated.
set the pattern in the uri
|
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 |
setSingleton(Boolean singleton)
Deprecated.
|
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>@Deprecated public Boolean getSingleton()
@Deprecated public void setSingleton(Boolean singleton)
public String getUri()
public void setUri(String uri)
@Deprecated public org.apache.camel.ExchangePattern getPattern()
public void setPattern(org.apache.camel.ExchangePattern pattern)
public List<org.apache.camel.model.PropertyDefinition> getProperties()
public void setProperties(List<org.apache.camel.model.PropertyDefinition> properties)
Apache Camel