Removed Methods |
boolean checkRequestValidity()
|
This is a utility method to check if all parameters are set before performing
the request; so it's possible to not have errors in the initialization of the
request that could then lead to a failure in the response
This should check also fields (ie if a credit card is used the number should be 16 chars
long)
|
void setDefaultParameters()
|
Sets the default parameter for the connection; how they are stored
is implementation dependent (for example saved in flash using
a dedicated menu page. |
void setRcParameter(int, String)
|
Used to set a parameter of the connection. |
void setTransactionData(Object[] )
|
Used to set data used for end up transaction, such as a scratch card number or
credit card related data; types and number of fields will be defined for each kind
of used transaction mode. |