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, preHandleEvent
protected EPPEventResponse doContactCreate(EPPEvent aEvent, java.lang.Object aData)
doContactCreate
in class EPPContactHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this EPPContactHandler
EPPContactHandler.doContactCreate(com.verisign.epp.framework.EPPEvent,
java.lang.Object)
protected EPPEventResponse doContactDelete(EPPEvent aEvent, java.lang.Object aData)
doContactDelete
in class EPPContactHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this EPPContactHandler
EPPContactHandler.doContactDelete(com.verisign.epp.framework.EPPEvent,
java.lang.Object)
protected EPPEventResponse doContactInfo(EPPEvent aEvent, java.lang.Object aData)
doContactInfo
in class EPPContactHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this EPPContactHandler
EPPContactHandler.doContactInfo(com.verisign.epp.framework.EPPEvent,
java.lang.Object)
protected EPPEventResponse doContactCheck(EPPEvent aEvent, java.lang.Object aData)
doContactCheck
in class EPPContactHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this EPPContactHandler
EPPContactHandler.doContactCheck(com.verisign.epp.framework.EPPEvent,
java.lang.Object)
protected EPPEventResponse doContactTransfer(EPPEvent aEvent, java.lang.Object aData)
doContactTransfer
in class EPPContactHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this EPPContactHandler
EPPContactHandler.doContactTransfer(com.verisign.epp.framework.EPPEvent,
java.lang.Object)
protected EPPEventResponse doContactUpdate(EPPEvent aEvent, java.lang.Object aData)
doContactUpdate
in class EPPContactHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this EPPContactHandler
EPPContactHandler.doContactUpdate(com.verisign.epp.framework.EPPEvent,
java.lang.Object)
Copyright © VeriSign Inc. All Rights Reserved.