|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SoapEndpointInterceptor | |
---|---|
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. |
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. |
Uses of SoapEndpointInterceptor in org.springframework.ws.soap.security |
---|
Classes in org.springframework.ws.soap.security that implement SoapEndpointInterceptor | |
---|---|
class |
AbstractWsSecurityInterceptor
Interceptor base class for interceptors that handle WS-Security. |
Uses of SoapEndpointInterceptor in org.springframework.ws.soap.security.wss4j |
---|
Classes in org.springframework.ws.soap.security.wss4j that implement SoapEndpointInterceptor | |
---|---|
class |
Wss4jSecurityInterceptor
A WS-Security endpoint interceptor based on Apache's WSS4J. |
Uses of SoapEndpointInterceptor in org.springframework.ws.soap.security.xwss |
---|
Classes in org.springframework.ws.soap.security.xwss that implement SoapEndpointInterceptor | |
---|---|
class |
XwsSecurityInterceptor
WS-Security endpoint interceptor that is based on Sun's XML and Web Services Security package (XWSS). |
Uses of SoapEndpointInterceptor in org.springframework.ws.soap.server |
---|
Subinterfaces of SoapEndpointInterceptor in org.springframework.ws.soap.server | |
---|---|
interface |
SmartSoapEndpointInterceptor
SOAP-specific extension of the SmartEndpointInterceptor interface. |
Uses of SoapEndpointInterceptor in org.springframework.ws.soap.server.endpoint.interceptor |
---|
Classes in org.springframework.ws.soap.server.endpoint.interceptor that implement SoapEndpointInterceptor | |
---|---|
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. |
|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |