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.handleSecurementException(WsSecuritySecurementException ex,
MessageContext messageContext)
Handles an securement exception.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractWsSecurityInterceptor.secureMessage(SoapMessage soapMessage,
MessageContext messageContext)
Abstract template method.
|
Modifier and Type | Class and Description |
---|---|
class |
Wss4jSecuritySecurementException
WSS4J-specific version of the
WsSecuritySecurementException . |
Modifier and Type | Method and Description |
---|---|
protected void |
Wss4jSecurityInterceptor.secureMessage(SoapMessage soapMessage,
MessageContext messageContext) |
Modifier and Type | Class and Description |
---|---|
class |
XwsSecuritySecurementException
XWSS-specific version of the
WsSecuritySecurementException . |
Copyright © 2018 Pivotal Software. All rights reserved.