|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.framework.EPPDomainHandler
com.verisign.epp.serverstub.DomainHandler
com.verisign.epp.serverstub.WhoisDomainHandler
public class WhoisDomainHandler
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 | |
---|---|
WhoisDomainHandler()
Constructs an instance of WhoisDomainHandler |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WhoisDomainHandler()
Method Detail |
---|
protected EPPEventResponse doDomainInfo(EPPEvent aEvent, java.lang.Object aData)
doDomainInfo
in class DomainHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPDomaindHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |