public class ValidateHandler extends EPPValidateHandler
ValidateHandler class extends
EPPValidateHandler to include handling the validate check
command.| Constructor and Description |
|---|
ValidateHandler()
Constructs an instance of ValidateHandler
|
| Modifier and Type | Method and Description |
|---|---|
protected EPPEventResponse |
doValidateCheck(EPPEvent aEvent,
java.lang.Object aData)
Override base handler
doValidateCheck method and add handling
of the Allocation Token Extension. |
protected void |
preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Will ensure that the namestore extension is provided.
|
getNamespace, handleEvent, postHandleEventpublic ValidateHandler()
protected void preHandleEvent(EPPEvent aEvent, java.lang.Object aData) throws EPPHandleEventException
preHandleEvent in class EPPValidateHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomainHandler This is assumed to be an instance
of SessionData here.EPPHandleEventException - Thrown if an error condition occurs. It must contain an
EPPEventResponseprotected EPPEventResponse doValidateCheck(EPPEvent aEvent, java.lang.Object aData)
doValidateCheck method and add handling
of the Allocation Token Extension.doValidateCheck in class EPPValidateHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandler