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
TheVerificationCodeDomainHandlerclass extendsDomainHandlerto 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 EPPEventResponsedoDomainCreate(EPPEvent aEvent, java.lang.Object aData)Override base handlerdoDomainCreatemethod and add handling of the Verification Code Extension.protected EPPEventResponsedoDomainDelete(EPPEvent aEvent, java.lang.Object aData)Override base handlerdoDomainDeletemethod and add handling of the Verification Code Extension.protected EPPEventResponsedoDomainInfo(EPPEvent aEvent, java.lang.Object aData)Invoked when a Domain Info command is received that includes support for theEPPVerificationCodeInfoextension.protected EPPEventResponsedoDomainRenew(EPPEvent aEvent, java.lang.Object aData)Override base handlerdoDomainRenewmethod and add handling of the Verification Code Extension.protected EPPEventResponsedoDomainTransfer(EPPEvent aEvent, java.lang.Object aData)Override base handlerdoDomainTransfermethod and add handling of the Verification Code Extension.protected EPPEventResponsedoDomainUpdate(EPPEvent aEvent, java.lang.Object aData)Override base handlerdoDomainUpdatemethod 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 theEPPVerificationCodeInfoextension.- Overrides:
doDomainInfoin classDomainHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisVerificationCodeDomainHandler- Returns:
- The
EPPEventResponsethat should be sent back to the client.
-
doDomainCreate
protected EPPEventResponse doDomainCreate(EPPEvent aEvent, java.lang.Object aData)
Override base handlerdoDomainCreatemethod and add handling of the Verification Code Extension.- Overrides:
doDomainCreatein classDomainHandler- Parameters:
aEvent- TheEPPEventthat 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 handlerdoDomainUpdatemethod and add handling of the Verification Code Extension.- Overrides:
doDomainUpdatein classDomainHandler- Parameters:
aEvent- TheEPPEventthat 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 handlerdoDomainRenewmethod and add handling of the Verification Code Extension.- Overrides:
doDomainRenewin classDomainHandler- Parameters:
aEvent- TheEPPEventthat 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 handlerdoDomainDeletemethod and add handling of the Verification Code Extension.- Overrides:
doDomainDeletein classDomainHandler- Parameters:
aEvent- TheEPPEventthat 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 handlerdoDomainTransfermethod and add handling of the Verification Code Extension.- Overrides:
doDomainTransferin classDomainHandler- Parameters:
aEvent- TheEPPEventthat 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.
-
-