Package com.verisign.epp.serverstub
Class VerificationCodeDomainHandler
- java.lang.Object
-
- com.verisign.epp.framework.EPPDomainHandler
-
- com.verisign.epp.serverstub.DomainHandler
-
- com.verisign.epp.serverstub.VerificationCodeDomainHandler
-
- All Implemented Interfaces:
EPPEventHandler
public class VerificationCodeDomainHandler extends DomainHandler
TheVerificationCodeDomainHandler
class extendsDomainHandler
to include handling the verification code extension.
-
-
Constructor Summary
Constructors Constructor Description VerificationCodeDomainHandler()
Constructs an instance of VerificationCodeDomainHandler
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EPPEventResponse
doDomainCreate(EPPEvent aEvent, java.lang.Object aData)
Override base handlerdoDomainCreate
method and add handling of the Verification Code Extension.protected EPPEventResponse
doDomainDelete(EPPEvent aEvent, java.lang.Object aData)
Override base handlerdoDomainDelete
method and add handling of the Verification Code Extension.protected EPPEventResponse
doDomainInfo(EPPEvent aEvent, java.lang.Object aData)
Invoked when a Domain Info command is received that includes support for theEPPVerificationCodeInfo
extension.protected EPPEventResponse
doDomainRenew(EPPEvent aEvent, java.lang.Object aData)
Override base handlerdoDomainRenew
method and add handling of the Verification Code Extension.protected EPPEventResponse
doDomainTransfer(EPPEvent aEvent, java.lang.Object aData)
Override base handlerdoDomainTransfer
method and add handling of the Verification Code Extension.protected EPPEventResponse
doDomainUpdate(EPPEvent aEvent, java.lang.Object aData)
Override base handlerdoDomainUpdate
method and add handling of the Verification Code Extension.-
Methods inherited from class com.verisign.epp.serverstub.DomainHandler
doDomainCheck, postHandleEvent, preHandleEvent
-
Methods inherited from class com.verisign.epp.framework.EPPDomainHandler
getNamespace, handleEvent
-
-
-
-
Method Detail
-
doDomainInfo
protected EPPEventResponse doDomainInfo(EPPEvent aEvent, java.lang.Object aData)
Invoked when a Domain Info command is received that includes support for theEPPVerificationCodeInfo
extension.- Overrides:
doDomainInfo
in classDomainHandler
- Parameters:
aEvent
- TheEPPEvent
that is being handledaData
- Any data that a Server needs to send to thisVerificationCodeDomainHandler
- Returns:
- The
EPPEventResponse
that should be sent back to the client.
-
doDomainCreate
protected EPPEventResponse doDomainCreate(EPPEvent aEvent, java.lang.Object aData)
Override base handlerdoDomainCreate
method and add handling of the Verification Code Extension.- Overrides:
doDomainCreate
in classDomainHandler
- Parameters:
aEvent
- TheEPPEvent
that is being handledaData
- Any data that a Server needs to send to thisEPPDomaindHandler
- Returns:
- EPPEventResponse The response that should be sent back to the client.
-
doDomainUpdate
protected EPPEventResponse doDomainUpdate(EPPEvent aEvent, java.lang.Object aData)
Override base handlerdoDomainUpdate
method and add handling of the Verification Code Extension.- Overrides:
doDomainUpdate
in classDomainHandler
- Parameters:
aEvent
- TheEPPEvent
that is being handledaData
- Any data that a Server needs to send to thisEPPDomaindHandler
- Returns:
- EPPEventResponse The response that should be sent back to the client.
-
doDomainRenew
protected EPPEventResponse doDomainRenew(EPPEvent aEvent, java.lang.Object aData)
Override base handlerdoDomainRenew
method and add handling of the Verification Code Extension.- Overrides:
doDomainRenew
in classDomainHandler
- Parameters:
aEvent
- TheEPPEvent
that is being handledaData
- Any data that a Server needs to send to thisEPPDomaindHandler
- Returns:
- EPPEventResponse The response that should be sent back to the client.
-
doDomainDelete
protected EPPEventResponse doDomainDelete(EPPEvent aEvent, java.lang.Object aData)
Override base handlerdoDomainDelete
method and add handling of the Verification Code Extension.- Overrides:
doDomainDelete
in classDomainHandler
- Parameters:
aEvent
- TheEPPEvent
that is being handledaData
- Any data that a Server needs to send to thisEPPDomaindHandler
- Returns:
- EPPEventResponse The response that should be sent back to the client.
-
doDomainTransfer
protected EPPEventResponse doDomainTransfer(EPPEvent aEvent, java.lang.Object aData)
Override base handlerdoDomainTransfer
method and add handling of the Verification Code Extension.- Overrides:
doDomainTransfer
in classDomainHandler
- Parameters:
aEvent
- TheEPPEvent
that is being handledaData
- Any data that a Server needs to send to thisEPPDomaindHandler
- Returns:
- EPPEventResponse The response that should be sent back to the client.
-
-