public static interface SchematronEndpointBuilderFactory.SchematronBuilders
| Modifier and Type | Method and Description |
|---|---|
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder |
schematron(String path)
Schematron (camel-schematron)
Validates the payload of a message using the Schematron Library.
|
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder schematron(String path)
schematron:path
Path parameter: path (required)
The path to the schematron rules file. Can either be in class path or
location in the file system.Apache Camel