Package com.verisign.epp.serverstub
Class NameVerificationPollHandler
- java.lang.Object
-
- com.verisign.epp.serverstub.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 isNameVerificationPollHandler.KIND
.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
KIND
Kind of message handled byNameVerificationPollHandler
.
-
Constructor Summary
Constructors Constructor Description 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 messagesEPPResponse
toResponse(EPPPollDataRecord aRecord)
Convert anEPPPollDataRecord
to anEPPResponse
-
-
-
Field Detail
-
KIND
public static final java.lang.String KIND
Kind of message handled byNameVerificationPollHandler
.- See Also:
- Constant Field Values
-
-
Method Detail
-
getKind
public java.lang.String getKind()
Gets the kind associated with NameStore poll messages- Specified by:
getKind
in interfaceEPPPollHandler
- Returns:
NameVerificationPollHandler
-
toResponse
public EPPResponse toResponse(EPPPollDataRecord aRecord) throws EPPPollQueueException
Convert anEPPPollDataRecord
to anEPPResponse
- Specified by:
toResponse
in interfaceEPPPollHandler
- Parameters:
aRecord
- Poll record to convert- Returns:
- EPP poll response
- Throws:
EPPPollQueueException
- Error processing record
-
-