Package com.verisign.epp.serverstub
Class LaunchPollHandler
java.lang.Object
com.verisign.epp.serverstub.LaunchPollHandler
- All Implemented Interfaces:
EPPPollHandler
Poll handler for all launch poll messages. The kind associated with the poll
handler is
LaunchPollHandler.KIND.-
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 byLaunchPollHandler.- See Also:
-
-
Constructor Details
-
LaunchPollHandler
public LaunchPollHandler()
-
-
Method Details
-
getKind
Gets the kind associated with NameStore poll messages- Specified by:
getKindin interfaceEPPPollHandler- Returns:
LaunchPollHandler
-
toResponse
Convert anEPPPollDataRecordto anEPPResponse- Specified by:
toResponsein interfaceEPPPollHandler- Parameters:
aRecord- Poll record to convert- Returns:
- EPP poll response
- Throws:
EPPPollQueueException- Error processing record
-