|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IBatisEndpoint | |
|---|---|
| org.apache.camel.component.ibatis | |
| org.apache.camel.component.ibatis.strategy | |
| Uses of IBatisEndpoint in org.apache.camel.component.ibatis |
|---|
| Methods in org.apache.camel.component.ibatis that return IBatisEndpoint | |
|---|---|
protected IBatisEndpoint |
IBatisComponent.createEndpoint(String uri,
String remaining,
Map<String,Object> parameters)
Creates an IbatisEndpoint for use by an IbatisConsumer or IbatisProducer. |
IBatisEndpoint |
IBatisPollingConsumer.getEndpoint()
|
| Constructors in org.apache.camel.component.ibatis with parameters of type IBatisEndpoint | |
|---|---|
IBatisPollingConsumer(IBatisEndpoint endpoint,
org.apache.camel.Processor processor)
|
|
IBatisProducer(IBatisEndpoint endpoint)
|
|
| Uses of IBatisEndpoint in org.apache.camel.component.ibatis.strategy |
|---|
| Methods in org.apache.camel.component.ibatis.strategy with parameters of type IBatisEndpoint | |
|---|---|
void |
IBatisProcessingStrategy.commit(IBatisEndpoint endpoint,
org.apache.camel.Exchange exchange,
Object data,
String consumeStatements)
Commit callback if there are a statements to be run after processing. |
void |
DefaultIBatisProcessingStategy.commit(IBatisEndpoint endpoint,
org.apache.camel.Exchange exchange,
Object data,
String consumeStatements)
|
List |
IBatisProcessingStrategy.poll(IBatisPollingConsumer consumer,
IBatisEndpoint endpoint)
Called when record is being queried. |
List |
DefaultIBatisProcessingStategy.poll(IBatisPollingConsumer consumer,
IBatisEndpoint endpoint)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||