public static interface SchematronEndpointBuilderFactory.SchematronEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder |
abort(boolean abort)
Flag to abort the route and throw a schematron validation exception.
|
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder |
abort(String abort)
Flag to abort the route and throw a schematron validation exception.
|
default SchematronEndpointBuilderFactory.AdvancedSchematronEndpointBuilder |
advanced() |
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder |
rules(Object rules)
To use the given schematron rules instead of loading from the path.
|
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder |
rules(String rules)
To use the given schematron rules instead of loading from the path.
|
default SchematronEndpointBuilderFactory.AdvancedSchematronEndpointBuilder advanced()
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder abort(boolean abort)
abort - the value to setdefault SchematronEndpointBuilderFactory.SchematronEndpointBuilder abort(String abort)
abort - the value to setdefault SchematronEndpointBuilderFactory.SchematronEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault SchematronEndpointBuilderFactory.SchematronEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault SchematronEndpointBuilderFactory.SchematronEndpointBuilder rules(Object rules)
rules - the value to setdefault SchematronEndpointBuilderFactory.SchematronEndpointBuilder rules(String rules)
rules - the value to setApache Camel