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