public class VerificationCodeDomainHandler extends DomainHandler
VerificationCodeDomainHandler
class extends
DomainHandler
to include handling the verification code
extension.Constructor and Description |
---|
VerificationCodeDomainHandler()
Constructs an instance of VerificationCodeDomainHandler
|
Modifier and Type | Method and Description |
---|---|
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. |
doDomainCheck, postHandleEvent, preHandleEvent
getNamespace, handleEvent
public VerificationCodeDomainHandler()
protected EPPEventResponse doDomainInfo(EPPEvent aEvent, java.lang.Object aData)
EPPVerificationCodeInfo
extension.doDomainInfo
in class DomainHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
VerificationCodeDomainHandler
EPPEventResponse
that should be sent back to the
client.protected EPPEventResponse doDomainCreate(EPPEvent aEvent, java.lang.Object aData)
doDomainCreate
method and add handling
of the Verification Code Extension.doDomainCreate
in class DomainHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doDomainUpdate(EPPEvent aEvent, java.lang.Object aData)
doDomainUpdate
method and add handling
of the Verification Code Extension.doDomainUpdate
in class DomainHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doDomainRenew(EPPEvent aEvent, java.lang.Object aData)
doDomainRenew
method and add handling
of the Verification Code Extension.doDomainRenew
in class DomainHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doDomainDelete(EPPEvent aEvent, java.lang.Object aData)
doDomainDelete
method and add handling
of the Verification Code Extension.doDomainDelete
in class DomainHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doDomainTransfer(EPPEvent aEvent, java.lang.Object aData)
doDomainTransfer
method and add
handling of the Verification Code Extension.doDomainTransfer
in class DomainHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPDomaindHandler