|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChoiceType | |
---|---|
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 ChoiceType in org.apache.camel.builder |
---|
Methods in org.apache.camel.builder that return ChoiceType | |
---|---|
ChoiceType |
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 ChoiceType in org.apache.camel.model |
---|
Methods in org.apache.camel.model that return ChoiceType | |
---|---|
ChoiceType |
ProcessorType.choice()
Creates a choice of one or more predicates with an otherwise clause |
ChoiceType |
RoutesType.intercept(Predicate predicate)
|
ChoiceType |
ProcessorType.intercept(Predicate predicate)
Apply an interceptor route if the predicate is true |
ChoiceType |
ChoiceType.otherwise()
|
ChoiceType |
ChoiceType.when(Predicate predicate)
|
ChoiceType |
InterceptType.when(Predicate predicate)
Applies this interceptor only if the given predicate is true |
Methods in org.apache.camel.model that return types with arguments of type ChoiceType | |
---|---|
ExpressionClause<ChoiceType> |
ChoiceType.when()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |