Package com.verisign.epp.serverstub
Class TtlHostHandler
java.lang.Object
com.verisign.epp.framework.EPPHostHandler
com.verisign.epp.serverstub.HostHandler
com.verisign.epp.serverstub.TtlHostHandler
- All Implemented Interfaces:
EPPEventHandler
The
TtlHostHandler class is a concrete implementation of the
abstract com.verisign.epp.framework.EPPHostHandler class. It
handles accepting commands in a server that supports more than one version of
the TTL extension. The version specific TtlSubHostHandler 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 EPPEventResponsedoHostCreate(EPPEvent aEvent, Object aData) Invoked when a Host Create command is received.protected EPPEventResponsedoHostInfo(EPPEvent aEvent, Object aData) Invoked when a Host Info command is received.protected EPPEventResponsedoHostUpdate(EPPEvent aEvent, Object aData) Invoked when a Host Update command is received.Methods inherited from class com.verisign.epp.serverstub.HostHandler
doHostCheck, doHostDelete, postHandleEvent, preHandleEventMethods inherited from class com.verisign.epp.framework.EPPHostHandler
getNamespace, handleEvent
-
Constructor Details
-
TtlHostHandler
public TtlHostHandler()
-
-
Method Details
-
doHostInfo
Invoked when a Host Info command is received.- Overrides:
doHostInfoin classHostHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisEPPHostdHandler- Returns:
- EPPEventResponse The response that should be sent back to the client.
-
doHostCreate
Invoked when a Host Create command is received.- Overrides:
doHostCreatein classHostHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisEPPHostdHandler- Returns:
- EPPEventResponse The response that should be sent back to the client.
-
doHostUpdate
Invoked when a Host Update command is received.- Overrides:
doHostUpdatein classHostHandler- Parameters:
aEvent- TheEPPEventthat is being handledaData- Any data that a Server needs to send to thisEPPHostdHandler- Returns:
- EPPEventResponse The response that should be sent back to the client.
-