Interface SchematronEndpointBuilderFactory.SchematronEndpointBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
- SchematronEndpointBuilderFactory
public static interface SchematronEndpointBuilderFactory.SchematronEndpointBuilder extends org.apache.camel.builder.EndpointProducerBuilderBuilder for endpoint for the Schematron component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default SchematronEndpointBuilderFactory.SchematronEndpointBuilderabort(boolean abort)Flag to abort the route and throw a schematron validation exception.default SchematronEndpointBuilderFactory.SchematronEndpointBuilderabort(String abort)Flag to abort the route and throw a schematron validation exception.default SchematronEndpointBuilderFactory.AdvancedSchematronEndpointBuilderadvanced()default SchematronEndpointBuilderFactory.SchematronEndpointBuilderrules(String rules)To use the given schematron rules instead of loading from the path.default SchematronEndpointBuilderFactory.SchematronEndpointBuilderrules(Templates rules)To use the given schematron rules instead of loading from the path.
-
-
-
Method Detail
-
advanced
default SchematronEndpointBuilderFactory.AdvancedSchematronEndpointBuilder advanced()
-
abort
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder abort(boolean abort)
Flag to abort the route and throw a schematron validation exception. The option is a: <code>boolean</code> type. Default: false Group: producer- Parameters:
abort- the value to set- Returns:
- the dsl builder
-
abort
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder abort(String abort)
Flag to abort the route and throw a schematron validation exception. The option will be converted to a <code>boolean</code> type. Default: false Group: producer- Parameters:
abort- the value to set- Returns:
- the dsl builder
-
rules
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder rules(Templates rules)
To use the given schematron rules instead of loading from the path. The option is a: <code>javax.xml.transform.Templates</code> type. Group: producer- Parameters:
rules- the value to set- Returns:
- the dsl builder
-
rules
default SchematronEndpointBuilderFactory.SchematronEndpointBuilder rules(String rules)
To use the given schematron rules instead of loading from the path. The option will be converted to a <code>javax.xml.transform.Templates</code> type. Group: producer- Parameters:
rules- the value to set- Returns:
- the dsl builder
-
-