org.apache.camel.core.xml
Class AbstractCamelEndpointFactoryBean
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.core.xml.AbstractCamelFactoryBean<Endpoint>
org.apache.camel.core.xml.AbstractCamelEndpointFactoryBean
- All Implemented Interfaces:
- CamelContextAware
- Direct Known Subclasses:
- CamelEndpointFactoryBean, CamelEndpointFactoryBean
public abstract class AbstractCamelEndpointFactoryBean
- extends AbstractCamelFactoryBean<Endpoint>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCamelEndpointFactoryBean
public AbstractCamelEndpointFactoryBean()
getObject
public Endpoint getObject()
throws Exception
- Specified by:
getObject in class AbstractCamelFactoryBean<Endpoint>
- Throws:
Exception
getObjectType
public Class<Endpoint> getObjectType()
- Specified by:
getObjectType in class AbstractCamelFactoryBean<Endpoint>
getUri
public String getUri()
setUri
public void setUri(String uri)
- Sets the URI to use to resolve the endpoint
- Parameters:
uri - the URI used to set the endpoint
getPattern
public ExchangePattern getPattern()
setPattern
public void setPattern(ExchangePattern pattern)
Apache CAMEL