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() |
|
static SchematronEndpointBuilderFactory.SchematronEndpointBuilder |
SchematronEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
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.
|
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder |
SchematronEndpointBuilderFactory.SchematronBuilders.schematron(String path) |
Schematron (camel-schematron)
Validate XML payload using the Schematron Library.
|
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder |
SchematronEndpointBuilderFactory.SchematronBuilders.schematron(String componentName,
String path) |
Schematron (camel-schematron)
Validate XML payload using the Schematron Library.
|