Spring Web Services Framework

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

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

Methods in org.springframework.ws.soap.security with parameters of type WsSecurityValidationException
protected  boolean AbstractWsSecurityInterceptor.handleValidationException(WsSecurityValidationException ex, MessageContext messageContext)
          Handles an invalid SOAP message.
 

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

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

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

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

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

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

Methods in org.springframework.ws.soap.security.xwss that throw WsSecurityValidationException
protected  void XwsSecurityInterceptor.validateMessage(SoapMessage soapMessage, MessageContext messageContext)
          Validates the given SoapMessage message in accordance with the defined security policy.
 


Spring Web Services Framework

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