Uses of Interface
org.springframework.xml.validation.ValidationErrorHandler
Packages that use 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
Methods in org.springframework.ws.server.endpoint.interceptor with parameters of type ValidationErrorHandlerModifier and TypeMethodDescriptionvoid
AbstractValidatingInterceptor.setErrorHandler
(ValidationErrorHandler errorHandler) Sets the error handler to use for validation. -
Uses of ValidationErrorHandler in org.springframework.xml.validation
Methods in org.springframework.xml.validation with parameters of type ValidationErrorHandlerModifier and TypeMethodDescriptionXmlValidator.validate
(Source source, ValidationErrorHandler errorHandler) Validates the givenSource
andValidationErrorHandler
, and returns an array ofSAXParseException
s as result.