javax.xml.ws.addressing
Interface AddressingConstants


public interface AddressingConstants

This definition of constants pertaining to a specific version of WS-Addressing.

A new instance of AddressingConstants is created as:

 AddressingBuilder.newInstance().newAddressingConstants();

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

Method Summary
 java.lang.String getActionNotSupportedText()
          The descriptive text for the fault with Action Not Supported fault subcode.
 javax.xml.namespace.QName getActioNotSupportedQName()
          The QName of the Action Not Supported fault subcode.
 javax.xml.namespace.QName getActionQName()
          The QName of the Action addressing header.
 javax.xml.namespace.QName getAddressQName()
          The QName of the Address in EndpointReference.
 java.lang.String getAnonymousURI()
          The value of "anonymous" URI.
 java.lang.String getDefaultFaultAction()
          The default fault Action.
 javax.xml.namespace.QName getDestinationUnreachableQName()
          The QName of the Destination Unreachable fault subcode.
 java.lang.String getDestinationUnreachableText()
          The descriptive text for the fault with Destination Unreachable fault subcode.
 javax.xml.namespace.QName getEndpointUnavailableQName()
          The QName of the Endpoint Unavailable fault subcode.
 java.lang.String getEndpointUnavailableText()
          The descriptive text for the fault with Endpoint Unavailable fault subcode.
 javax.xml.namespace.QName getFaultDetailQName()
          The QName of the fault detail element.
 javax.xml.namespace.QName getFaultToQName()
          The QName of the FaultTo addressing header.
 javax.xml.namespace.QName getFromQName()
          The QName of the From addressing header.
 javax.xml.namespace.QName getInvalidMapQName()
          The QName of the Invalid Message Addressing Property fault subcode.
 java.lang.String getInvalidMapText()
          The descriptive text for the fault with Invalid Message Addressing Property fault subcode.
 javax.xml.namespace.QName getIsReferenceParameterQName()
          The QName of the reference parameter marker
 javax.xml.namespace.QName getMapRequiredQName()
          The QName of the Message Addressing Property Required fault subcode.
 java.lang.String getMapRequiredText()
          The descriptive text for the fault with Message Addressing Property Required fault subcode.
 javax.xml.namespace.QName getMessageIDQName()
          The QName of the MessageID addressing header.
 javax.xml.namespace.QName getMetadataQName()
          The QName of the Metadata in EndpointReference.
 java.lang.String getNamespacePrefix()
          The Prefix associated with the WS-Addressing namespace.
 java.lang.String getNamespaceURI()
          The namespace identifier defined by the WS-Addressing Core schema.
 java.lang.String getNoneURI()
          The value of "none" URI.
 java.lang.String getPackageName()
          The package name of the implementation.
 javax.xml.namespace.QName getRelatesToQName()
          The QName of the RelatesTo addressing header.
 java.lang.String getRelationshipReplyName()
          The value of the RelationshipType attribute indicating a reply to the related message.
 javax.xml.namespace.QName getRelationshipTypeQName()
          The QName of the Relationship attribute.
 javax.xml.namespace.QName getReplyToQName()
          The QName of the ReplyTo addressing header.
 javax.xml.namespace.QName getToQName()
          The QName of the To addressing header.
 javax.xml.namespace.QName getWSDLActionQName()
          The QName of the wsaw:Action element.
 javax.xml.namespace.QName getWSDLExtensibilityQName()
          The QName of the WSDL extensiblity element.
 java.lang.String getWSDLNamespacePrefix()
          The prefix associated with the WS-Addressing WSDL Binding schema.
 java.lang.String getWSDLNamespaceURI()
          The namespace identifier defined by the WS-Addressing WSDL Binding schema.
 

Method Detail

getNamespaceURI

java.lang.String getNamespaceURI()
The namespace identifier defined by the WS-Addressing Core schema.


getNamespacePrefix

java.lang.String getNamespacePrefix()
The Prefix associated with the WS-Addressing namespace.


getWSDLNamespaceURI

java.lang.String getWSDLNamespaceURI()
The namespace identifier defined by the WS-Addressing WSDL Binding schema.


getWSDLNamespacePrefix

java.lang.String getWSDLNamespacePrefix()
The prefix associated with the WS-Addressing WSDL Binding schema.


getWSDLExtensibilityQName

javax.xml.namespace.QName getWSDLExtensibilityQName()
The QName of the WSDL extensiblity element.


getWSDLActionQName

javax.xml.namespace.QName getWSDLActionQName()
The QName of the wsaw:Action element.


getAnonymousURI

java.lang.String getAnonymousURI()
The value of "anonymous" URI.


getNoneURI

java.lang.String getNoneURI()
The value of "none" URI.


getFromQName

javax.xml.namespace.QName getFromQName()
The QName of the From addressing header.


getToQName

javax.xml.namespace.QName getToQName()
The QName of the To addressing header.


getReplyToQName

javax.xml.namespace.QName getReplyToQName()
The QName of the ReplyTo addressing header.


getFaultToQName

javax.xml.namespace.QName getFaultToQName()
The QName of the FaultTo addressing header.


getActionQName

javax.xml.namespace.QName getActionQName()
The QName of the Action addressing header.


getMessageIDQName

javax.xml.namespace.QName getMessageIDQName()
The QName of the MessageID addressing header.


getRelatesToQName

javax.xml.namespace.QName getRelatesToQName()
The QName of the RelatesTo addressing header.


getRelationshipTypeQName

javax.xml.namespace.QName getRelationshipTypeQName()
The QName of the Relationship attribute.


getRelationshipReplyName

java.lang.String getRelationshipReplyName()
The value of the RelationshipType attribute indicating a reply to the related message.


getMetadataQName

javax.xml.namespace.QName getMetadataQName()
The QName of the Metadata in EndpointReference.


getAddressQName

javax.xml.namespace.QName getAddressQName()
The QName of the Address in EndpointReference.


getPackageName

java.lang.String getPackageName()
The package name of the implementation.


getIsReferenceParameterQName

javax.xml.namespace.QName getIsReferenceParameterQName()
The QName of the reference parameter marker


getInvalidMapQName

javax.xml.namespace.QName getInvalidMapQName()
The QName of the Invalid Message Addressing Property fault subcode.


getMapRequiredQName

javax.xml.namespace.QName getMapRequiredQName()
The QName of the Message Addressing Property Required fault subcode.


getDestinationUnreachableQName

javax.xml.namespace.QName getDestinationUnreachableQName()
The QName of the Destination Unreachable fault subcode.


getActioNotSupportedQName

javax.xml.namespace.QName getActioNotSupportedQName()
The QName of the Action Not Supported fault subcode.


getEndpointUnavailableQName

javax.xml.namespace.QName getEndpointUnavailableQName()
The QName of the Endpoint Unavailable fault subcode.


getDefaultFaultAction

java.lang.String getDefaultFaultAction()
The default fault Action.


getActionNotSupportedText

java.lang.String getActionNotSupportedText()
The descriptive text for the fault with Action Not Supported fault subcode.

Returns:
the descriptive text

getDestinationUnreachableText

java.lang.String getDestinationUnreachableText()
The descriptive text for the fault with Destination Unreachable fault subcode.

Returns:
the descriptive text

getEndpointUnavailableText

java.lang.String getEndpointUnavailableText()
The descriptive text for the fault with Endpoint Unavailable fault subcode.

Returns:
the descriptive text

getInvalidMapText

java.lang.String getInvalidMapText()
The descriptive text for the fault with Invalid Message Addressing Property fault subcode.

Returns:
the descriptive text

getMapRequiredText

java.lang.String getMapRequiredText()
The descriptive text for the fault with Message Addressing Property Required fault subcode.

Returns:
the descriptive text

getFaultDetailQName

javax.xml.namespace.QName getFaultDetailQName()
The QName of the fault detail element.

Returns:
QName of the fault detail


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