Package com.verisign.epp.serverstub
Class PersRegEmailFwdHandler
java.lang.Object
com.verisign.epp.framework.EPPEmailFwdHandler
com.verisign.epp.serverstub.EmailFwdHandler
com.verisign.epp.serverstub.PersRegEmailFwdHandler
- All Implemented Interfaces:
EPPEventHandler
The
PersRegDomainHandler class extends
EmailFwdHandler to include responding with Personal
Registration Extension attributes. Specifically, the consent identifier
and the bundled rate flag are returned. - See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EPPEventResponsedoEmailFwdCreate(EPPEvent aEvent, Object aData) Add the bunded rate flag attribute to the EmailFwd Create Response.protected EPPEventResponsedoEmailFwdInfo(EPPEvent aEvent, Object aData) Add the consent identifier to the EmailFwd Info Response.protected EPPEventResponsedoEmailFwdRenew(EPPEvent aEvent, Object aData) Add the bunded rate flag attribute to the EmailFwd Renew Response.protected EPPEventResponsedoEmailFwdTransfer(EPPEvent aEvent, 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, preHandleEventMethods inherited from class com.verisign.epp.framework.EPPEmailFwdHandler
getNamespace, handleEvent
-
Constructor Details
-
PersRegEmailFwdHandler
public PersRegEmailFwdHandler()
-
-
Method Details
-
doEmailFwdRenew
Add the bunded rate flag attribute to the EmailFwd Renew Response. The flag is set totrue.- Overrides:
doEmailFwdRenewin classEmailFwdHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisEPPEmailFwddHandler- Returns:
- EPPEventResponse The response that should be sent back to the client.
-
doEmailFwdCreate
Add the bunded rate flag attribute to the EmailFwd Create Response. The flag is set totrue.- Overrides:
doEmailFwdCreatein classEmailFwdHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisEPPEmailFwddHandler- Returns:
- EPPEventResponse The response that should be sent back to the client.
-
doEmailFwdTransfer
Add the bunded rate flag attribute to the EmailFwd Transfer Request. The flag is set totrue.- Overrides:
doEmailFwdTransferin classEmailFwdHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisEPPEmailFwddHandler- Returns:
- EPPEventResponse The response that should be sent back to the client.
-
doEmailFwdInfo
Add the consent identifier to the EmailFwd Info Response.- Overrides:
doEmailFwdInfoin classEmailFwdHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisEPPEmailFwddHandler- Returns:
- EPPEventResponse The response that should be sent back to the client.
-