Package it.dtt.ca.response

Defines responses that may be returned by the CAManager.performRequest() method.

See:
          Description

Interface Summary
ResponseListener The interface is used to receive a response to a specific request.
 

Class Summary
BuyResponseEvent This event notifies a successful response to a BuyRequest.
FailureResponseEvent Event generated in case of failure of a request/response process.
HistoryResponseEvent This class provides the required History in response to a HistoryRequest.
HistoryUpdateResponseEvent This event notifies that the submitted history has been successfully saved in the permanent storage (independently of the physical location of the permanent storage).
OfferedProductsResponseEvent This class is used to notify that a request for offered products has ended successfully, and to provide the list of such offered products.
ProductInfoResponseEvent This class is used to notify a successful response to a request for product status information.
RcRechargeResponse When a credit recharge via return channel has been successfully carried out an object of this class is returned and the credit that has been recharged can be retrieved.
ResponseEvent This event is used to notify a response to a specific request
SuccessResponseEvent Abstract class for all successful responses.
 

Package it.dtt.ca.response Description

Defines responses that may be returned by the CAManager.performRequest() method.