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, preHandleEvent
protected EPPEventResponse doHostCreate(EPPEvent aEvent, java.lang.Object aData)
doHostCreate
in class EPPHostHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPHostHandler
EPPHostHandler.doHostCreate(com.verisign.epp.framework.EPPEvent,
java.lang.Object)
protected EPPEventResponse doHostDelete(EPPEvent aEvent, java.lang.Object aData)
doHostDelete
in class EPPHostHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPHostHandler
EPPHostHandler.doHostDelete(com.verisign.epp.framework.EPPEvent,
java.lang.Object)
protected EPPEventResponse doHostInfo(EPPEvent aEvent, java.lang.Object aData)
doHostInfo
in class EPPHostHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPHostHandler
EPPHostHandler.doHostInfo(com.verisign.epp.framework.EPPEvent,
java.lang.Object)
protected EPPEventResponse doHostCheck(EPPEvent aEvent, java.lang.Object aData)
doHostCheck
in class EPPHostHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPHostHandler
EPPHostHandler.doHostCheck(com.verisign.epp.framework.EPPEvent,
java.lang.Object)
protected EPPEventResponse doHostUpdate(EPPEvent aEvent, java.lang.Object aData)
doHostUpdate
in class EPPHostHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPHostHandler
EPPHostHandler.doHostUpdate(com.verisign.epp.framework.EPPEvent,
java.lang.Object)