IBatisProducer,
IBatisPollingConsumer
| Methods inherited from class org.apache.camel.impl.DefaultComponent |
afterConfiguration, createEndpoint, doStart, doStop, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, validateParameters, validateURI |
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, removeChildService, resume, shutdown, start, start, stop, suspend |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IBatisComponent
public IBatisComponent()
IBatisComponent
public IBatisComponent(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
createEndpoint
protected IBatisEndpoint createEndpoint(String uri,
String remaining,
Map<String,Object> parameters)
throws Exception
- Creates an IbatisEndpoint for use by an IbatisConsumer or IbatisProducer.
- Specified by:
createEndpoint in class DefaultComponent
- Parameters:
uri - the full URI of the endpointremaining - the remaining part of the URI without the query
parameters or component prefixparameters - the optional parameters passed in
- Returns:
- a newly created endpoint or null if the endpoint cannot be
created based on the inputs
- Throws:
Exception
getSqlMapClient
public com.ibatis.sqlmap.client.SqlMapClient getSqlMapClient()
throws IOException
- Returns the configured SqlMapClient.
- Returns:
- com.ibatis.sqlmap.client.SqlMapClient
- Throws:
IOException - If configured with a SqlMapConfig and there
is a problem reading the resource.
setSqlMapClient
public void setSqlMapClient(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
- Sets the SqlMapClient
getSqlMapConfig
public String getSqlMapConfig()
- The Spring uri of the SqlMapConfig
setSqlMapConfig
public void setSqlMapConfig(String sqlMapConfig)
isUseTransactions
public boolean isUseTransactions()
setUseTransactions
public void setUseTransactions(boolean useTransactions)
Apache CAMEL