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, preHandleEvent
getNamespace, handleEvent
public PersRegDomainHandler()
protected EPPEventResponse doDomainRenew(EPPEvent aEvent, java.lang.Object aData)
true
.doDomainRenew
in class DomainHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doDomainCreate(EPPEvent aEvent, java.lang.Object aData)
true
.doDomainCreate
in class DomainHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doDomainTransfer(EPPEvent aEvent, java.lang.Object aData)
true
.doDomainTransfer
in class DomainHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doDomainInfo(EPPEvent aEvent, java.lang.Object aData)
doDomainInfo
in class DomainHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPDomaindHandler
Copyright © VeriSign Inc. All Rights Reserved.