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
Modifier and TypeMethodDescriptionvoidInitializes the business service object.voidreset()Resets the previously initialized business service object.
-
Method Details
-
initialize
Initializes the business service object.- Throws:
InternalComponentException
-
reset
void reset()Resets the previously initialized business service object.
-