public class AllocationTokenDomainHandler extends DomainHandler
AllocationTokenDomainHandler
class extends
DomainHandler
to include handling the allocation token
extension.Constructor and Description |
---|
AllocationTokenDomainHandler()
Constructs an instance of AllocationTokenDomainHandler
|
Modifier and Type | Method and Description |
---|---|
protected EPPEventResponse |
doDomainCheck(EPPEvent aEvent,
java.lang.Object aData)
Override base handler
doDomainCheck method and add handling
of the Allocation Token Extension. |
protected EPPEventResponse |
doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Override base handler
doDomainCreate method and add handling
of the Allocation Token Extension. |
protected EPPEventResponse |
doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Override base handler
doDomainInfo method and add handling of
the Allocation Token Info Extension. |
protected EPPEventResponse |
doDomainTransfer(EPPEvent aEvent,
java.lang.Object aData)
Override base handler
doDomainTransfer method and add
handling of the Allocation Token Extension. |
protected EPPEventResponse |
doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
Override base handler
doDomainUpdate method and add handling
of the Allocation Token Extension. |
protected void |
preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Will ensure that the namestore extension is provided.
|
doDomainDelete, doDomainRenew, postHandleEvent
getNamespace, handleEvent
public AllocationTokenDomainHandler()
protected void preHandleEvent(EPPEvent aEvent, java.lang.Object aData) throws EPPHandleEventException
preHandleEvent
in class DomainHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPDomainHandler
This is assumed to be an instance
of SessionData here.EPPHandleEventException
- Thrown if an error condition occurs. It must contain an
EPPEventResponse
protected EPPEventResponse doDomainCheck(EPPEvent aEvent, java.lang.Object aData)
doDomainCheck
method and add handling
of the Allocation Token Extension.doDomainCheck
in class DomainHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doDomainInfo(EPPEvent aEvent, java.lang.Object aData)
doDomainInfo
method and add handling of
the Allocation Token Info Extension.doDomainInfo
in class DomainHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doDomainCreate(EPPEvent aEvent, java.lang.Object aData)
doDomainCreate
method and add handling
of the Allocation Token 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 Allocation Token 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 doDomainTransfer(EPPEvent aEvent, java.lang.Object aData)
doDomainTransfer
method and add
handling of the Allocation Token Extension.doDomainTransfer
in class DomainHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPDomaindHandler
Copyright © VeriSign Inc. All Rights Reserved.