Spring Web Services Framework

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

Packages that use WsSecuritySecurementException
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 WsSecuritySecurementException in org.springframework.ws.soap.security
 

Methods in org.springframework.ws.soap.security with parameters of type WsSecuritySecurementException
protected  boolean AbstractWsSecurityInterceptor.handleSecurementException(WsSecuritySecurementException ex, MessageContext messageContext)
          Handles an securement exception.
 

Methods in org.springframework.ws.soap.security that throw WsSecuritySecurementException
protected abstract  void AbstractWsSecurityInterceptor.secureMessage(SoapMessage soapMessage, MessageContext messageContext)
          Abstract template method.
 

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

Subclasses of WsSecuritySecurementException in org.springframework.ws.soap.security.wss4j
 class Wss4jSecuritySecurementException
          WSS4J-specific version of the WsSecuritySecurementException.
 

Methods in org.springframework.ws.soap.security.wss4j that throw WsSecuritySecurementException
protected  void Wss4jSecurityInterceptor.secureMessage(SoapMessage soapMessage, MessageContext messageContext)
           
 

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

Subclasses of WsSecuritySecurementException in org.springframework.ws.soap.security.xwss
 class XwsSecuritySecurementException
          XWSS-specific version of the WsSecuritySecurementException.
 


Spring Web Services Framework

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