Package com.verisign.epp.serverstub
Class IdnTableHandler
- java.lang.Object
-
- com.verisign.epp.framework.EPPIdnTableHandler
-
- com.verisign.epp.serverstub.IdnTableHandler
-
- All Implemented Interfaces:
EPPEventHandler
public class IdnTableHandler extends EPPIdnTableHandler
TheIdnMapDomainHandlerclass extendsDomainHandlerto include handling the IDN Map Extension.
-
-
Constructor Summary
Constructors Constructor Description IdnTableHandler()Constructs an instance of IdnMapDomainHandler
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EPPEventResponsedoIdnTableCheck(EPPEvent aEvent, java.lang.Object aData)Override base handlerdoIdnTableCheckmethod and add handling of the IDN Table Info Command.protected EPPEventResponsedoIdnTableInfo(EPPEvent aEvent, java.lang.Object aData)Override base handlerdoIdnTableInfomethod and add handling of the IDN Table Info Command.protected voidpreHandleEvent(EPPEvent aEvent, java.lang.Object aData)Do any pre-handling of commands.-
Methods inherited from class com.verisign.epp.framework.EPPIdnTableHandler
getNamespace, handleEvent, postHandleEvent
-
-
-
-
Method Detail
-
preHandleEvent
protected void preHandleEvent(EPPEvent aEvent, java.lang.Object aData) throws EPPHandleEventException
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
protected EPPEventResponse doIdnTableCheck(EPPEvent aEvent, java.lang.Object aData)
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
protected EPPEventResponse doIdnTableInfo(EPPEvent aEvent, java.lang.Object aData)
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.
-
-