Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 78. Validator
Validate the payload using XML Schema and JAXP Validation.
78.1. What’s inside Link kopierenLink in die Zwischenablage kopiert!
-
Validator component, URI syntax:
validator:resourceUri
Please refer to the above link for usage and configuration details.
78.2. Maven coordinates Link kopierenLink in die Zwischenablage kopiert!
Create a new project with this extension on code.quarkus.redhat.com
Or add the coordinates to your existing project:
<dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-validator</artifactId> </dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-validator</artifactId>
</dependency>