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



Copyright © 2010. All Rights Reserved.