Spring Web Services Framework

Uses of Class
org.springframework.ws.server.endpoint.AbstractLoggingInterceptor

Packages that use AbstractLoggingInterceptor
org.springframework.ws.server.endpoint.interceptor Provides miscellaneous endpoints EndpointInterceptor implementations. 
org.springframework.ws.soap.server.endpoint.interceptor Provides miscellaneous endpoints EndpointInterceptor implementations for SOAP purposes. 
 

Uses of AbstractLoggingInterceptor in org.springframework.ws.server.endpoint.interceptor
 

Subclasses of AbstractLoggingInterceptor in org.springframework.ws.server.endpoint.interceptor
 class PayloadLoggingInterceptor
          Simple EndpointInterceptor that logs the payload of request and response messages.
 

Uses of AbstractLoggingInterceptor in org.springframework.ws.soap.server.endpoint.interceptor
 

Subclasses of AbstractLoggingInterceptor in org.springframework.ws.soap.server.endpoint.interceptor
 class SoapEnvelopeLoggingInterceptor
          SOAP-specific EndpointInterceptor that logs the complete request and response envelope of SoapMessage messages.
 


Spring Web Services Framework

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.