Interface EPPPollHandler

    • Method Detail

      • getKind

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

        EPPResponse toResponse​(EPPPollDataRecord aRecord)
                        throws EPPPollQueueException
        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.