Package | Description |
---|---|
org.springframework.ws.soap.security |
Provides WS-Security implementation classes.
|
org.springframework.ws.soap.security.wss4j2 |
Contains classes for using the Apache WSS4J 2.0 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.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractWsSecurityInterceptor.handleFaultException(WsSecurityFaultException ex,
MessageContext messageContext)
Handles a fault exception.Default implementation logs the given exception, and creates a SOAP Fault with the
properties of the given exception, and returns
false . |
Modifier and Type | Class and Description |
---|---|
class |
Wss4jSecurityFaultException
WSS4J-specific version of the
WsSecurityFaultException . |
Modifier and Type | Class and Description |
---|---|
class |
XwsSecurityFaultException
XWSS-specific version of the
WsSecurityFaultException . |
Copyright © 2020 Pivotal Software. All rights reserved.