Package uicc.toolkit
Class EnvelopeResponseHandlerSystem
- java.lang.Object
-
- uicc.toolkit.EnvelopeResponseHandlerSystem
-
public final class EnvelopeResponseHandlerSystem extends java.lang.ObjectTheEnvelopeResponseHandlerSystemclass provides the means to retrieve an instance of an Object implementing theEnvelopeResponseHandlerinterface.- See Also:
EnvelopeResponseHandler
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EnvelopeResponseHandlergetTheHandler()Returns the single system instance of theEnvelopeResponseHandlerclass.
-
-
-
Method Detail
-
getTheHandler
public static EnvelopeResponseHandler getTheHandler() throws ToolkitException
Returns the single system instance of theEnvelopeResponseHandlerclass. 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_AVAILABLEif the handler is not available.
-
-