Spring Web Services Framework

Uses of Interface
org.springframework.ws.soap.server.SoapEndpointInterceptor

Packages that use SoapEndpointInterceptor
org.springframework.ws.soap.security Provides WS-Security implementation classes. 
org.springframework.ws.soap.security.wss4j Contains classes for using the Apache WSS4J WS-Security implementation within Spring-WS. 
org.springframework.ws.soap.security.xwss Contains classes for using the XML and WebServices Security WS-Security implementation within Spring-WS. 
org.springframework.ws.soap.server.endpoint.interceptor Provides miscellaneous endpoints EndpointInterceptor implementations for SOAP purposes. 
 

Uses of SoapEndpointInterceptor in org.springframework.ws.soap.security
 

Classes in org.springframework.ws.soap.security that implement SoapEndpointInterceptor
 class AbstractWsSecurityInterceptor
          Interceptor base class for interceptors that handle WS-Security.
 

Uses of SoapEndpointInterceptor in org.springframework.ws.soap.security.wss4j
 

Classes in org.springframework.ws.soap.security.wss4j that implement SoapEndpointInterceptor
 class Wss4jSecurityInterceptor
          A WS-Security endpoint interceptor based on Apache's WSS4J.
 

Uses of SoapEndpointInterceptor in org.springframework.ws.soap.security.xwss
 

Classes in org.springframework.ws.soap.security.xwss that implement SoapEndpointInterceptor
 class XwsSecurityInterceptor
          WS-Security endpoint interceptor that is based on Sun's XML and Web Services Security package (XWSS).
 

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

Classes in org.springframework.ws.soap.server.endpoint.interceptor that implement SoapEndpointInterceptor
 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.