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,org.apache.camel.spi.HasCamelContext
public abstract class AbstractCamelEndpointFactoryBean
extends AbstractCamelFactoryBean<org.apache.camel.Endpoint>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.EndpointClass<org.apache.camel.Endpoint> List<org.apache.camel.model.PropertyDefinition> getUri()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.voidSets 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, setCustomIdMethods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
-
Constructor Details
-
AbstractCamelEndpointFactoryBean
public AbstractCamelEndpointFactoryBean()
-
-
Method Details
-
getObject
- Specified by:
getObjectin classAbstractCamelFactoryBean<org.apache.camel.Endpoint>- Throws:
Exception
-
getObjectType
- Specified by:
getObjectTypein classAbstractCamelFactoryBean<org.apache.camel.Endpoint>
-
getUri
-
setUri
Sets the URI to use to resolve the endpoint. Notice that additional options can be configured using a series of property. -
getProperties
-
setProperties
To configure additional endpoint options using a XML style which is similar as configuring Spring or Blueprint beans.
-