| Package | Description |
|---|---|
| org.springframework.ws.client.core |
Core package of the Spring-WS client-side support.
|
| org.springframework.ws.client.core.support |
Convenient super class for application classes that need Web service access.
|
| org.springframework.ws.client.support.interceptor |
Provides the
ClientInterceptor interface, and validating interceptors. |
| Modifier and Type | Method and Description |
|---|---|
ClientInterceptor[] |
WebServiceTemplate.getInterceptors()
Returns the client interceptors to apply to all web service invocations made by this template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebServiceTemplate.setInterceptors(ClientInterceptor[] interceptors)
Sets the client interceptors to apply to all web service invocations made by this template.
|
| Modifier and Type | Method and Description |
|---|---|
ClientInterceptor[] |
WebServiceGatewaySupport.getInterceptors()
Returns the
ClientInterceptors used by the template. |
| Modifier and Type | Method and Description |
|---|---|
void |
WebServiceGatewaySupport.setInterceptors(ClientInterceptor[] interceptors)
Sets the
ClientInterceptors used by the gateway. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractValidatingInterceptor
Abstract base class for
ClientInterceptor implementations that validate part of the message using a schema. |
class |
ClientInterceptorAdapter
Default implementation of the
ClientInterceptor interface, for simplified implementation of
pre-only/post-only interceptors. |
class |
PayloadValidatingInterceptor
Client-side interceptor that validates the contents of
WebServiceMessages using a schema. |
Copyright © 2023 VMware, Inc.. All rights reserved.