| Name | Description | Type | Package | Framework |
| AbstractValidatingInterceptor | Abstract base class for ClientInterceptor implementations that validate part of the message using a schema. | Class | org.springframework.ws.client.support.interceptor | Spring WebService |
| ClientInterceptor | Workflow interface that allows for customized client-side message interception. | Interface | org.springframework.ws.client.support.interceptor | Spring WebService |
| PayloadValidatingInterceptor | Client-side interceptor that validates the contents of WebServiceMessages using a schema. | Class | org.springframework.ws.client.support.interceptor | Spring WebService |
| WebServiceValidationException | Exception thrown whenever a validation error occurs on the client-side. | Class | org.springframework.ws.client.support.interceptor | Spring WebService |