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

Packages that use IBatisConsumer
org.apache.camel.component.ibatis   
org.apache.camel.component.ibatis.strategy   
 

Uses of IBatisConsumer in org.apache.camel.component.ibatis
 

Methods in org.apache.camel.component.ibatis that return IBatisConsumer
 IBatisConsumer IBatisEndpoint.createConsumer(org.apache.camel.Processor processor)
           
 

Uses of IBatisConsumer in org.apache.camel.component.ibatis.strategy
 

Methods in org.apache.camel.component.ibatis.strategy with parameters of type IBatisConsumer
 List DefaultIBatisProcessingStategy.poll(IBatisConsumer consumer, IBatisEndpoint endpoint)
           
 List IBatisProcessingStrategy.poll(IBatisConsumer consumer, IBatisEndpoint endpoint)
          Called when record is being queried.
 



Apache CAMEL