public class LowBalanceDomainHandler extends EPPDomainHandler
LowBalanceDomainHandler
class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPDomainHandler
class. It
defines the Server's response to all received EPP Host Commands.
EPPEvent
,
EPPEventResponse
Constructor and Description |
---|
LowBalanceDomainHandler()
Constructs an instance of LowBalanceDomainHandler
|
Modifier and Type | Method and Description |
---|---|
protected EPPEventResponse |
doDomainCheck(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Check command is received.
|
protected EPPEventResponse |
doDomainCreate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Create command is received.
|
protected EPPEventResponse |
doDomainDelete(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Delete command is received.
|
protected EPPEventResponse |
doDomainInfo(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Info command is received.
|
protected EPPEventResponse |
doDomainRenew(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Renew command is received.
|
protected EPPEventResponse |
doDomainTransfer(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Transfer command is received.
|
protected EPPEventResponse |
doDomainUpdate(EPPEvent aEvent,
java.lang.Object aData)
Invoked when a Domain Update command is received.
|
protected void |
postHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Domain commands need to execute
after they execute their command specific behavior.
|
protected void |
preHandleEvent(EPPEvent aEvent,
java.lang.Object aData)
Handles any common behavior that all Domain commands need to execute
before they execute their command specific behavior.
|
getNamespace, handleEvent
public LowBalanceDomainHandler()
protected void preHandleEvent(EPPEvent aEvent, java.lang.Object aData) throws EPPHandleEventException
preHandleEvent
in class EPPDomainHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPLowBalanceDomainHandler
This is assumed to be an instance
of SessionData here.EPPHandleEventException
- Thrown if an error condition occurs.
It must contain an EPPEventResponse
protected void postHandleEvent(EPPEvent aEvent, java.lang.Object aData) throws EPPHandleEventException
postHandleEvent
in class EPPDomainHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPLowBalanceDomainHandler
EPPHandleEventException
- Thrown if an error condition occurs.
It must contain an EPPEventResponse
protected EPPEventResponse doDomainCreate(EPPEvent aEvent, java.lang.Object aData)
doDomainCreate
in class EPPDomainHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPDomaindHandler
protected EPPEventResponse doDomainCheck(EPPEvent aEvent, java.lang.Object aData)
doDomainCheck
in class EPPDomainHandler
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
in class EPPDomainHandler
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
in class EPPDomainHandler
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
in class EPPDomainHandler
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
in class EPPDomainHandler
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
in class EPPDomainHandler
aEvent
- The EPPEvent
that is being handledaData
- Any data that a Server needs to send to this
EPPDomaindHandler
Copyright © VeriSign Inc. All Rights Reserved.