org.apache.axis.message.addressing
Interface AddressingVersion


public interface AddressingVersion

Container for several fields that change from one version to another of the WS-Addressing specification.

This interface aims to encapsulate all those aspects that vary from one specification to the others.

Version:
$Revision: 14 $
Author:
Rodrigo Ruiz

Method Summary
 java.lang.String getAnonymousRoleURI()
          Gets the URI to use for anonymous target declarations.
 java.lang.String getFaultActionURI()
          Gets the fault wsa:Action URI that is appropriate for this WSA version.
 java.lang.String getNamespace()
          Gets the namespace associated to this version.
 javax.xml.namespace.QName getResponseRelationshipType()
          Returns the response/reply relationship QName that is appropriate for this WSA version..
 boolean isW3C()
          Gets if the namespace is supported by the W3C specifications.
 boolean supportsMetadata()
          Gets if this addressing version supports MetaData.
 boolean supportsParameters()
          Gets if this addressing version supports Reference Parameters.
 boolean supportsProperties()
          Gets if this addressing version supports Reference Properties.
 

Method Detail

getAnonymousRoleURI

java.lang.String getAnonymousRoleURI()
Gets the URI to use for anonymous target declarations.

Returns:
The anonymous target URI

getFaultActionURI

java.lang.String getFaultActionURI()
Gets the fault wsa:Action URI that is appropriate for this WSA version.

Returns:
The fault Action URI

getNamespace

java.lang.String getNamespace()
Gets the namespace associated to this version.

Returns:
The namespace for SOAP addressing elements

getResponseRelationshipType

javax.xml.namespace.QName getResponseRelationshipType()
Returns the response/reply relationship QName that is appropriate for this WSA version..

Returns:
The response/reply QName

isW3C

boolean isW3C()
Gets if the namespace is supported by the W3C specifications.

Returns:
true if this version is compliant with the W3C specifications; false otherwise

supportsParameters

boolean supportsParameters()
Gets if this addressing version supports Reference Parameters.

Returns:
true if reference parameters are supported; false otherwise

supportsProperties

boolean supportsProperties()
Gets if this addressing version supports Reference Properties.

Returns:
true if reference properties are supported; false otherwise

supportsMetadata

boolean supportsMetadata()
Gets if this addressing version supports MetaData.

Returns:
true if MetaData is supported; false otherwise


Copyright © 2008-2009 Rodrigo Ruiz. All Rights Reserved.