Uses of Class
org.apache.camel.model.ValidateDefinition
Packages that use ValidateDefinition
-
Uses of ValidateDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return ValidateDefinitionModifier and TypeMethodDescriptionValidateDefinition.predicateExceptionFactory(String ref) The bean id of the custom PredicateExceptionFactory to use for creating the exception when the validation fails.ValidateDefinition.predicateExceptionFactory(org.apache.camel.spi.PredicateExceptionFactory factory) The custom PredicateExceptionFactory to use for creating the exception when the validation fails.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.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 ValidateDefinitionModifier and TypeMethodDescriptionProcessorDefinition.validate()Creates a validation expression which only if it is true then the exchange is forwarded to the destination.