Interface EPPPollHandler

All Known Implementing Classes:
BalancePollHandler, ContactPollHandler, DomainPollHandler, LaunchPollHandler, LowBalancePollHandler, MaintenancePollHandler, NameVerificationPollHandler, NSPollHandler, OrgPollHandler, RegistryPollHandler, RgpDomainPollHandler

public interface EPPPollHandler
Represents an EPPPollHandler interface that is implemented by any class that needs to manipulate their own poll handler.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the kind of poll messages it handles.
    Converts a poll queue EPPPollDataRecord to an EPPResponse.
  • Method Details

    • getKind

      String getKind()
      Gets the kind of poll messages it handles.
      Returns:
      The XML namespace represented for the poll handler.
    • toResponse

      Converts a poll queue EPPPollDataRecord to an EPPResponse.
      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.