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

Packages that use ValidateDefinition
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
 ValidateDefinition ProcessorDefinition.validate(Expression expression)
          Creates a validation expression which only if it is true then the exchange is forwarded to the destination.
 ValidateDefinition ProcessorDefinition.validate(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
 ExpressionClause<ValidateDefinition> ProcessorDefinition.validate()
          Creates a validation expression which only if it is true then the exchange is forwarded to the destination.
 



Apache Camel