Spring Web Services Framework

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

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

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

Subclasses of WsSecurityException in org.springframework.ws.soap.security
 class WsSecurityFaultException
          Exception indicating that a WS-Security executions should result in a SOAP Fault.
 class WsSecuritySecurementException
          Exception indicating that something went wrong during the securement of a message.
 class WsSecurityValidationException
          Exception indicating that something went wrong during the validation of a message.
 

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

Subclasses of WsSecurityException in org.springframework.ws.soap.security.wss4j
 class Wss4jSecurityFaultException
          WSS4J-specific version of the WsSecurityFaultException.
 class Wss4jSecuritySecurementException
          WSS4J-specific version of the WsSecuritySecurementException.
 class Wss4jSecurityValidationException
          WSS4J-specific version of the WsSecurityValidationException.
 

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

Subclasses of WsSecurityException in org.springframework.ws.soap.security.xwss
 class XwsSecurityFaultException
          XWSS-specific version of the WsSecurityFaultException.
 class XwsSecuritySecurementException
          XWSS-specific version of the WsSecuritySecurementException.
 class XwsSecurityValidationException
          XWSS-specific version of the WsSecurityValidationException.
 


Spring Web Services Framework

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