Uses of Class
org.apache.camel.component.ibatis.IBatisEndpoint

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 IBatisConsumer.getEndpoint()
           
 

Constructors in org.apache.camel.component.ibatis with parameters of type IBatisEndpoint
IBatisConsumer(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 DefaultIBatisProcessingStategy.commit(IBatisEndpoint endpoint, org.apache.camel.Exchange exchange, Object data, String consumeStatements)
           
 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.
 List<Object> DefaultIBatisProcessingStategy.poll(IBatisConsumer consumer, IBatisEndpoint endpoint)
           
 List<Object> IBatisProcessingStrategy.poll(IBatisConsumer consumer, IBatisEndpoint endpoint)
          Called when record is being queried.
 



Apache CAMEL