- setErrorHandler(ValidatorErrorHandler) - Method in class org.apache.camel.component.validator.ValidatorEndpoint
-
To use a custom org.apache.camel.processor.validation.ValidatorErrorHandler.
- setFailOnNullBody(boolean) - Method in class org.apache.camel.component.validator.ValidatorEndpoint
-
Whether to fail if no body exists.
- setFailOnNullHeader(boolean) - Method in class org.apache.camel.component.validator.ValidatorEndpoint
-
Whether to fail if no header exists when validating against a header.
- setHeaderName(String) - Method in class org.apache.camel.component.validator.ValidatorEndpoint
-
To validate against a header instead of the message body.
- setResourceResolver(LSResourceResolver) - Method in class org.apache.camel.component.validator.ValidatorEndpoint
-
To use a custom LSResourceResolver.
- setResourceResolverFactory(ValidatorResourceResolverFactory) - Method in class org.apache.camel.component.validator.ValidatorComponent
-
To use a custom LSResourceResolver which depends on a dynamic endpoint resource URI
- setResourceResolverFactory(ValidatorResourceResolverFactory) - Method in class org.apache.camel.component.validator.ValidatorEndpoint
-
For creating a resource resolver which depends on the endpoint resource URI.
- setResourceUri(String) - Method in class org.apache.camel.component.validator.ValidatorEndpoint
-
URL to a local resource on the classpath,or a reference to lookup a bean in the Registry,
or a full URL to a remote resource or resource on the file system which contains the XSD to validate against.
- setSchemaFactory(SchemaFactory) - Method in class org.apache.camel.component.validator.ValidatorEndpoint
-
To use a custom javax.xml.validation.SchemaFactory
- setSchemaLanguage(String) - Method in class org.apache.camel.component.validator.ValidatorEndpoint
-
Configures the W3C XML Schema Namespace URI.
- setUseSharedSchema(boolean) - Method in class org.apache.camel.component.validator.ValidatorEndpoint
-
Whether the Schema instance should be shared or not.