Spring Web Services Framework

Uses of Class
org.springframework.ws.soap.security.AbstractWsSecurityInterceptor

Packages that use AbstractWsSecurityInterceptor
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. 
 

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

Subclasses of AbstractWsSecurityInterceptor in org.springframework.ws.soap.security.wss4j
 class Wss4jSecurityInterceptor
          A WS-Security endpoint interceptor based on Apache's WSS4J.
 

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

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


Spring Web Services Framework

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