Uses of Interface
org.springframework.ws.soap.server.SoapEndpointInterceptor
Package
Description
Provides WS-Security implementation classes.
Contains classes for using the Apache WSS4J 2.0 WS-Security implementation
within
Spring-WS.
Contains classes for SOAP-specific server-side Spring-WS support.
Provides miscellaneous endpoints
EndpointInterceptor
implementations for SOAP purposes.-
Uses of SoapEndpointInterceptor in org.springframework.ws.soap.security
Modifier and TypeClassDescriptionclass
Interceptor base class for interceptors that handle WS-Security. -
Uses of SoapEndpointInterceptor in org.springframework.ws.soap.security.wss4j2
Modifier and TypeClassDescriptionclass
A WS-Security endpoint interceptor based on Apache's WSS4J. -
Uses of SoapEndpointInterceptor in org.springframework.ws.soap.server
Modifier and TypeInterfaceDescriptioninterface
SOAP-specific extension of theSmartEndpointInterceptor
interface. -
Uses of SoapEndpointInterceptor in org.springframework.ws.soap.server.endpoint.interceptor
Modifier and TypeClassDescriptionclass
Implementation of theSmartSoapEndpointInterceptor
interface that delegates to a delegateSoapEndpointInterceptor
.class
Implementation of theSmartSoapEndpointInterceptor
interface that only intercepts requests that have a specified namespace URI or local part (or both) as payload root.class
Implementation of theSmartEndpointInterceptor
interface that only intercepts requests that have a specified soap action.class
SOAP-specificEndpointInterceptor
that logs the complete request and response envelope ofSoapMessage
messages.