Uses of Class
org.springframework.ws.soap.addressing.server.AbstractActionMethodEndpointMapping
Package
Description
Contains servers-side WS-Addressing support, in the form of
EndpointMappings
.-
Uses of AbstractActionMethodEndpointMapping in org.springframework.ws.soap.addressing.server
Modifier and TypeClassDescriptionclass
Implementation of theEndpointMapping
interface that uses the@Action
annotation to map methods to a WS-AddressingAction
header.