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 |
PayloadValidatingInterceptor
Client-side interceptor that validates the contents of
WebServiceMessage s using a schema. |
Copyright © 2005–2015 The Spring Web Services Framework. All rights reserved.