Class WsTransferConstants
- java.lang.Object
-
- org.somda.sdc.dpws.soap.wstransfer.WsTransferConstants
-
public class WsTransferConstants extends Object
WS-Transfer constants.- See Also:
- WS-Transfer specification
-
-
Field Summary
Fields Modifier and Type Field Description static StringJAXB_CONTEXT_PACKAGEstatic StringNAMESPACEWS-Transfer namespace.static StringNAMESPACE_PREFIXDefines the preferred prefix for the WS-Transfer namespace.static StringSCHEMA_PATHResource path to WS-TransferGet XML Schema.static StringWSA_ACTION_GETGet request action URI.static StringWSA_ACTION_GET_RESPONSEGet response action URI.
-
Constructor Summary
Constructors Constructor Description WsTransferConstants()
-
-
-
Field Detail
-
JAXB_CONTEXT_PACKAGE
public static final String JAXB_CONTEXT_PACKAGE
- See Also:
- Constant Field Values
-
SCHEMA_PATH
public static final String SCHEMA_PATH
Resource path to WS-TransferGet XML Schema.- See Also:
- Constant Field Values
-
NAMESPACE
public static final String NAMESPACE
WS-Transfer namespace.- See Also:
- XML Namespaces, Constant Field Values
-
NAMESPACE_PREFIX
public static final String NAMESPACE_PREFIX
Defines the preferred prefix for the WS-Transfer namespace.- See Also:
- Constant Field Values
-
WSA_ACTION_GET
public static final String WSA_ACTION_GET
Get request action URI.- See Also:
- Get, Constant Field Values
-
WSA_ACTION_GET_RESPONSE
public static final String WSA_ACTION_GET_RESPONSE
Get response action URI.- See Also:
- Get, Constant Field Values
-
-