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
ThePersRegDomainHandlerclass extendsEmailFwdHandlerto 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 EPPEventResponsedoEmailFwdCreate(EPPEvent aEvent, java.lang.Object aData)Add the bunded rate flag attribute to the EmailFwd Create Response.protected EPPEventResponsedoEmailFwdInfo(EPPEvent aEvent, java.lang.Object aData)Add the consent identifier to the EmailFwd Info Response.protected EPPEventResponsedoEmailFwdRenew(EPPEvent aEvent, java.lang.Object aData)Add the bunded rate flag attribute to the EmailFwd Renew Response.protected EPPEventResponsedoEmailFwdTransfer(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:
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
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:
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
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:
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
protected EPPEventResponse doEmailFwdInfo(EPPEvent aEvent, java.lang.Object aData)
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.
-
-