Package com.gemalto.mfs.mwsdk.sdkconfig
Interface BusinessService
-
- All Known Subinterfaces:
EnrollingBusinessService
,PaymentBusinessService
,ProvisioningBusinessService
,VasProvisioningBusinessService
,WalletSecureEnrollmentBusinessService
public interface BusinessService
This interface contains the BusinessService Methods used to initialize and reset the SDK with different Modules of the SDK namely: 1. DigitalizeCardManagerModule 2. PaymentServiceModule 3. ProvisioningServiceModule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
initialize()
Initializes the business service object.void
reset()
Resets the previously initialized business service object.
-
-
-
Method Detail
-
initialize
void initialize() throws InternalComponentException
Initializes the business service object.- Throws:
InternalComponentException
-
reset
void reset()
Resets the previously initialized business service object.
-
-