Uses of Class
org.apache.camel.model.LoopType

Packages that use LoopType
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

Uses of LoopType in org.apache.camel.model
 

Methods in org.apache.camel.model that return LoopType
 LoopType NodeFactory.createLoop()
           
 LoopType ProcessorType.loop(Expression<?> expression)
           
 LoopType ProcessorType.loop(int count)
           
 

Methods in org.apache.camel.model that return types with arguments of type LoopType
 ExpressionClause<LoopType> ProcessorType.loop()
          Creates a expression which must evaluate to an integer that determines how many times the exchange should be sent down the rest of the route.
 



Copyright © 2010 IONA Open Source Community. All Rights Reserved.