cXmlValidator
Validates the data based on the given XML schema.
For more information, see the Apache camel documentation https://camel.apache.org/components/latest/.
cXmlValidator Standard properties
These properties are used to configure cXmlValidator running in the Standard Route framework.
The Standard cXmlValidator component belongs to the Data Quality family.
Basic settings
| Properties | Description |
|---|---|
| Type | Select the way the XML schema will be set.
|
| Resource / Version | This field appears when Repository Resource is selected from the Type list. Click [...] and select the resource file containing the XML schema from the dialog box. Select the version of the resource if more than one version of the resource is available. |
|
Schema URI |
This field appears when File Path is selected from the Type list. Enter the URL to a local resource on the classpath or a full URL to a remote resource or a resource on the file system which contains the XML schema to validate against. |
| Cache Resource |
Select this check box to cache the resource instead of reloading it for each message. |
Advanced settings
| Properties | Description |
|---|---|
|
URI Options |
Set the optional arguments in the corresponding table. Click [+] as many times as required to add arguments to the table. Then click the corresponding Value field and enter a value. See the site https://camel.apache.org/components/3.11.x/validator-component.html for available URI options. |
Usage
| Usage guidance | Description |
|---|---|
|
Usage rule |
cXmlValidator can be a middle or end component in a Route. |
|
Limitation |
n/a |