public class GatewayRequest extends java.lang.Object implements GatewayReturnCodes
astrGateway_Rc, ERROR_BASE, ERROR_CONNECTION_FAILED, ERROR_EXIT_RETRY_INVALID, ERROR_GATEWAY_BACK_LEVEL, ERROR_GATEWAY_CLOSED, ERROR_GATEWAY_EXCEPTION, ERROR_INVALID_REQUEST_TYPE, ERROR_NOT_AUTHORIZED, ERROR_NOT_SUPPORTED, ERROR_REPLY_MISMATCH, ERROR_UNKNOWN_REQUEST_TYPE, ERROR_WORK_WAS_REFUSED, ERROR_XA_SUPPORT_NOT_ENABLED, strINVALID_GATEWAY_RC
Modifier and Type | Method and Description |
---|---|
int |
getGatewayRc()
Gets the gateway return code set in this object.
|
java.lang.String |
getGatewayRcString()
Gets the Gateway return code set in this object and returns it
as a String.
|
public int getGatewayRc()
public java.lang.String getGatewayRcString()
The String returned is the name of the appropriate Java constant e.g. if the iGateway_Rc is ERROR_CONNECTION_FAILED, then the String returned will be "ERROR_CONNECTION_FAILED". If the iGateway_Rc is unknown then the String returned will be "ERROR_UNKNOWN_GATEWAY_RC".