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