| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder |
SchematronEndpointBuilderFactory.SchematronEndpointBuilder.abort(boolean abort)
Flag to abort the route and throw a schematron validation exception.
|
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder |
SchematronEndpointBuilderFactory.SchematronEndpointBuilder.abort(String abort)
Flag to abort the route and throw a schematron validation exception.
|
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder |
SchematronEndpointBuilderFactory.AdvancedSchematronEndpointBuilder.basic() |
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder |
SchematronEndpointBuilderFactory.SchematronEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder |
SchematronEndpointBuilderFactory.SchematronEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder |
SchematronEndpointBuilderFactory.SchematronEndpointBuilder.rules(Object rules)
To use the given schematron rules instead of loading from the path.
|
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder |
SchematronEndpointBuilderFactory.SchematronEndpointBuilder.rules(String rules)
To use the given schematron rules instead of loading from the path.
|
static SchematronEndpointBuilderFactory.SchematronEndpointBuilder |
SchematronEndpointBuilderFactory.schematron(String path)
Schematron (camel-schematron)
Validates the payload of a message using the Schematron Library.
|
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder |
SchematronEndpointBuilderFactory.SchematronBuilders.schematron(String path)
Schematron (camel-schematron)
Validates the payload of a message using the Schematron Library.
|
Apache Camel