Uses of Interface
org.springframework.ws.soap.server.SoapEndpointMapping
Package
Description
Contains servers-side WS-Addressing support, in the form of
EndpointMappings
.Provides miscellaneous endpoints
EndpointMapping
implementations for SOAP purposes.-
Uses of SoapEndpointMapping in org.springframework.ws.soap.addressing.server
Modifier and TypeClassDescriptionclass
Abstract base class for WS-AddressingAction
-mappedEndpointMapping
implementations.class
Abstract base class for WS-AddressingAction
-mappedEndpointMapping
implementations that map toMethodEndpoint
s.class
Abstract base class forEndpointMapping
implementations that handle WS-Addressing.class
Implementation of theEndpointMapping
interface that uses the@Action
annotation to map methods to a WS-AddressingAction
header.class
Implementation of theEndpointMapping
interface to map from WS-AddressingAction
Message Addressing Property to endpoint beans. -
Uses of SoapEndpointMapping in org.springframework.ws.soap.server.endpoint.mapping
Modifier and TypeClassDescriptionclass
EndpointMapping
implement that adds SOAP actors or roles to a delegate endpoint.class
Implementation of theEndpointMapping
interface that uses theSoapAction
annotation to map methods to the request SOAPAction header.class
Implementation of theEndpointMapping
interface to map fromSOAPAction
headers to endpoint beans.