Uses of Interface
org.springframework.ws.soap.addressing.version.AddressingVersion
Package
Description
Contains servers-side WS-Addressing support, in the form of
EndpointMappings
.Contains abstractions over various versions of the WS-Addressing specification.
-
Uses of AddressingVersion in org.springframework.ws.soap.addressing.client
ModifierConstructorDescriptionActionCallback
(URI action, AddressingVersion version) Create a newActionCallback
with the given version andAction
.ActionCallback
(URI action, AddressingVersion version, URI to) Create a newActionCallback
with the given version,Action
, and optionalTo
. -
Uses of AddressingVersion in org.springframework.ws.soap.addressing.server
Modifier and TypeMethodDescriptionfinal void
AbstractAddressingEndpointMapping.setVersions
(AddressingVersion[] versions) Sets the WS-Addressing versions to be supported by this mapping. -
Uses of AddressingVersion in org.springframework.ws.soap.addressing.version
Modifier and TypeClassDescriptionclass
Abstract base class forAddressingVersion
implementations.class
Implements WS-Addressing 1.0 (May 2006).class
Implements the August 2004 edition of the WS-Addressing specification.