Package com.verisign.epp.serverstub
Class WhoisDomainHandler
java.lang.Object
com.verisign.epp.framework.EPPDomainHandler
com.verisign.epp.serverstub.DomainHandler
com.verisign.epp.serverstub.WhoisDomainHandler
- All Implemented Interfaces:
EPPEventHandler
Extension to the standard
DomainHandler that looks for the
EPPWhoisInf command extension with the info command and adds the
EPPWhoisInfData extension to the response.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EPPEventResponsedoDomainInfo(EPPEvent aEvent, Object aData) Invoked when a Domain Info command is received.Methods inherited from class com.verisign.epp.serverstub.DomainHandler
doDomainCheck, doDomainCreate, doDomainDelete, doDomainRenew, doDomainTransfer, doDomainUpdate, postHandleEvent, preHandleEventMethods inherited from class com.verisign.epp.framework.EPPDomainHandler
getNamespace, handleEvent
-
Constructor Details
-
WhoisDomainHandler
public WhoisDomainHandler()Constructs an instance of WhoisDomainHandler
-
-
Method Details
-
doDomainInfo
Invoked when a Domain Info command is received.- 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.
-