|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 SAXParseException s as result. |
|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |