public class PersRegDomainHandler extends DomainHandler
PersRegDomainHandler class extends
DomainHandler to include responding with Personal Registration
Extension attributes. Specifically, the consent identifier and the
bundled rate flag are returned. EPPEvent,
EPPEventResponse| Constructor and Description |
|---|
PersRegDomainHandler()
Constructs an instance of PersRegDomainHandler
|
| Modifier and Type | Method and Description |
|---|---|
protected EPPEventResponse |
doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Add the bunded rate flag attribute to the Domain Create Response.
|
protected EPPEventResponse |
doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Add the consent identifier to the Domain Info Response.
|
protected EPPEventResponse |
doDomainRenew(EPPEvent aEvent,
java.lang.Object aData)
Add the bunded rate flag attribute to the Domain Renew Response.
|
protected EPPEventResponse |
doDomainTransfer(EPPEvent aEvent,
java.lang.Object aData)
Add the bunded rate flag attribute to the Domain Transfer Request.
|
doDomainCheck, doDomainDelete, doDomainUpdate, postHandleEvent, preHandleEventgetNamespace, handleEventpublic PersRegDomainHandler()
protected EPPEventResponse doDomainRenew(EPPEvent aEvent, java.lang.Object aData)
true.doDomainRenew 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)
true.doDomainCreate in class DomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandlerprotected EPPEventResponse doDomainTransfer(EPPEvent aEvent, java.lang.Object aData)
true.doDomainTransfer in class DomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandlerprotected EPPEventResponse doDomainInfo(EPPEvent aEvent, java.lang.Object aData)
doDomainInfo in class DomainHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPDomaindHandlerCopyright © VeriSign Inc. All Rights Reserved.