Package com.verisign.epp.serverstub
Class TtlDomainHandler
java.lang.Object
com.verisign.epp.framework.EPPDomainHandler
com.verisign.epp.serverstub.DomainHandler
com.verisign.epp.serverstub.TtlDomainHandler
- All Implemented Interfaces:
EPPEventHandler
The
TtlDomainHandler class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPDomainHandler class. It
handles accepting commands in a server that supports more than one version of
the TTL extension. The version specific TtlSubDomainHandler is
called based on the TTL extension version passed or the set of login services
provided by the client.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EPPEventResponsedoDomainCreate(EPPEvent aEvent, Object aData) Invoked when a Domain Create command is received.protected EPPEventResponsedoDomainInfo(EPPEvent aEvent, Object aData) Invoked when a Domain Info command is received.protected EPPEventResponsedoDomainUpdate(EPPEvent aEvent, Object aData) Invoked when a Domain Update command is received.Methods inherited from class com.verisign.epp.serverstub.DomainHandler
doDomainCheck, doDomainDelete, doDomainRenew, doDomainTransfer, postHandleEvent, preHandleEventMethods inherited from class com.verisign.epp.framework.EPPDomainHandler
getNamespace, handleEvent
-
Constructor Details
-
TtlDomainHandler
public TtlDomainHandler()
-
-
Method Details
-
doDomainInfo
Invoked when a Domain Info command is received.- Overrides:
doDomainInfoin 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.
-
doDomainCreate
Invoked when a Domain Create command is received.- 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
Invoked when a Domain Update command is received.- 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.
-