public class SqlStoredComponent
extends org.apache.camel.impl.UriEndpointComponent
Constructor and Description |
---|
SqlStoredComponent() |
SqlStoredComponent(org.apache.camel.CamelContext context) |
SqlStoredComponent(org.apache.camel.CamelContext context,
Class<? extends org.apache.camel.Endpoint> endpointClass) |
SqlStoredComponent(Class<? extends org.apache.camel.Endpoint> endpointClass) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String template,
Map<String,Object> parameters) |
DataSource |
getDataSource() |
void |
setDataSource(DataSource dataSource)
Sets the DataSource to use to communicate with the database.
|
createComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClass
afterConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURI
public SqlStoredComponent()
public SqlStoredComponent(Class<? extends org.apache.camel.Endpoint> endpointClass)
public SqlStoredComponent(org.apache.camel.CamelContext context)
public SqlStoredComponent(org.apache.camel.CamelContext context, Class<? extends org.apache.camel.Endpoint> endpointClass)
protected org.apache.camel.Endpoint createEndpoint(String uri, String template, Map<String,Object> parameters) throws Exception
createEndpoint
in class org.apache.camel.impl.DefaultComponent
Exception
public DataSource getDataSource()
public void setDataSource(DataSource dataSource)
Apache Camel