Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractValidatingInterceptor.setErrorHandler(ValidationErrorHandler errorHandler)
Sets the error handler to use for validation.
|
Modifier and Type | Method and Description |
---|---|
SAXParseException[] |
XmlValidator.validate(Source source,
ValidationErrorHandler errorHandler)
Validates the given
Source and ValidationErrorHandler , and returns an array of SAXParseException s as result. |
Copyright © 2020 Pivotal Software. All rights reserved.