public final class SignResponse extends CwsResponse
When the Sign request was invoked, the CWS will return an Object of this type. The Object returns the newly generated Signature, base64 encoded so it can be safely stored.
Please see CwsResponse
for information about the result of the
processing.
Constructor and Description |
---|
SignResponse()
Empty Constructor, to use if the setters are invoked.
|
SignResponse(ReturnCode returnCode,
String returnMessage)
Error Constructor, used if an error occurred, and the request could not
complete successfully.
|
Modifier and Type | Method and Description |
---|---|
String |
getSignature() |
void |
setSignature(String signature) |
getReturnCode, getReturnMessage, isOk, setReturnCode, setReturnMessage
public SignResponse()
public SignResponse(ReturnCode returnCode, String returnMessage)
returnCode
- The CWS Return CodereturnMessage
- The CWS Return MessageCopyright © 2019 JavaDog.io. All rights reserved.