|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.framework.EPPEmailFwdHandler
com.verisign.epp.serverstub.EmailFwdHandler
com.verisign.epp.serverstub.PersRegEmailFwdHandler
public class PersRegEmailFwdHandler
The 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 Summary | |
---|---|
PersRegEmailFwdHandler()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.verisign.epp.serverstub.EmailFwdHandler |
---|
doEmailFwdCheck, doEmailFwdDelete, doEmailFwdUpdate, postHandleEvent, preHandleEvent |
Methods inherited from class com.verisign.epp.framework.EPPEmailFwdHandler |
---|
getNamespace, handleEvent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PersRegEmailFwdHandler()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |