com.verisign.epp.serverstub
Class VerificationCodeDomainHandler

java.lang.Object
  extended by com.verisign.epp.framework.EPPDomainHandler
      extended by com.verisign.epp.serverstub.DomainHandler
          extended by com.verisign.epp.serverstub.VerificationCodeDomainHandler
All Implemented Interfaces:
EPPEventHandler

public class VerificationCodeDomainHandler
extends DomainHandler

The VerificationCodeDomainHandler class extends DomainHandler to include handling the verification code extension.


Constructor Summary
VerificationCodeDomainHandler()
          Constructs an instance of VerificationCodeDomainHandler
 
Method Summary
protected  EPPEventResponse doDomainCreate(EPPEvent aEvent, java.lang.Object aData)
          Override base handler doDomainCreate method and add handling of the Verification Code Extension.
protected  EPPEventResponse doDomainDelete(EPPEvent aEvent, java.lang.Object aData)
          Override base handler doDomainDelete 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 the EPPVerificationCodeInfo extension.
protected  EPPEventResponse doDomainRenew(EPPEvent aEvent, java.lang.Object aData)
          Override base handler doDomainRenew method and add handling of the Verification Code Extension.
protected  EPPEventResponse doDomainTransfer(EPPEvent aEvent, java.lang.Object aData)
          Override base handler doDomainTransfer method and add handling of the Verification Code Extension.
protected  EPPEventResponse doDomainUpdate(EPPEvent aEvent, java.lang.Object aData)
          Override base handler doDomainUpdate 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerificationCodeDomainHandler

public VerificationCodeDomainHandler()
Constructs an instance of VerificationCodeDomainHandler

Method Detail

doDomainInfo

protected EPPEventResponse doDomainInfo(EPPEvent aEvent,
                                        java.lang.Object aData)
Invoked when a Domain Info command is received that includes support for the EPPVerificationCodeInfo extension.

Overrides:
doDomainInfo in class DomainHandler
Parameters:
aEvent - The EPPEvent that is being handled
aData - Any data that a Server needs to send to this VerificationCodeDomainHandler
Returns:
The EPPEventResponse that should be sent back to the client.

doDomainCreate

protected EPPEventResponse doDomainCreate(EPPEvent aEvent,
                                          java.lang.Object aData)
Override base handler doDomainCreate method and add handling of the Verification Code Extension.

Overrides:
doDomainCreate in class DomainHandler
Parameters:
aEvent - The EPPEvent that is being handled
aData - Any data that a Server needs to send to this EPPDomaindHandler
Returns:
EPPEventResponse The response that should be sent back to the client.

doDomainUpdate

protected EPPEventResponse doDomainUpdate(EPPEvent aEvent,
                                          java.lang.Object aData)
Override base handler doDomainUpdate method and add handling of the Verification Code Extension.

Overrides:
doDomainUpdate in class DomainHandler
Parameters:
aEvent - The EPPEvent that is being handled
aData - Any data that a Server needs to send to this EPPDomaindHandler
Returns:
EPPEventResponse The response that should be sent back to the client.

doDomainRenew

protected EPPEventResponse doDomainRenew(EPPEvent aEvent,
                                         java.lang.Object aData)
Override base handler doDomainRenew method and add handling of the Verification Code Extension.

Overrides:
doDomainRenew in class DomainHandler
Parameters:
aEvent - The EPPEvent that is being handled
aData - Any data that a Server needs to send to this EPPDomaindHandler
Returns:
EPPEventResponse The response that should be sent back to the client.

doDomainDelete

protected EPPEventResponse doDomainDelete(EPPEvent aEvent,
                                          java.lang.Object aData)
Override base handler doDomainDelete method and add handling of the Verification Code Extension.

Overrides:
doDomainDelete in class DomainHandler
Parameters:
aEvent - The EPPEvent that is being handled
aData - Any data that a Server needs to send to this EPPDomaindHandler
Returns:
EPPEventResponse The response that should be sent back to the client.

doDomainTransfer

protected EPPEventResponse doDomainTransfer(EPPEvent aEvent,
                                            java.lang.Object aData)
Override base handler doDomainTransfer method and add handling of the Verification Code Extension.

Overrides:
doDomainTransfer in class DomainHandler
Parameters:
aEvent - The EPPEvent that is being handled
aData - Any data that a Server needs to send to this EPPDomaindHandler
Returns:
EPPEventResponse The response that should be sent back to the client.


Copyright © VeriSign Inc. All Rights Reserved.