public class NSHostHandler extends EPPHostHandler
NSHostHandler class is a concrete implementation of the abstract
EPPHostHandler class. It defines the
Server's response to all received EPP host Commands.| Constructor and Description |
|---|
NSHostHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected EPPEventResponse |
doHostCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Host Check Command is received.
|
protected EPPEventResponse |
doHostCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Host Create Command is received.
|
protected EPPEventResponse |
doHostDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Host Delete Command is received.
|
protected EPPEventResponse |
doHostInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Host Info Command is received.
|
protected EPPEventResponse |
doHostUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Host Update Command is received.
|
getNamespace, handleEvent, postHandleEvent, preHandleEventprotected EPPEventResponse doHostCreate(EPPEvent aEvent, java.lang.Object aData)
doHostCreate in class EPPHostHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPHostHandlerEPPHostHandler.doHostCreate(com.verisign.epp.framework.EPPEvent,
java.lang.Object)protected EPPEventResponse doHostDelete(EPPEvent aEvent, java.lang.Object aData)
doHostDelete in class EPPHostHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPHostHandlerEPPHostHandler.doHostDelete(com.verisign.epp.framework.EPPEvent,
java.lang.Object)protected EPPEventResponse doHostInfo(EPPEvent aEvent, java.lang.Object aData)
doHostInfo in class EPPHostHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPHostHandlerEPPHostHandler.doHostInfo(com.verisign.epp.framework.EPPEvent,
java.lang.Object)protected EPPEventResponse doHostCheck(EPPEvent aEvent, java.lang.Object aData)
doHostCheck in class EPPHostHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPHostHandlerEPPHostHandler.doHostCheck(com.verisign.epp.framework.EPPEvent,
java.lang.Object)protected EPPEventResponse doHostUpdate(EPPEvent aEvent, java.lang.Object aData)
doHostUpdate in class EPPHostHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPHostHandlerEPPHostHandler.doHostUpdate(com.verisign.epp.framework.EPPEvent,
java.lang.Object)