Package uicc.toolkit

Class EnvelopeResponseHandlerSystem


  • public final class EnvelopeResponseHandlerSystem
    extends java.lang.Object
    The EnvelopeResponseHandlerSystem class provides the means to retrieve an instance of an Object implementing the EnvelopeResponseHandler interface.
    See Also:
    EnvelopeResponseHandler
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static EnvelopeResponseHandler getTheHandler()
      Returns the single system instance of the EnvelopeResponseHandler class.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getTheHandler

        public static EnvelopeResponseHandler getTheHandler()
                                                     throws ToolkitException
        Returns the single system instance of the EnvelopeResponseHandler class. The Applet shall get the reference of the handler at its triggering, the beginning of the processToolkit method.
        Returns:
        reference of the temporary JCRE entry point object of the EnvelopeResponseHandler
        Throws:
        ToolkitException - with the following reason codes:
        • HANDLER_NOT_AVAILABLE if the handler is not available.