javax.xml.ws.addressing
Interface AddressingType

All Known Subinterfaces:
AddressingProperties, AttributedQName, AttributedURI, EndpointReference, SOAPAddressingElement, SOAPAddressingProperties
All Known Implementing Classes:
AddressingBuilder, SOAPAddressingBuilder

public interface AddressingType

Interface implemented by wrappers for types defined by WS-Addressing.

Version:
JAX-WSA 1.0
Author:
JAX-WSA Development Team

Method Summary
 java.lang.String getNamespaceURI()
          Determines the version of WS-Addressing containing the definition of the this type.
 

Method Detail

getNamespaceURI

java.lang.String getNamespaceURI()
Determines the version of WS-Addressing containing the definition of the this type.

Returns:
The targetNamespace for the WS-Addressing schema containing the definition of this type.


Copyright © 2005 Sun Microsystems, Inc. All Rights Reserved.