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, preHandleEventgetNamespace, handleEventprotected EPPEventResponse doEmailFwdRenew(EPPEvent aEvent, java.lang.Object aData)
true.doEmailFwdRenew in class EmailFwdHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPEmailFwddHandlerprotected EPPEventResponse doEmailFwdCreate(EPPEvent aEvent, java.lang.Object aData)
true.doEmailFwdCreate in class EmailFwdHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPEmailFwddHandlerprotected EPPEventResponse doEmailFwdTransfer(EPPEvent aEvent, java.lang.Object aData)
true.doEmailFwdTransfer in class EmailFwdHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPEmailFwddHandlerprotected EPPEventResponse doEmailFwdInfo(EPPEvent aEvent, java.lang.Object aData)
doEmailFwdInfo in class EmailFwdHandleraEvent - The EPPEvent that is being handledaData - Any data that a Server needs to send to this
EPPEmailFwddHandler