Class MaintenancePollHandler

java.lang.Object
com.verisign.epp.serverstub.v1_0.MaintenancePollHandler
All Implemented Interfaces:
EPPPollHandler

public class MaintenancePollHandler extends Object implements EPPPollHandler
The MaintenancePollHandler implements EPPPollHandler for Maintenance Name Mapping.
  • Field Details

  • Constructor Details

    • MaintenancePollHandler

      public MaintenancePollHandler()
  • Method Details

    • getKind

      public String getKind()
      Gets the kind of poll messages it handles.
      Specified by:
      getKind in interface EPPPollHandler
      Returns:
      The domain name XML namespace represented by @link EPPMaintenanceMapFactory.NS.
    • toResponse

      public EPPResponse toResponse(EPPPollDataRecord aRecord) throws EPPPollQueueException
      Converts a poll queue EPPPollDataRecord to an EPPResponse.
      Specified by:
      toResponse in interface EPPPollHandler
      Parameters:
      aRecord - Poll queue record to convert to an EPPResponse.
      Returns:
      An EPPResponse that represents the poll queue record.
      Throws:
      EPPPollQueueException - Error converting the EPPPollDataRecord to an EPPResponse.