Spring Web Services Framework

Uses of Interface
org.springframework.ws.soap.addressing.version.AddressingVersion

Packages that use AddressingVersion
org.springframework.ws.soap.addressing.client   
org.springframework.ws.soap.addressing.server Contains servers-side WS-Addressing support, in the form of EndpointMappings
org.springframework.ws.soap.addressing.version Contains abstractions over various versions of the WS-Addressing specification. 
 

Uses of AddressingVersion in org.springframework.ws.soap.addressing.client
 

Methods in org.springframework.ws.soap.addressing.client that return AddressingVersion
 AddressingVersion ActionCallback.getVersion()
          Returns the WS-Addressing version
 

Constructors in org.springframework.ws.soap.addressing.client with parameters of type AddressingVersion
ActionCallback(URI action, AddressingVersion version)
          Create a new ActionCallback with the given version and Action.
ActionCallback(URI action, AddressingVersion version, URI to)
          Create a new ActionCallback with the given version, Action, and optional To.
 

Uses of AddressingVersion in org.springframework.ws.soap.addressing.server
 

Methods in org.springframework.ws.soap.addressing.server with parameters of type AddressingVersion
 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
 

Classes in org.springframework.ws.soap.addressing.version that implement AddressingVersion
 class AbstractAddressingVersion
          Abstract base class for AddressingVersion implementations.
 class Addressing10
          Implements WS-Addressing 1.0 (May 2006).
 class Addressing200408
          Implements the August 2004 edition of the WS-Addressing specification.
 


Spring Web Services Framework

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.