| Name | Description | Type | Package | Framework |
| DefaultValidationErrorHandler | A default error handler which just stores all the errors so they can be reported or transformed. | Class | org.apache.camel.processor.validation | Apache Camel |
| NoXmlBodyValidationException | An exception found if no XML body is available on the inbound messageVersion:See Also:Serialized Form | Class | org.apache.camel.processor.validation | Apache Camel |
| NoXmlHeaderValidationException | An exception thrown if the XML header is not available on the inbound messageVersion:See Also:Serialized Form | Class | org.apache.camel.processor.validation | Apache Camel |
| PredicateValidatingProcessor | A processor which validates the content of the inbound message body against a Predicate. | Class | org.apache.camel.processor.validation | Apache Camel |
| PredicateValidationException | A predicate validation exception occurredVersion:See Also:Serialized Form | Class | org.apache.camel.processor.validation | Apache Camel |
| SchemaValidationException | A Schema validation exception occurredVersion:See Also:Serialized Form | Class | org.apache.camel.processor.validation | Apache Camel |
| ValidatingProcessor | A processor which validates the XML version of the inbound message body against some schema either in XSD or RelaxNG | Class | org.apache.camel.processor.validation | Apache Camel |
| ValidatorErrorHandler | Validator error handler. | Interface | org.apache.camel.processor.validation | Apache Camel |