|
||||||||||
| 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.RelatedDomainHandler
public class RelatedDomainHandler
The RelatedDomainHandler class is a concrete implementation of
the abstract com.verisign.epp.framework.EPPDomainHandler class.
It defines the Server's response to all received EPP Domain Commands.
EPPEvent,
EPPEventResponse| Constructor Summary | |
|---|---|
RelatedDomainHandler()
Constructs an instance of RelatedDomainHandler |
|
| Method Summary | |
|---|---|
protected EPPEventResponse |
doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Create command is received. |
protected EPPEventResponse |
doDomainDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Delete command is received. |
protected EPPEventResponse |
doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Info command is received. |
protected EPPEventResponse |
doDomainRenew(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Renew command is received. |
protected EPPEventResponse |
doDomainTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Transfer command is received. |
protected EPPEventResponse |
doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Update command is received. |
| Methods inherited from class com.verisign.epp.serverstub.DomainHandler |
|---|
doDomainCheck, 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 RelatedDomainHandler()
| Method Detail |
|---|
protected EPPEventResponse doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
doDomainCreate in class DomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
RelatedDomaindHandler
protected EPPEventResponse doDomainDelete(EPPEvent aEvent,
java.lang.Object aData)
doDomainDelete in class DomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
RelatedDomaindHandler
protected EPPEventResponse doDomainRenew(EPPEvent aEvent,
java.lang.Object aData)
doDomainRenew in class DomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
RelatedDomaindHandler
protected EPPEventResponse doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
doDomainUpdate in class DomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
RelatedDomaindHandler
protected EPPEventResponse doDomainTransfer(EPPEvent aEvent,
java.lang.Object aData)
doDomainTransfer in class DomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
RelatedDomaindHandler
protected EPPEventResponse doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
doDomainInfo in class DomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
RelatedDomaindHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||