Package com.verisign.epp.serverstub
Class NSPollHandler
java.lang.Object
com.verisign.epp.serverstub.NSPollHandler
- All Implemented Interfaces:
EPPPollHandler
NameStore poll handler for all NameStore poll messages. The kind associated
with the poll handler is
NSPollHandler.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKind()Gets the kind associated with NameStore poll messagestoResponse(EPPPollDataRecord aRecord) Convert anEPPPollDataRecordto anEPPResponse
-
Field Details
-
KIND
Kind of message handled byNSPollHandler.- See Also:
-
-
Constructor Details
-
NSPollHandler
public NSPollHandler()
-
-
Method Details
-
getKind
Gets the kind associated with NameStore poll messages- Specified by:
getKindin interfaceEPPPollHandler- Returns:
NSPollHandler
-
toResponse
Convert anEPPPollDataRecordto anEPPResponse- Specified by:
toResponsein interfaceEPPPollHandler- Parameters:
aRecord- Poll record to convert- Returns:
- EPP poll response
- Throws:
EPPPollQueueException- Error processing record
-