Uses of Interface
org.apache.camel.component.ibatis.strategy.IBatisProcessingStrategy

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

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

Methods in org.apache.camel.component.ibatis that return IBatisProcessingStrategy
 IBatisProcessingStrategy IBatisEndpoint.getProcessingStrategy()
          Gets the IbatisProcessingStrategy to to use when consuming messages from the database
 

Methods in org.apache.camel.component.ibatis with parameters of type IBatisProcessingStrategy
 void IBatisEndpoint.setStrategy(IBatisProcessingStrategy strategy)
           
 

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

Classes in org.apache.camel.component.ibatis.strategy that implement IBatisProcessingStrategy
 class DefaultIBatisProcessingStategy
          Default strategy for consuming messages for a route
 



Apache CAMEL