Class WsTransferConstants
java.lang.Object
org.somda.sdc.dpws.soap.wstransfer.WsTransferConstants
WS-Transfer constants.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringWS-Transfer namespace.static final StringDefines the preferred prefix for the WS-Transfer namespace.static final StringResource path to WS-TransferGet XML Schema.static final StringGet request action URI.static final StringGet response action URI. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
JAXB_CONTEXT_PACKAGE
- See Also:
-
SCHEMA_PATH
Resource path to WS-TransferGet XML Schema.- See Also:
-
NAMESPACE
WS-Transfer namespace.- See Also:
-
NAMESPACE_PREFIX
Defines the preferred prefix for the WS-Transfer namespace.- See Also:
-
WSA_ACTION_GET
Get request action URI.- See Also:
-
WSA_ACTION_GET_RESPONSE
Get response action URI.- See Also:
-
-
Constructor Details
-
WsTransferConstants
public WsTransferConstants()
-