Package com.ibm.retail.saf.provider.kiosk

Provides client interfaces and implementations needed to satisfy basic kiosk access to the point-of-sale system.

See:
          Description

Interface Summary
KioskPOSProvider Accepts requests from a client application to process transactions on a point-of-sale system.
 

Class Summary
KioskPOSProviderFactory Provides an implementation of the factory pattern for KioskPOSProvider objects.
KioskPOSProviderImpl Provides an implementation of the KioskPOSProvider interface.
KioskPOSProviderImplTest JUnit test case.
KioskRequestFactory Provides an implementation of the POSRequestFactory API to produce instances of objects needed to create requests for the POS.
KioskSalesTransaction Provides an implementation of SalesTransaction for Kiosk applications.
 

Package com.ibm.retail.saf.provider.kiosk Description

Provides client interfaces and implementations needed to satisfy basic kiosk access to the point-of-sale system.

Kiosks typically provide a self-service interface to deliver product directly to a consumer. The functions required of the point-of-sale include:

The kiosk provider package defines this mode of access for the POSProvider hierarchy.