Package org.eclipse.keyple.card.calypso
Class CalypsoExtensionService
java.lang.Object
org.eclipse.keyple.card.calypso.CalypsoExtensionService
- All Implemented Interfaces:
org.eclipse.keyple.core.common.KeypleCardExtension
public final class CalypsoExtensionService
extends Object
implements org.eclipse.keyple.core.common.KeypleCardExtension
Card extension dedicated to the management of Calypso cards.
- Since:
- 2.0.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.keypop.calypso.card.CalypsoCardApiFactory
Returns new instance ofCalypsoCardApiFactory
.static CalypsoExtensionService
Returns the service instance.
-
Constructor Details
-
CalypsoExtensionService
public CalypsoExtensionService()
-
-
Method Details
-
getInstance
Returns the service instance.- Returns:
- A not null reference.
- Since:
- 2.0.0
-
getCalypsoCardApiFactory
public org.eclipse.keypop.calypso.card.CalypsoCardApiFactory getCalypsoCardApiFactory()Returns new instance ofCalypsoCardApiFactory
.- Returns:
- A not null reference.
- Since:
- 3.0.0
-
getReaderApiVersion
- Specified by:
getReaderApiVersion
in interfaceorg.eclipse.keyple.core.common.KeypleCardExtension
- Since:
- 2.0.0
-
getCardApiVersion
- Specified by:
getCardApiVersion
in interfaceorg.eclipse.keyple.core.common.KeypleCardExtension
- Since:
- 2.0.0
-
getCommonApiVersion
- Specified by:
getCommonApiVersion
in interfaceorg.eclipse.keyple.core.common.KeypleCardExtension
- Since:
- 2.0.0
-