Uses of Class
org.springframework.ws.soap.security.WsSecurityValidationException
Package
Description
Provides WS-Security implementation classes.
Contains classes for using the Apache WSS4J 2.0 WS-Security implementation
within
Spring-WS.
-
Uses of WsSecurityValidationException in org.springframework.ws.soap.security
Modifier and TypeMethodDescriptionprotected boolean
AbstractWsSecurityInterceptor.handleValidationException
(WsSecurityValidationException ex, MessageContext messageContext) Handles an invalid SOAP message.Modifier and TypeMethodDescriptionprotected abstract void
AbstractWsSecurityInterceptor.validateMessage
(SoapMessage soapMessage, MessageContext messageContext) Abstract template method. -
Uses of WsSecurityValidationException in org.springframework.ws.soap.security.wss4j2
Modifier and TypeClassDescriptionclass
WSS4J-specific version of theWsSecurityValidationException
.Modifier and TypeMethodDescriptionprotected void
Wss4jSecurityInterceptor.validateMessage
(SoapMessage soapMessage, MessageContext messageContext)