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
public class WhoisDomainHandler extends DomainHandler
Extension to the standardDomainHandler
that looks for theEPPWhoisInf
command extension with the info command and adds theEPPWhoisInfData
extension to the response.
-
-
Constructor Summary
Constructors Constructor Description WhoisDomainHandler()
Constructs an instance of WhoisDomainHandler
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EPPEventResponse
doDomainInfo(EPPEvent aEvent, java.lang.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, preHandleEvent
-
Methods inherited from class com.verisign.epp.framework.EPPDomainHandler
getNamespace, handleEvent
-
-
-
-
Method Detail
-
doDomainInfo
protected EPPEventResponse doDomainInfo(EPPEvent aEvent, java.lang.Object aData)
Invoked when a Domain Info command is received.- Overrides:
doDomainInfo
in classDomainHandler
- Parameters:
aEvent
- TheEPPEvent
that 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.
-
-