public class NSContactHandler extends EPPContactHandler
NSContactHandler class is a concrete implementation of the
abstract EPPContactHandler class. It
defines the Server's response to all received EPP contact Commands.| Constructor and Description |
|---|
NSContactHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected EPPEventResponse |
doContactCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Check Command is received.
|
protected EPPEventResponse |
doContactCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Create Command is received.
|
protected EPPEventResponse |
doContactDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Delete Command is received.
|
protected EPPEventResponse |
doContactInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Info Command is received.
|
protected EPPEventResponse |
doContactTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Transfer Command is received.
|
protected EPPEventResponse |
doContactUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Contact Update Command is received.
|
getNamespace, handleEvent, postHandleEvent, preHandleEventprotected EPPEventResponse doContactCreate(EPPEvent aEvent, java.lang.Object aData)
doContactCreate in class EPPContactHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPContactHandlerEPPContactHandler.doContactCreate(com.verisign.epp.framework.EPPEvent,
java.lang.Object)protected EPPEventResponse doContactDelete(EPPEvent aEvent, java.lang.Object aData)
doContactDelete in class EPPContactHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPContactHandlerEPPContactHandler.doContactDelete(com.verisign.epp.framework.EPPEvent,
java.lang.Object)protected EPPEventResponse doContactInfo(EPPEvent aEvent, java.lang.Object aData)
doContactInfo in class EPPContactHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPContactHandlerEPPContactHandler.doContactInfo(com.verisign.epp.framework.EPPEvent,
java.lang.Object)protected EPPEventResponse doContactCheck(EPPEvent aEvent, java.lang.Object aData)
doContactCheck in class EPPContactHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPContactHandlerEPPContactHandler.doContactCheck(com.verisign.epp.framework.EPPEvent,
java.lang.Object)protected EPPEventResponse doContactTransfer(EPPEvent aEvent, java.lang.Object aData)
doContactTransfer in class EPPContactHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPContactHandlerEPPContactHandler.doContactTransfer(com.verisign.epp.framework.EPPEvent,
java.lang.Object)protected EPPEventResponse doContactUpdate(EPPEvent aEvent, java.lang.Object aData)
doContactUpdate in class EPPContactHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPContactHandlerEPPContactHandler.doContactUpdate(com.verisign.epp.framework.EPPEvent,
java.lang.Object)