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 Details

    • CalypsoExtensionService

      public CalypsoExtensionService()
  • Method Details

    • getInstance

      public static CalypsoExtensionService 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 of CalypsoCardApiFactory.
      Returns:
      A not null reference.
      Since:
      3.0.0
    • getReaderApiVersion

      public String getReaderApiVersion()
      Specified by:
      getReaderApiVersion in interface org.eclipse.keyple.core.common.KeypleCardExtension
      Since:
      2.0.0
    • getCardApiVersion

      public String getCardApiVersion()
      Specified by:
      getCardApiVersion in interface org.eclipse.keyple.core.common.KeypleCardExtension
      Since:
      2.0.0
    • getCommonApiVersion

      public String getCommonApiVersion()
      Specified by:
      getCommonApiVersion in interface org.eclipse.keyple.core.common.KeypleCardExtension
      Since:
      2.0.0