| Package | Description |
|---|---|
| org.apache.camel.component.validator |
The Validator Component for validating XML against some schema
|
| org.apache.camel.management.mbean |
Camel management JMX MBeans
|
| org.apache.camel.model |
The JAXB POJOs for the
XML Configuration
of the routing rules.
|
| org.apache.camel.processor.validation |
Performs XML validation using JAXP for validating against XSD or
RelaxNG
|
| Class and Description |
|---|
| ValidatingProcessor
A processor which validates the XML version of the inbound message body
against some schema either in XSD or RelaxNG
|
| ValidatorErrorHandler
Validator error handler.
|
| Class and Description |
|---|
| PredicateValidatingProcessor
A processor which validates the content of the inbound message body against a
Predicate. |
| Class and Description |
|---|
| PredicateValidatingProcessor
A processor which validates the content of the inbound message body against a
Predicate. |
| Class and Description |
|---|
| SchemaReader
Reads the schema used in the processor
ValidatingProcessor. |
| ValidatorErrorHandler
Validator error handler.
|
Apache Camel