Class RegistryPollHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKind()
      Gets the kind of poll messages it handles.
      EPPResponse toResponse​(EPPPollDataRecord aRecord)
      Converts a poll queue EPPPollDataRecord to an EPPResponse.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RegistryPollHandler

        public RegistryPollHandler()
    • Method Detail

      • getKind

        public java.lang.String getKind()
        Description copied from interface: EPPPollHandler
        Gets the kind of poll messages it handles.
        Specified by:
        getKind in interface EPPPollHandler
        Returns:
        The XML namespace represented for the poll handler.