Uses of Class
org.springframework.ws.soap.security.WsSecurityValidationException
Packages that use 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
Methods in org.springframework.ws.soap.security with parameters of type WsSecurityValidationExceptionModifier and TypeMethodDescriptionprotected boolean
AbstractWsSecurityInterceptor.handleValidationException
(WsSecurityValidationException ex, MessageContext messageContext) Handles an invalid SOAP message.Methods in org.springframework.ws.soap.security that throw WsSecurityValidationExceptionModifier and TypeMethodDescriptionprotected abstract void
AbstractWsSecurityInterceptor.validateMessage
(SoapMessage soapMessage, MessageContext messageContext) Abstract template method. -
Uses of WsSecurityValidationException in org.springframework.ws.soap.security.wss4j2
Subclasses of WsSecurityValidationException in org.springframework.ws.soap.security.wss4j2Modifier and TypeClassDescriptionclass
WSS4J-specific version of theWsSecurityValidationException
.Methods in org.springframework.ws.soap.security.wss4j2 that throw WsSecurityValidationExceptionModifier and TypeMethodDescriptionprotected void
Wss4jSecurityInterceptor.validateMessage
(SoapMessage soapMessage, MessageContext messageContext)