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

Packages that use ChoiceDefinition
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

Uses of ChoiceDefinition in org.apache.camel.builder
 

Methods in org.apache.camel.builder that return ChoiceDefinition
 ChoiceDefinition RouteBuilder.intercept(Predicate predicate)
          Applies a route for an interceptor if the given predicate is true otherwise the interceptor route is not applied
 

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 RoutesDefinition.intercept(Predicate predicate)
          Creates and adds an interceptor that is attached with a predicate
 ChoiceDefinition ProcessorDefinition.intercept(Predicate predicate)
          Apply an interceptor route if the predicate is true.
 ChoiceDefinition ChoiceDefinition.otherwise()
          Sets the otherwise node
 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.