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
public class PersRegEmailFwdHandler extends EmailFwdHandler
ThePersRegDomainHandler
class extendsEmailFwdHandler
to include responding with Personal Registration Extension attributes. Specifically, the consent identifier and the bundled rate flag are returned.- See Also:
EPPEvent
,EPPEventResponse
-
-
Constructor Summary
Constructors Constructor Description PersRegEmailFwdHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
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
-
-
-
-
Method Detail
-
doEmailFwdRenew
protected EPPEventResponse doEmailFwdRenew(EPPEvent aEvent, java.lang.Object aData)
Add the bunded rate flag attribute to the EmailFwd Renew Response. The flag is set totrue
.- Overrides:
doEmailFwdRenew
in classEmailFwdHandler
- Parameters:
aEvent
- TheEPPEvent
that 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
protected EPPEventResponse doEmailFwdCreate(EPPEvent aEvent, java.lang.Object aData)
Add the bunded rate flag attribute to the EmailFwd Create Response. The flag is set totrue
.- Overrides:
doEmailFwdCreate
in classEmailFwdHandler
- Parameters:
aEvent
- TheEPPEvent
that 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
protected EPPEventResponse doEmailFwdTransfer(EPPEvent aEvent, java.lang.Object aData)
Add the bunded rate flag attribute to the EmailFwd Transfer Request. The flag is set totrue
.- Overrides:
doEmailFwdTransfer
in classEmailFwdHandler
- Parameters:
aEvent
- TheEPPEvent
that 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
protected EPPEventResponse doEmailFwdInfo(EPPEvent aEvent, java.lang.Object aData)
Add the consent identifier to the EmailFwd Info Response.- Overrides:
doEmailFwdInfo
in classEmailFwdHandler
- Parameters:
aEvent
- TheEPPEvent
that 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.
-
-