@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface SchematronEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SchematronEndpointBuilderFactory.AdvancedSchematronEndpointBuilder
Advanced builder for endpoint for the Schematron component.
|
static interface |
SchematronEndpointBuilderFactory.SchematronBuilders |
static interface |
SchematronEndpointBuilderFactory.SchematronEndpointBuilder
Builder for endpoint for the Schematron component.
|
| Modifier and Type | Method and Description |
|---|---|
static SchematronEndpointBuilderFactory.SchematronEndpointBuilder |
schematron(String path)
Schematron (camel-schematron)
Validates the payload of a message using the Schematron Library.
|
static 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