javax.xml.ws.addressing
Interface AddressingConstants


public interface AddressingConstants

Encapsulation for version-specific WS-Addressing constants.


Method Summary
 java.lang.String getActionNotSupportedText()
           
 QName getActioNotSupportedQName()
          QName of the Action Not Supported fault subcode.
 QName getActionQName()
          QName of the Action addressing header.
 QName getAddressQName()
          QName of the Address.
 java.lang.String getAnonymousURI()
          Anonymous URI
 java.lang.String getDefaultFaultAction()
          Default Fault Action (post-ED1)
 QName getDestinationUnreachableQName()
          QName of the Destination Unreachable fault subcode.
 java.lang.String getDestinationUnreachableText()
           
 QName getEndpointUnavailableQName()
          QName of the Endpoint Unavailable fault subcode.
 java.lang.String getEndpointUnavailableText()
           
 QName getFaultToQName()
          QName of the FaultTo addressing header.
 QName getFromQName()
          QName of the From addressing header.
 QName getInvalidMapQName()
          QName of the Invalid Message Addressing Property fault subcode.
 java.lang.String getInvalidMapText()
           
 java.lang.String getIsReferenceParameterName()
          Package name of the implementation
 QName getMapRequiredQName()
          QName of the Message Addressing Property Required fault subcode.
 java.lang.String getMapRequiredText()
           
 QName getMessageIDQName()
          QName of the MessageID addressing header.
 QName getMetadataQName()
          QName of the Metadata.
 java.lang.String getNamespacePrefix()
          Prefix associated with the WS-Addressing namespace.
 java.lang.String getNamespaceURI()
          Name of namespace defined by the normative WS-Addressing Core schema.
 java.lang.String getNoneURI()
          None URI
 java.lang.String getPackageName()
          Package name of the implementation
 QName getRelatesToQName()
          QName of the RelatesTo addressing header.
 java.lang.String getRelationshipReplyQName()
          Default value for RelationshipType indicating a reply to the related message.
 QName getRelationshipTypeQName()
          QName of the Relationship addressing header.
 QName getReplyToQName()
          QName of the ReplyTo addressing header.
 QName getToQName()
          QName of the To addressing header.
 QName getWSDLActionQName()
          QName of the wsaw:Action element
 QName getWSDLExtensibilityQName()
          QName of the WSDL extensiblity element
 java.lang.String getWSDLNamespacePrefix()
          Prefix associated with the WS-Addressing WSDL bindings schema.
 java.lang.String getWSDLNamespaceURI()
          Name of namespace defined by the normative WS-Addressing WSDL bindings schema.
 

Method Detail

getNamespaceURI

java.lang.String getNamespaceURI()
Name of namespace defined by the normative WS-Addressing Core schema.


getNamespacePrefix

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


getWSDLNamespaceURI

java.lang.String getWSDLNamespaceURI()
Name of namespace defined by the normative WS-Addressing WSDL bindings schema.


getWSDLNamespacePrefix

java.lang.String getWSDLNamespacePrefix()
Prefix associated with the WS-Addressing WSDL bindings schema.


getWSDLExtensibilityQName

QName getWSDLExtensibilityQName()
QName of the WSDL extensiblity element


getWSDLActionQName

QName getWSDLActionQName()
QName of the wsaw:Action element


getAnonymousURI

java.lang.String getAnonymousURI()
Anonymous URI


getNoneURI

java.lang.String getNoneURI()
None URI


getFromQName

QName getFromQName()
QName of the From addressing header.


getToQName

QName getToQName()
QName of the To addressing header.


getReplyToQName

QName getReplyToQName()
QName of the ReplyTo addressing header.


getFaultToQName

QName getFaultToQName()
QName of the FaultTo addressing header.


getActionQName

QName getActionQName()
QName of the Action addressing header.


getMessageIDQName

QName getMessageIDQName()
QName of the MessageID addressing header.


getRelationshipReplyQName

java.lang.String getRelationshipReplyQName()
Default value for RelationshipType indicating a reply to the related message.


getRelatesToQName

QName getRelatesToQName()
QName of the RelatesTo addressing header.


getRelationshipTypeQName

QName getRelationshipTypeQName()
QName of the Relationship addressing header.


getMetadataQName

QName getMetadataQName()
QName of the Metadata.


getAddressQName

QName getAddressQName()
QName of the Address.


getPackageName

java.lang.String getPackageName()
Package name of the implementation


getIsReferenceParameterName

java.lang.String getIsReferenceParameterName()
Package name of the implementation


getInvalidMapQName

QName getInvalidMapQName()
QName of the Invalid Message Addressing Property fault subcode.


getMapRequiredQName

QName getMapRequiredQName()
QName of the Message Addressing Property Required fault subcode.


getDestinationUnreachableQName

QName getDestinationUnreachableQName()
QName of the Destination Unreachable fault subcode.


getActioNotSupportedQName

QName getActioNotSupportedQName()
QName of the Action Not Supported fault subcode.


getEndpointUnavailableQName

QName getEndpointUnavailableQName()
QName of the Endpoint Unavailable fault subcode.


getDefaultFaultAction

java.lang.String getDefaultFaultAction()
Default Fault Action (post-ED1)


getActionNotSupportedText

java.lang.String getActionNotSupportedText()

getDestinationUnreachableText

java.lang.String getDestinationUnreachableText()

getEndpointUnavailableText

java.lang.String getEndpointUnavailableText()

getInvalidMapText

java.lang.String getInvalidMapText()

getMapRequiredText

java.lang.String getMapRequiredText()