Package com.verisign.epp.serverstub
Class IdnMapDomainHandler
java.lang.Object
com.verisign.epp.framework.EPPDomainHandler
com.verisign.epp.serverstub.DomainHandler
com.verisign.epp.serverstub.IdnMapDomainHandler
- All Implemented Interfaces:
EPPEventHandler
The
IdnMapDomainHandler class extends DomainHandler
to include handling the IDN Map Extension.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EPPEventResponsedoDomainCreate(EPPEvent aEvent, Object aData) Override base handlerdoDomainCreatemethod and add handling of the IDN Map Extension.protected EPPEventResponsedoDomainInfo(EPPEvent aEvent, Object aData) Override base handlerdoDomainInfomethod and add handling of the IDN Map Extension.protected voidpreHandleEvent(EPPEvent aEvent, Object aData) Will ensure that the namestore extension is provided.Methods inherited from class com.verisign.epp.serverstub.DomainHandler
doDomainCheck, doDomainDelete, doDomainRenew, doDomainTransfer, doDomainUpdate, postHandleEventMethods inherited from class com.verisign.epp.framework.EPPDomainHandler
getNamespace, handleEvent
-
Constructor Details
-
IdnMapDomainHandler
public IdnMapDomainHandler()Constructs an instance of IdnMapDomainHandler
-
-
Method Details
-
preHandleEvent
Will ensure that the namestore extension is provided.- Overrides:
preHandleEventin classDomainHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisEPPDomainHandlerThis is assumed to be an instance of SessionData here.- Throws:
EPPHandleEventException- Thrown if an error condition occurs. It must contain anEPPEventResponse
-
doDomainInfo
Override base handlerdoDomainInfomethod and add handling of the IDN Map Extension.- Overrides:
doDomainInfoin classDomainHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisEPPDomaindHandler- Returns:
- EPPEventResponse The response that should be sent back to the client.
-
doDomainCreate
Override base handlerdoDomainCreatemethod and add handling of the IDN Map Extension.- Overrides:
doDomainCreatein classDomainHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisEPPDomaindHandler- Returns:
- EPPEventResponse The response that should be sent back to the client.
-