Uses of Interface
org.springframework.ws.server.SmartEndpointInterceptor
Package
Description
Provides miscellaneous endpoints
EndpointInterceptor
implementations.Contains classes for SOAP-specific server-side Spring-WS support.
Provides miscellaneous endpoints
EndpointInterceptor
implementations for SOAP purposes.-
Uses of SmartEndpointInterceptor in org.springframework.ws.server.endpoint.interceptor
Modifier and TypeClassDescriptionclass
Implementation of theSmartEndpointInterceptor
interface that delegates to a delegateEndpointInterceptor
. -
Uses of SmartEndpointInterceptor in org.springframework.ws.soap.server
Modifier and TypeInterfaceDescriptioninterface
SOAP-specific extension of theSmartEndpointInterceptor
interface. -
Uses of SmartEndpointInterceptor 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.