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