public static interface SchematronEndpointBuilderFactory.SchematronBuilders
| Modifier and Type | Method and Description |
|---|---|
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder |
schematron(String path)
Schematron (camel-schematron)
Validate XML payload using the Schematron Library.
|
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder |
schematron(String componentName,
String path)
Schematron (camel-schematron)
Validate XML payload 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.path - pathdefault SchematronEndpointBuilderFactory.SchematronEndpointBuilder schematron(String componentName, 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.componentName - to use a custom component name for the endpoint
instead of the default namepath - pathApache Camel