ClientInterceptor interface, and validating interceptors.See: Description
| Interface | Description |
|---|---|
| ClientInterceptor |
Workflow interface that allows for customized client-side message interception.
|
| Class | Description |
|---|---|
| AbstractValidatingInterceptor |
Abstract base class for
ClientInterceptor implementations that validate part of the message using a schema. |
| PayloadValidatingInterceptor |
Client-side interceptor that validates the contents of
WebServiceMessages using a schema. |
| Exception | Description |
|---|---|
| WebServiceValidationException |
Exception thrown whenever a validation error occurs on the client-side.
|
ClientInterceptor interface, and validating interceptors.