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
The
VerificationCodeDomainHandler class extends
DomainHandler to include handling the verification code
extension.-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an instance of VerificationCodeDomainHandler -
Method Summary
Modifier and TypeMethodDescriptionprotected EPPEventResponsedoDomainCreate(EPPEvent aEvent, Object aData) Override base handlerdoDomainCreatemethod and add handling of the Verification Code Extension.protected EPPEventResponsedoDomainDelete(EPPEvent aEvent, Object aData) Override base handlerdoDomainDeletemethod and add handling of the Verification Code Extension.protected EPPEventResponsedoDomainInfo(EPPEvent aEvent, Object aData) Invoked when a Domain Info command is received that includes support for theEPPVerificationCodeInfoextension.protected EPPEventResponsedoDomainRenew(EPPEvent aEvent, Object aData) Override base handlerdoDomainRenewmethod and add handling of the Verification Code Extension.protected EPPEventResponsedoDomainTransfer(EPPEvent aEvent, Object aData) Override base handlerdoDomainTransfermethod and add handling of the Verification Code Extension.protected EPPEventResponsedoDomainUpdate(EPPEvent aEvent, Object aData) Override base handlerdoDomainUpdatemethod and add handling of the Verification Code Extension.Methods inherited from class com.verisign.epp.serverstub.DomainHandler
doDomainCheck, postHandleEvent, preHandleEventMethods inherited from class com.verisign.epp.framework.EPPDomainHandler
getNamespace, handleEvent
-
Constructor Details
-
VerificationCodeDomainHandler
public VerificationCodeDomainHandler()Constructs an instance of VerificationCodeDomainHandler
-
-
Method Details
-
doDomainInfo
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
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
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
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
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
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.
-