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