Spring Web Services Framework

Uses of Interface
org.springframework.xml.validation.ValidationErrorHandler

Packages that use ValidationErrorHandler
org.springframework.ws.server.endpoint.interceptor Provides miscellaneous endpoints EndpointInterceptor implementations. 
org.springframework.xml.validation 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 ValidationErrorHandler
 void 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 ValidationErrorHandler
 SAXParseException[] XmlValidator.validate(Source source, ValidationErrorHandler errorHandler)
          Validates the given Source and ValidationErrorHandler, and returns an array of SAXParseExceptions as result.
 


Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.