public class SecureAuthInfoDomainHandler extends EPPDomainHandler
DomainHandler class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPDomainHandler class. It
defines the Server's behavior with implementing the Secure Authorization
Information for Transfer.EPPEvent,
EPPEventResponse| Constructor and Description |
|---|
SecureAuthInfoDomainHandler()
Constructs an instance of DomainHandler
|
| Modifier and Type | Method and Description |
|---|---|
EPPEventResponse |
doDomainCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Check command is received.
|
EPPEventResponse |
doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Create command is received.
|
EPPEventResponse |
doDomainDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Delete command is received.
|
EPPEventResponse |
doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Info command is received.
|
EPPEventResponse |
doDomainRenew(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Renew command is received.
|
EPPEventResponse |
doDomainTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Transfer command is received.
|
EPPEventResponse |
doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Update command is received.
|
protected void |
postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Domain commands need to execute after
they execute their command specific behavior.
|
protected void |
preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Domain commands need to execute
before they execute their command specific behavior.
|
getNamespace, handleEventpublic SecureAuthInfoDomainHandler()
protected void preHandleEvent(EPPEvent aEvent, java.lang.Object aData) throws EPPHandleEventException
preHandleEvent in class EPPDomainHandleraEvent - 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 void postHandleEvent(EPPEvent aEvent, java.lang.Object aData) throws EPPHandleEventException
postHandleEvent in class EPPDomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomainHandlerEPPHandleEventException - Thrown if an error condition occurs. It must contain an
EPPEventResponsepublic EPPEventResponse doDomainCheck(EPPEvent aEvent, java.lang.Object aData)
doDomainCheck in class EPPDomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandlerpublic EPPEventResponse doDomainRenew(EPPEvent aEvent, java.lang.Object aData)
doDomainRenew in class EPPDomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandlerpublic EPPEventResponse doDomainDelete(EPPEvent aEvent, java.lang.Object aData)
doDomainDelete in class EPPDomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandlerpublic EPPEventResponse doDomainCreate(EPPEvent aEvent, java.lang.Object aData)
doDomainCreate in class EPPDomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandlerpublic EPPEventResponse doDomainTransfer(EPPEvent aEvent, java.lang.Object aData)
doDomainTransfer in class EPPDomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandlerpublic EPPEventResponse doDomainUpdate(EPPEvent aEvent, java.lang.Object aData)
doDomainUpdate in class EPPDomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandlerpublic EPPEventResponse doDomainInfo(EPPEvent aEvent, java.lang.Object aData)
doDomainInfo in class EPPDomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandler