Uses of Interface
org.springframework.xml.validation.ValidationErrorHandler
Package
Description
Provides miscellaneous endpoints
EndpointInterceptor
implementations.Provides classes for XML validation in JAXP 1.0 and JAXP 1.3.
-
Uses of ValidationErrorHandler in org.springframework.ws.server.endpoint.interceptor
Modifier and TypeMethodDescriptionvoid
AbstractValidatingInterceptor.setErrorHandler
(ValidationErrorHandler errorHandler) Sets the error handler to use for validation. -
Uses of ValidationErrorHandler in org.springframework.xml.validation
Modifier and TypeMethodDescriptionXmlValidator.validate
(Source source, ValidationErrorHandler errorHandler) Validates the givenSource
andValidationErrorHandler
, and returns an array ofSAXParseException
s as result.