Package com.ibm.etill.cashier

Interface Summary
CashierExtension A class that implements this interface will be called to generate a value for any extension parameter in a profile which reference the class.
CashierTrace This interface should be implemented by classes which want to receive trace messages from the Cashier.
CommandConstants CommandConstants lists the commands which are allowed to be issued through the Cashier.
Queryable This interface can be implemented to provide an alternative means of accessing information from a database.
Class Summary
Cashier The cashier is a component that allows merchant software to fully utilize new cassettes without having to modify any code.
CheckPaymentResponse An instance of this class is returned on every call to the Cashier's CheckPayment() method.
SimpleCashierTrace SimpleCashierTrace provides a basic tracing facility for use by the cashier.
Exception Summary
CashierException Thrown by the Cashier to indicate a setup/configuration error.
ProfileException Thrown by the Cashier to indicate an error with a profile.

Feedback