Package org.springframework.ws.server.endpoint.interceptor
package org.springframework.ws.server.endpoint.interceptor
Provides miscellaneous endpoints
EndpointInterceptor
implementations.-
ClassDescriptionAbstract base class for
EndpointInterceptor
implementations that validate part of the message using a schema.Implementation of theSmartEndpointInterceptor
interface that delegates to a delegateEndpointInterceptor
.Default implementation of theEndpointInterceptor
interface, for simplified implementation of pre-only/post-only interceptors.SimpleEndpointInterceptor
that logs the payload of request and response messages.Interceptor that transforms the payload ofWebServiceMessage
s using XSLT stylesheet.