Package org.apache.cxf.ws.addressing
Class AddressingConstants
- java.lang.Object
- 
- org.apache.cxf.ws.addressing.AddressingConstants
 
- 
 public class AddressingConstants extends Object Encapsulation of version-specific WS-Addressing constants.
- 
- 
Constructor SummaryConstructors Constructor Description AddressingConstants()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
getNamespaceURIpublic String getNamespaceURI() - Returns:
- namespace defined by the normative WS-Addressing Core schema
 
 - 
getWSDLNamespaceURIpublic String getWSDLNamespaceURI() - Returns:
- namespace defined by the normative WS-Addressing WSDL bindings schema
 
 - 
getWSDLExtensibilityQNamepublic QName getWSDLExtensibilityQName() - Returns:
- QName of the WSDL extensiblity element
 
 - 
getWSDLActionQNamepublic QName getWSDLActionQName() - Returns:
- QName of the wsaw:Action element
 
 - 
getAnonymousURIpublic String getAnonymousURI() - Returns:
- Anonymous address URI
 
 - 
getNoneURIpublic String getNoneURI() - Returns:
- None address URI
 
 - 
getFromQNamepublic QName getFromQName() - Returns:
- QName of the From addressing header
 
 - 
getToQNamepublic QName getToQName() - Returns:
- QName of the To addressing header
 
 - 
getReplyToQNamepublic QName getReplyToQName() - Returns:
- QName of the ReplyTo addressing header
 
 - 
getFaultToQNamepublic QName getFaultToQName() - Returns:
- QName of the FaultTo addressing header
 
 - 
getActionQNamepublic QName getActionQName() - Returns:
- QName of the Action addressing header
 
 - 
getMessageIDQNamepublic QName getMessageIDQName() - Returns:
- QName of the MessageID addressing header
 
 - 
getRelationshipReplypublic String getRelationshipReply() - Returns:
- Default value for RelationshipType indicating a reply to the related message
 
 - 
getRelatesToQNamepublic QName getRelatesToQName() - Returns:
- QName of the RelatesTo addressing header
 
 - 
getRelationshipTypeQNamepublic QName getRelationshipTypeQName() - Returns:
- QName of the Relationship addressing header
 
 - 
getMetadataQNamepublic QName getMetadataQName() - Returns:
- QName of the Metadata
 
 - 
getAddressQNamepublic QName getAddressQName() - Returns:
- QName of the Address
 
 - 
getIsReferenceParameterQNamepublic QName getIsReferenceParameterQName() - Returns:
- QName of the reference parameter marker
 
 - 
getInvalidMapQNamepublic QName getInvalidMapQName() - Returns:
- QName of the Invalid Message Addressing Property fault subcode
 
 - 
getMapRequiredQNamepublic QName getMapRequiredQName() - Returns:
- QName of the Message Addressing Property Required fault subcode
 
 - 
getDestinationUnreachableQNamepublic QName getDestinationUnreachableQName() - Returns:
- QName of the Destination Unreachable fault subcode
 
 - 
getActionNotSupportedQNamepublic QName getActionNotSupportedQName() - Returns:
- QName of the Action Not Supported fault subcode
 
 - 
getEndpointUnavailableQNamepublic QName getEndpointUnavailableQName() - Returns:
- QName of the Endpoint Unavailable fault subcode
 
 - 
getDefaultFaultActionpublic String getDefaultFaultAction() - Returns:
- Default Fault Action
 
 - 
getActionNotSupportedTextpublic String getActionNotSupportedText() - Returns:
- Action Not Supported text
 
 - 
getDestinationUnreachableTextpublic String getDestinationUnreachableText() - Returns:
- Destination Unreachable text
 
 - 
getEndpointUnavailableTextpublic String getEndpointUnavailableText() - Returns:
- Endpoint Unavailable text
 
 - 
getInvalidMapTextpublic String getInvalidMapText() - Returns:
- Invalid Message Addressing Property text
 
 - 
getMapRequiredTextpublic String getMapRequiredText() - Returns:
- Message Addressing Property Required text
 
 - 
getDuplicateMessageIDTextpublic String getDuplicateMessageIDText() - Returns:
- Duplicate Message ID text
 
 
- 
 
-