Package com.verisign.epp.serverstub
Class IdnTableHandler
java.lang.Object
com.verisign.epp.framework.EPPIdnTableHandler
com.verisign.epp.serverstub.IdnTableHandler
- All Implemented Interfaces:
EPPEventHandler
The
IdnMapDomainHandler class extends DomainHandler
to include handling the IDN Map Extension.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EPPEventResponsedoIdnTableCheck(EPPEvent aEvent, Object aData) Override base handlerdoIdnTableCheckmethod and add handling of the IDN Table Info Command.protected EPPEventResponsedoIdnTableInfo(EPPEvent aEvent, Object aData) Override base handlerdoIdnTableInfomethod and add handling of the IDN Table Info Command.protected voidpreHandleEvent(EPPEvent aEvent, Object aData) Do any pre-handling of commands.Methods inherited from class com.verisign.epp.framework.EPPIdnTableHandler
getNamespace, handleEvent, postHandleEvent
-
Constructor Details
-
IdnTableHandler
public IdnTableHandler()Constructs an instance of IdnMapDomainHandler
-
-
Method Details
-
preHandleEvent
Do any pre-handling of commands.- Overrides:
preHandleEventin classEPPIdnTableHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisIdnTableHandlerThis is assumed to be an instance of SessionData here.- Throws:
EPPHandleEventException- Thrown if an error condition occurs. It must contain anEPPEventResponse
-
doIdnTableCheck
Override base handlerdoIdnTableCheckmethod and add handling of the IDN Table Info Command.- Specified by:
doIdnTableCheckin classEPPIdnTableHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisIdnTableHandler- Returns:
- EPPEventResponse The response that should be sent back to the client.
-
doIdnTableInfo
Override base handlerdoIdnTableInfomethod and add handling of the IDN Table Info Command.- Specified by:
doIdnTableInfoin classEPPIdnTableHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisIdnTableHandler- Returns:
- EPPEventResponse The response that should be sent back to the client.
-