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

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

Uses of ChoiceDefinition in org.apache.camel.model
 

Methods in org.apache.camel.model that return ChoiceDefinition
 ChoiceDefinition ProcessorDefinition.choice()
          Content Based Router EIP: Creates a choice of one or more predicates with an otherwise clause
 ChoiceDefinition ChoiceDefinition.otherwise()
          Sets the otherwise node
 ChoiceDefinition InterceptSendToEndpointDefinition.when(Predicate predicate)
          Applies this interceptor only if the given predicate is true
 ChoiceDefinition InterceptDefinition.when(Predicate predicate)
          Applies this interceptor only if the given predicate is true
 ChoiceDefinition ChoiceDefinition.when(Predicate predicate)
          Sets the predicate for the when node
 

Methods in org.apache.camel.model that return types with arguments of type ChoiceDefinition
 ExpressionClause<ChoiceDefinition> ChoiceDefinition.when()
          Creates an expression for the when node
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.