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. |
ClientInterceptorAdapter |
Default implementation of the
ClientInterceptor interface, for simplified implementation of
pre-only/post-only interceptors. |
PayloadValidatingInterceptor |
Client-side interceptor that validates the contents of
WebServiceMessage s using a schema. |
Exception | Description |
---|---|
WebServiceValidationException |
Exception thrown whenever a validation error occurs on the client-side.
|
ClientInterceptor
interface, and validating interceptors.Copyright © 2020 Pivotal Software. All rights reserved.