Package com.gemalto.mfs.mwsdk.sdkconfig
Interface BusinessService
-
- All Known Subinterfaces:
EnrollingBusinessService,PaymentBusinessService,ProvisioningBusinessService,VasProvisioningBusinessService,WalletSecureEnrollmentBusinessService
public interface BusinessServiceThis 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 voidinitialize()Initializes the business service object.voidreset()Resets the previously initialized business service object.
-
-
-
Method Detail
-
initialize
void initialize() throws InternalComponentExceptionInitializes the business service object.- Throws:
InternalComponentException
-
reset
void reset()
Resets the previously initialized business service object.
-
-