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.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, org.springframework.ws.context.MessageContext messageContext)
          Handles an invalid SOAP message.
 

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

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(org.springframework.ws.soap.SoapMessage soapMessage)
          Validates the given SoapMessage message in accordance with the defined security policy.
 



Copyright � 2005-2008 The Spring Web Services Framework. All Rights Reserved.