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

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

Uses of LoopDefinition in org.apache.camel.model
 

Methods in org.apache.camel.model that return LoopDefinition
 LoopDefinition NodeFactory.createLoop()
           
 LoopDefinition ProcessorDefinition.loop(Expression expression)
          Loop EIP: Creates a loop allowing to process the a message a number of times and possibly process them in a different way.
 LoopDefinition ProcessorDefinition.loop(int count)
          Loop EIP: Creates a loop allowing to process the a message a number of times and possibly process them in a different way.
 

Methods in org.apache.camel.model that return types with arguments of type LoopDefinition
 ExpressionClause<LoopDefinition> LoopDefinition.expression()
          Set the expression that LoopType will use
 ExpressionClause<LoopDefinition> ProcessorDefinition.loop()
          Loop EIP: Creates a loop allowing to process the a message a number of times and possibly process them in a different way.
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.