Schematron

Schematron

Description: Represents the component that manages SchematronEndpoint.
Scheme: schematron
Syntax: schematron:path
Maven: org.apache.camel/camel-schematron/2.16.1

Schematron Endpoint.

Name Kind Group Required Default Type Enum Description
path path producer true java.lang.String The path to the schematron rules file. Can either be in class path or location in the file system.
abort parameter producer boolean Flag to abort the route and throw a schematron validation exception.
rules parameter producer javax.xml.transform.Templates To use the given schematron rules instead of loading from the path
exchangePattern parameter advanced InOnly org.apache.camel.ExchangePattern InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter advanced false boolean Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).