org.apache.camel.core.xml
Class AbstractCamelEndpointFactoryBean

java.lang.Object
  extended by org.apache.camel.model.IdentifiedType
      extended by org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.Endpoint>
          extended by 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
AbstractCamelEndpointFactoryBean()
           
 
Method Summary
 org.apache.camel.Endpoint getObject()
           
 Class<org.apache.camel.Endpoint> getObjectType()
           
 org.apache.camel.ExchangePattern getPattern()
           
 String getUri()
           
 void setPattern(org.apache.camel.ExchangePattern pattern)
           
 void setUri(String uri)
          Sets the URI to use to resolve the endpoint
 
Methods inherited from class org.apache.camel.core.xml.AbstractCamelFactoryBean
afterPropertiesSet, destroy, getCamelContext, getCamelContextId, getCamelContextWithId, isSingleton, setCamelContext, setCamelContextId
 
Methods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCamelEndpointFactoryBean

public AbstractCamelEndpointFactoryBean()
Method Detail

getObject

public org.apache.camel.Endpoint getObject()
                                    throws Exception
Specified by:
getObject in class AbstractCamelFactoryBean<org.apache.camel.Endpoint>
Throws:
Exception

getObjectType

public Class<org.apache.camel.Endpoint> getObjectType()
Specified by:
getObjectType in class AbstractCamelFactoryBean<org.apache.camel.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 org.apache.camel.ExchangePattern getPattern()

setPattern

public void setPattern(org.apache.camel.ExchangePattern pattern)


Apache CAMEL