public class IdnTableHandler extends EPPIdnTableHandler
IdnMapDomainHandler class extends DomainHandler
to include handling the IDN Map Extension.| Constructor and Description |
|---|
IdnTableHandler()
Constructs an instance of IdnMapDomainHandler
|
| Modifier and Type | Method and Description |
|---|---|
protected EPPEventResponse |
doIdnTableCheck(EPPEvent aEvent,
java.lang.Object aData)
Override base handler
doIdnTableCheck method and add
handling of the IDN Table Info Command. |
protected EPPEventResponse |
doIdnTableInfo(EPPEvent aEvent,
java.lang.Object aData)
Override base handler
doIdnTableInfo method and add handling
of the IDN Table Info Command. |
protected void |
preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Do any pre-handling of commands.
|
getNamespace, handleEvent, postHandleEventpublic IdnTableHandler()
protected void preHandleEvent(EPPEvent aEvent, java.lang.Object aData) throws EPPHandleEventException
preHandleEvent in class EPPIdnTableHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
IdnTableHandler This is assumed to be an instance
of SessionData here.EPPHandleEventException - Thrown if an error condition occurs. It must contain an
EPPEventResponseprotected EPPEventResponse doIdnTableCheck(EPPEvent aEvent, java.lang.Object aData)
doIdnTableCheck method and add
handling of the IDN Table Info Command.doIdnTableCheck in class EPPIdnTableHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
IdnTableHandlerprotected EPPEventResponse doIdnTableInfo(EPPEvent aEvent, java.lang.Object aData)
doIdnTableInfo method and add handling
of the IDN Table Info Command.doIdnTableInfo in class EPPIdnTableHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
IdnTableHandlerCopyright © VeriSign Inc. All Rights Reserved.