Interface RemoteUpdateService

    • Method Detail

      • update

        void update​(java.lang.String url,
                    java.lang.String sessionId,
                    RemoteNotificationListener notificationListener)
             throws CardServiceException
        Update the card by obtaining command APDUs from a remote administration server.
        Parameters:
        url - the url of the remote administration server
        sessionId - the session Id to be included as JSESSION cookie or null
        notificationListener - the listener receiving notifications from the server or null
        Throws:
        CardServiceException
      • cancel

        void cancel()
        Cancel pending request
      • setHttpURLConnectionFactory

        void setHttpURLConnectionFactory​(HttpURLConnectionFactory factory)
        Set an HttpURLConnectionFactory which creates preconfigured HttpURLConnections
        Parameters:
        factory -