Package org.apache.camel.core.xml
Class AbstractCamelEndpointFactoryBean
- java.lang.Object
-
- org.apache.camel.model.IdentifiedType
-
- org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.Endpoint>
-
- org.apache.camel.core.xml.AbstractCamelEndpointFactoryBean
-
- All Implemented Interfaces:
org.apache.camel.CamelContextAware
public abstract class AbstractCamelEndpointFactoryBean extends AbstractCamelFactoryBean<org.apache.camel.Endpoint>
-
-
Constructor Summary
Constructors Constructor Description AbstractCamelEndpointFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.EndpointgetObject()Class<org.apache.camel.Endpoint>getObjectType()List<org.apache.camel.model.PropertyDefinition>getProperties()StringgetUri()voidsetProperties(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.voidsetUri(String uri)Sets the URI to use to resolve the endpoint.-
Methods inherited from class org.apache.camel.core.xml.AbstractCamelFactoryBean
afterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCamelContextWithId, getCustomId, isSingleton, setCamelContext, setCamelContextId, setCustomId
-
-
-
-
Method Detail
-
getObject
public org.apache.camel.Endpoint getObject() throws Exception- Specified by:
getObjectin classAbstractCamelFactoryBean<org.apache.camel.Endpoint>- Throws:
Exception
-
getObjectType
public Class<org.apache.camel.Endpoint> getObjectType()
- Specified by:
getObjectTypein classAbstractCamelFactoryBean<org.apache.camel.Endpoint>
-
getUri
public String getUri()
-
setUri
public void setUri(String uri)
Sets the URI to use to resolve the endpoint. Notice that additional options can be configured using a series of property.
-
getProperties
public List<org.apache.camel.model.PropertyDefinition> getProperties()
-
setProperties
public 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.
-
-