Class NameVerificationPollHandler

  • All Implemented Interfaces:
    EPPPollHandler

    public class NameVerificationPollHandler
    extends java.lang.Object
    implements EPPPollHandler
    Poll handler for all launch poll messages. The kind associated with the poll handler is NameVerificationPollHandler.KIND.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String KIND
      Kind of message handled by NameVerificationPollHandler.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKind()
      Gets the kind associated with NameStore poll messages
      EPPResponse toResponse​(EPPPollDataRecord aRecord)
      Convert an EPPPollDataRecord to an EPPResponse
      • Methods inherited from class java.lang.Object

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

      • KIND

        public static final java.lang.String KIND
        Kind of message handled by NameVerificationPollHandler.
        See Also:
        Constant Field Values
    • Constructor Detail

      • NameVerificationPollHandler

        public NameVerificationPollHandler()