Class WsAddressingConstants
java.lang.Object
org.somda.sdc.dpws.soap.wsaddressing.WsAddressingConstants
WS-Addressing constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNameWS-Addressing wsa:Action header element.static final QNameActionNotSupported fault QName.static final StringWS-Addressing anonymous wsa:To/wsa:ReplyTo endpoint address.static final StringWS-Addressing wsa:Action for faults.static final QNameIsReferenceParameter attribute.static final StringPackage that includes all JAXB generated WS-Addressing objects.static final QNameMessageAddressingHeaderRequired fault QName.static final QNameWS-Addressing wsa:MessageID header element.static final StringWS-Addressing 1.0 namespace.static final StringDefines the preferred prefix for the WS-Addressing 1.0 namespace.static final QNameQName of the WS-Addressing Action element.static final QNameWS-Addressing wsa:ReferenceParameters header element.static final QNameWS-Addressing wsa:ReplyTo header element.static final StringResource path to WS-Addressing XML Schema.static final QNameWS-Addressing wsa:To header element.static final StringPredefined URI for the relationship property in WSAdressing, when messageId is missing. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
JAXB_CONTEXT_PACKAGE
Package that includes all JAXB generated WS-Addressing objects.- See Also:
-
SCHEMA_PATH
Resource path to WS-Addressing XML Schema.- See Also:
-
NAMESPACE
WS-Addressing 1.0 namespace.- See Also:
-
NAMESPACE_PREFIX
Defines the preferred prefix for the WS-Addressing 1.0 namespace.- See Also:
-
ACTION
WS-Addressing wsa:Action header element.- See Also:
-
MESSAGE_ID
WS-Addressing wsa:MessageID header element.- See Also:
-
RELATES_TO
WS-Addressing wsa:ReplyTo header element.- See Also:
-
TO
WS-Addressing wsa:To header element.- See Also:
-
REFERENCE_PARAMETERS
WS-Addressing wsa:ReferenceParameters header element.- See Also:
-
ACTION_NOT_SUPPORTED
ActionNotSupported fault QName.- See Also:
-
MESSAGE_ADDRESSING_HEADER_REQUIRED
MessageAddressingHeaderRequired fault QName.- See Also:
-
FAULT_ACTION
WS-Addressing wsa:Action for faults.- See Also:
-
ANONYMOUS
WS-Addressing anonymous wsa:To/wsa:ReplyTo endpoint address. -
IS_REFERENCE_PARAMETER
IsReferenceParameter attribute.- See Also:
-
QNAME_ACTION
QName of the WS-Addressing Action element. -
UNSPECIFIED_MESSAGE
Predefined URI for the relationship property in WSAdressing, when messageId is missing.
-
-
Constructor Details
-
WsAddressingConstants
public WsAddressingConstants()
-