Class TtlV1_0DomainHandler

java.lang.Object
com.verisign.epp.serverstub.v1_0.TtlV1_0DomainHandler
All Implemented Interfaces:
TtlSubDomainHandler

public class TtlV1_0DomainHandler extends Object implements TtlSubDomainHandler
The TtlDomainHandler class extends DomainHandler to include handling the ttl extension.
  • Constructor Details

    • TtlV1_0DomainHandler

      public TtlV1_0DomainHandler()
  • Method Details

    • doDomainInfo

      public void doDomainInfo(EPPDomainInfoCmd aInfoCommand, EPPResponse aResponse, Object aData)
      Handle an EPP Domain Info Command.
      Specified by:
      doDomainInfo in interface TtlSubDomainHandler
      Parameters:
      aInfoCommand - Command sent by the client
      aResponse - Response created previously up the stack
      aData - Server data. This is assumed to be an instance of SessionData.
    • doDomainCreate

      public void doDomainCreate(EPPDomainCreateCmd aCreateCommand, EPPResponse aResponse, Object aData)
      Handle an EPP Domain Create Command.
      Specified by:
      doDomainCreate in interface TtlSubDomainHandler
      Parameters:
      aCreateCommand - Command sent by the client
      aResponse - Response created previously up the stack
      aData - Server data. This is assumed to be an instance of SessionData.
    • doDomainUpdate

      public void doDomainUpdate(EPPDomainUpdateCmd aUpdateCommand, EPPResponse aResponse, Object aData)
      Handle an EPP Domain Update Command.
      Specified by:
      doDomainUpdate in interface TtlSubDomainHandler
      Parameters:
      aUpdateCommand - Command sent by the client
      aResponse - Response created previously up the stack
      aData - Server data. This is assumed to be an instance of SessionData.