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