Package com.verisign.epp.serverstub.v1_0
Class TtlV1_0HostHandler
java.lang.Object
com.verisign.epp.serverstub.v1_0.TtlV1_0HostHandler
- All Implemented Interfaces:
TtlSubHostHandler
The
TtlHostHandler class extends HostHandler to
include handling the TTL extension.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoHostCreate(EPPHostCreateCmd aCreateCommand, EPPResponse aResponse, Object aData) Handle an EPP Host Create Command.voiddoHostInfo(EPPHostInfoCmd aInfoCommand, EPPResponse aResponse, Object aData) Handle an EPP Host Info Command.voiddoHostUpdate(EPPHostUpdateCmd aUpdateCommand, EPPResponse aResponse, Object aData) Handle an EPP Host Update Command.
-
Constructor Details
-
TtlV1_0HostHandler
public TtlV1_0HostHandler()
-
-
Method Details
-
doHostInfo
Handle an EPP Host Info Command.- Specified by:
doHostInfoin interfaceTtlSubHostHandler- Parameters:
aInfoCommand- Command sent by the clientaResponse- Response created previously up the stackaData- Server data. This is assumed to be an instance ofSessionData.
-
doHostCreate
Handle an EPP Host Create Command.- Specified by:
doHostCreatein interfaceTtlSubHostHandler- Parameters:
aCreateCommand- Command sent by the clientaResponse- Response created previously up the stackaData- Server data. This is assumed to be an instance ofSessionData.
-
doHostUpdate
Handle an EPP Host Update Command.- Specified by:
doHostUpdatein interfaceTtlSubHostHandler- Parameters:
aUpdateCommand- Command sent by the clientaResponse- Response created previously up the stackaData- Server data. This is assumed to be an instance ofSessionData.
-