Package | Description |
---|---|
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 (deprecated as of Spring WS 2.3).
|
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
Deprecated.
Transition to
Wss4jSecurityFaultException |
Modifier and Type | Class and Description |
---|---|
class |
XwsSecurityFaultException
XWSS-specific version of the
WsSecurityFaultException . |
Copyright © 2019 Pivotal Software. All rights reserved.