public class OrgExtDomainHandler extends DomainHandler
OrgExtDomainHandler class extends
DomainHandler to include handling the Org Extension.| Constructor and Description |
|---|
OrgExtDomainHandler()
Constructs an instance of OrgExtDomainHandler
|
| Modifier and Type | Method and Description |
|---|---|
protected EPPEventResponse |
doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Override base handler
doDomainCreate method and add handling
of the Org Extension. |
protected EPPEventResponse |
doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Override base handler
doDomainInfo method and add handling
of the Org Extension. |
protected EPPEventResponse |
doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
Override base handler
doDomainUpdate method and add handling
of the Org Extension. |
protected void |
preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Ensure that there is an active session.
|
doDomainCheck, doDomainDelete, doDomainRenew, doDomainTransfer, postHandleEventgetNamespace, handleEventpublic OrgExtDomainHandler()
protected void preHandleEvent(EPPEvent aEvent, java.lang.Object aData) throws EPPHandleEventException
preHandleEvent in class DomainHandleraEvent - 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 doDomainInfo(EPPEvent aEvent, java.lang.Object aData)
doDomainInfo method and add handling
of the Org Extension.doDomainInfo in class DomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandlerprotected EPPEventResponse doDomainCreate(EPPEvent aEvent, java.lang.Object aData)
doDomainCreate method and add handling
of the Org Extension.doDomainCreate in class DomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandlerprotected EPPEventResponse doDomainUpdate(EPPEvent aEvent, java.lang.Object aData)
doDomainUpdate method and add handling
of the Org Extension.doDomainUpdate in class DomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandler