public class SignatureCheckWrapper extends java.lang.Object implements SignatureCheck
Constructor and Description |
---|
SignatureCheckWrapper(SignatureCheck newCheck) |
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Returns the response code of the check.
|
java.lang.String |
getMessage()
Returns the textual response message of the check (corresponding to the
code).
|
public SignatureCheckWrapper(SignatureCheck newCheck)
public int getCode()
SignatureCheck
getCode
in interface SignatureCheck
public java.lang.String getMessage()
SignatureCheck
getMessage
in interface SignatureCheck