org.apache.cxf.ws.addressing
Class AddressingConstantsImpl
java.lang.Object
org.apache.cxf.ws.addressing.AddressingConstantsImpl
- All Implemented Interfaces:
- AddressingConstants
public class AddressingConstantsImpl
- extends java.lang.Object
- implements AddressingConstants
Encapsulation of version-specific WS-Addressing constants.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddressingConstantsImpl
public AddressingConstantsImpl()
getNamespaceURI
public java.lang.String getNamespaceURI()
- Specified by:
getNamespaceURI
in interface AddressingConstants
- Returns:
- namespace defined by the normative WS-Addressing Core schema
getWSDLNamespaceURI
public java.lang.String getWSDLNamespaceURI()
- Specified by:
getWSDLNamespaceURI
in interface AddressingConstants
- Returns:
- namespace defined by the normative WS-Addressing WSDL bindings
schema
getWSDLExtensibilityQName
public javax.xml.namespace.QName getWSDLExtensibilityQName()
- Specified by:
getWSDLExtensibilityQName
in interface AddressingConstants
- Returns:
- QName of the WSDL extensiblity element
getWSDLActionQName
public javax.xml.namespace.QName getWSDLActionQName()
- Specified by:
getWSDLActionQName
in interface AddressingConstants
- Returns:
- QName of the wsaw:Action element
getAnonymousURI
public java.lang.String getAnonymousURI()
- Specified by:
getAnonymousURI
in interface AddressingConstants
- Returns:
- Anonymous address URI
getNoneURI
public java.lang.String getNoneURI()
- Specified by:
getNoneURI
in interface AddressingConstants
- Returns:
- None address URI
getFromQName
public javax.xml.namespace.QName getFromQName()
- Specified by:
getFromQName
in interface AddressingConstants
- Returns:
- QName of the From addressing header
getToQName
public javax.xml.namespace.QName getToQName()
- Specified by:
getToQName
in interface AddressingConstants
- Returns:
- QName of the To addressing header
getReplyToQName
public javax.xml.namespace.QName getReplyToQName()
- Specified by:
getReplyToQName
in interface AddressingConstants
- Returns:
- QName of the ReplyTo addressing header
getFaultToQName
public javax.xml.namespace.QName getFaultToQName()
- Specified by:
getFaultToQName
in interface AddressingConstants
- Returns:
- QName of the FaultTo addressing header
getActionQName
public javax.xml.namespace.QName getActionQName()
- Specified by:
getActionQName
in interface AddressingConstants
- Returns:
- QName of the Action addressing header
getMessageIDQName
public javax.xml.namespace.QName getMessageIDQName()
- Specified by:
getMessageIDQName
in interface AddressingConstants
- Returns:
- QName of the MessageID addressing header
getRelationshipReply
public java.lang.String getRelationshipReply()
- Specified by:
getRelationshipReply
in interface AddressingConstants
- Returns:
- Default value for RelationshipType indicating a reply
to the related message
getRelatesToQName
public javax.xml.namespace.QName getRelatesToQName()
- Specified by:
getRelatesToQName
in interface AddressingConstants
- Returns:
- QName of the RelatesTo addressing header
getRelationshipTypeQName
public javax.xml.namespace.QName getRelationshipTypeQName()
- Specified by:
getRelationshipTypeQName
in interface AddressingConstants
- Returns:
- QName of the Relationship addressing header
getMetadataQName
public javax.xml.namespace.QName getMetadataQName()
- Specified by:
getMetadataQName
in interface AddressingConstants
- Returns:
- QName of the Metadata
getAddressQName
public javax.xml.namespace.QName getAddressQName()
- Specified by:
getAddressQName
in interface AddressingConstants
- Returns:
- QName of the Address
getPackageName
public java.lang.String getPackageName()
- Specified by:
getPackageName
in interface AddressingConstants
- Returns:
- package name of the implementation
getIsReferenceParameterQName
public javax.xml.namespace.QName getIsReferenceParameterQName()
- Specified by:
getIsReferenceParameterQName
in interface AddressingConstants
- Returns:
- QName of the reference parameter marker
getInvalidMapQName
public javax.xml.namespace.QName getInvalidMapQName()
- Specified by:
getInvalidMapQName
in interface AddressingConstants
- Returns:
- QName of the Invalid Message Addressing Property fault subcode
getMapRequiredQName
public javax.xml.namespace.QName getMapRequiredQName()
- Specified by:
getMapRequiredQName
in interface AddressingConstants
- Returns:
- QName of the Message Addressing Property Required fault subcode
getDestinationUnreachableQName
public javax.xml.namespace.QName getDestinationUnreachableQName()
- Specified by:
getDestinationUnreachableQName
in interface AddressingConstants
- Returns:
- QName of the Destination Unreachable fault subcode
getActionNotSupportedQName
public javax.xml.namespace.QName getActionNotSupportedQName()
- Specified by:
getActionNotSupportedQName
in interface AddressingConstants
- Returns:
- QName of the Action Not Supported fault subcode
getEndpointUnavailableQName
public javax.xml.namespace.QName getEndpointUnavailableQName()
- Specified by:
getEndpointUnavailableQName
in interface AddressingConstants
- Returns:
- QName of the Endpoint Unavailable fault subcode
getDefaultFaultAction
public java.lang.String getDefaultFaultAction()
- Specified by:
getDefaultFaultAction
in interface AddressingConstants
- Returns:
- Default Fault Action
getActionNotSupportedText
public java.lang.String getActionNotSupportedText()
- Specified by:
getActionNotSupportedText
in interface AddressingConstants
- Returns:
- Action Not Supported text
getDestinationUnreachableText
public java.lang.String getDestinationUnreachableText()
- Specified by:
getDestinationUnreachableText
in interface AddressingConstants
- Returns:
- Destination Unreachable text
getEndpointUnavailableText
public java.lang.String getEndpointUnavailableText()
- Specified by:
getEndpointUnavailableText
in interface AddressingConstants
- Returns:
- Endpoint Unavailable text
getInvalidMapText
public java.lang.String getInvalidMapText()
- Specified by:
getInvalidMapText
in interface AddressingConstants
- Returns:
- Invalid Message Addressing Property text
getMapRequiredText
public java.lang.String getMapRequiredText()
- Specified by:
getMapRequiredText
in interface AddressingConstants
- Returns:
- Message Addressing Property Required text
getDuplicateMessageIDText
public java.lang.String getDuplicateMessageIDText()
- Specified by:
getDuplicateMessageIDText
in interface AddressingConstants
- Returns:
- Duplicate Message ID text
Apache CXF