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.
|
org.springframework.ws.soap.server |
Contains classes for SOAP-specific server-side Spring-WS support.
|
org.springframework.ws.soap.server.endpoint.interceptor |
Provides miscellaneous endpoints
EndpointInterceptor implementations for SOAP purposes. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWsSecurityInterceptor
Interceptor base class for interceptors that handle WS-Security.
|
Modifier and Type | Class and Description |
---|---|
class |
Wss4jSecurityInterceptor
A WS-Security endpoint interceptor based on Apache's WSS4J.
|
Modifier and Type | Class and Description |
---|---|
class |
XwsSecurityInterceptor
WS-Security endpoint interceptor that is based on Sun's XML and Web Services Security package (XWSS).
|
Modifier and Type | Interface and Description |
---|---|
interface |
SmartSoapEndpointInterceptor
SOAP-specific extension of the
SmartEndpointInterceptor interface. |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingSmartSoapEndpointInterceptor
Implementation of the
SmartSoapEndpointInterceptor interface that delegates to a delegate SoapEndpointInterceptor . |
class |
PayloadRootSmartSoapEndpointInterceptor
Implementation of the
SmartSoapEndpointInterceptor interface that only intercepts requests that have a specified namespace URI or local
part (or both) as payload root. |
class |
SoapActionSmartEndpointInterceptor
Implementation of the
SmartEndpointInterceptor interface that only intercepts
requests that have a specified soap action. |
class |
SoapEnvelopeLoggingInterceptor
SOAP-specific
EndpointInterceptor that logs the complete request and response envelope of
SoapMessage messages. |
Copyright © 2020 Pivotal Software. All rights reserved.