public class PersRegEmailFwdHandler extends EmailFwdHandler
PersRegDomainHandler
class extends
EmailFwdHandler
to include responding with Personal
Registration Extension attributes. Specifically, the consent identifier
and the bundled rate flag are returned. EPPEvent
,
EPPEventResponse
Constructor and Description |
---|
PersRegEmailFwdHandler() |
Modifier and Type | Method and Description |
---|---|
protected EPPEventResponse |
doEmailFwdCreate(EPPEvent aEvent,
java.lang.Object aData)
Add the bunded rate flag attribute to the EmailFwd Create Response.
|
protected EPPEventResponse |
doEmailFwdInfo(EPPEvent aEvent,
java.lang.Object aData)
Add the consent identifier to the EmailFwd Info Response.
|
protected EPPEventResponse |
doEmailFwdRenew(EPPEvent aEvent,
java.lang.Object aData)
Add the bunded rate flag attribute to the EmailFwd Renew Response.
|
protected EPPEventResponse |
doEmailFwdTransfer(EPPEvent aEvent,
java.lang.Object aData)
Add the bunded rate flag attribute to the EmailFwd Transfer Request.
|
doEmailFwdCheck, doEmailFwdDelete, doEmailFwdUpdate, postHandleEvent, preHandleEvent
getNamespace, handleEvent
protected EPPEventResponse doEmailFwdRenew(EPPEvent aEvent, java.lang.Object aData)
true
.doEmailFwdRenew
in class EmailFwdHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPEmailFwddHandler
protected EPPEventResponse doEmailFwdCreate(EPPEvent aEvent, java.lang.Object aData)
true
.doEmailFwdCreate
in class EmailFwdHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPEmailFwddHandler
protected EPPEventResponse doEmailFwdTransfer(EPPEvent aEvent, java.lang.Object aData)
true
.doEmailFwdTransfer
in class EmailFwdHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPEmailFwddHandler
protected EPPEventResponse doEmailFwdInfo(EPPEvent aEvent, java.lang.Object aData)
doEmailFwdInfo
in class EmailFwdHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPEmailFwddHandler