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

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

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

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

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

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



Apache CAMEL