Package uicc.toolkit
Class EnvelopeResponseHandlerSystem
java.lang.Object
uicc.toolkit.EnvelopeResponseHandlerSystem
The
EnvelopeResponseHandlerSystem class provides the means to retrieve an instance of
an Object implementing the EnvelopeResponseHandler interface.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic EnvelopeResponseHandlerReturns the single system instance of theEnvelopeResponseHandlerclass.
-
Method Details
-
getTheHandler
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.
-