Spring Web Services Framework

Package org.springframework.ws.server.endpoint.interceptor

Provides miscellaneous endpoints EndpointInterceptor implementations.

See:
          Description

Class Summary
AbstractValidatingInterceptor Abstract base class for EndpointInterceptor implementations that validate part of the message using a schema.
EndpointInterceptorAdapter Default implementation of the EndpointInterceptor interface, for simplified implementation of pre-only/post-only interceptors.
PayloadLoggingInterceptor Simple EndpointInterceptor that logs the payload of request and response messages.
PayloadTransformingInterceptor Interceptor that transforms the payload of WebServiceMessages using XSLT stylesheet.
 

Package org.springframework.ws.server.endpoint.interceptor Description

Provides miscellaneous endpoints EndpointInterceptor implementations.


Spring Web Services Framework

Copyright � 2005-2008 The Spring Web Services Framework. All Rights Reserved.