Uses of Class
org.apache.camel.model.ValidateDefinition
-
Packages that use ValidateDefinition Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of ValidateDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return ValidateDefinition Modifier and Type Method Description ValidateDefinition
ProcessorDefinition. validate(org.apache.camel.Expression expression)
Creates a validation expression which only if it is true then the exchange is forwarded to the destination.ValidateDefinition
ProcessorDefinition. validate(org.apache.camel.Predicate predicate)
Creates a validation expression which only if it is true then the exchange is forwarded to the destination.Methods in org.apache.camel.model that return types with arguments of type ValidateDefinition Modifier and Type Method Description ExpressionClause<ValidateDefinition>
ProcessorDefinition. validate()
Creates a validation expression which only if it is true then the exchange is forwarded to the destination.
-