public final class USATEnvelopeHandlerSystem
extends java.lang.Object
USATEnvelopeHandlerSystem
class provides the means to retrieve an instance of
an Object implementing the USATEnvelopeHandler
interface.USATEnvelopeHandler
Modifier and Type | Method and Description |
---|---|
static USATEnvelopeHandler |
getTheHandler()
Returns the single system instance of the
USATEnvelopeHandler class. |
public static USATEnvelopeHandler getTheHandler() throws uicc.toolkit.ToolkitException
USATEnvelopeHandler
class.
The applet shall get the reference of the handler at its triggering, the beginning of
the processToolkit method.USATEnvelopeHandler
ToolkitException
- with the following reason codes: HANDLER_NOT_AVAILABLE
if the handler is busy.