Package com.verisign.epp.serverstub
Class RegistryPollHandler
java.lang.Object
com.verisign.epp.serverstub.RegistryPollHandler
- All Implemented Interfaces:
EPPPollHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKind()Gets the kind of poll messages it handles.toResponse(EPPPollDataRecord aRecord) Converts a poll queueEPPPollDataRecordto anEPPResponse.
-
Constructor Details
-
RegistryPollHandler
public RegistryPollHandler()
-
-
Method Details
-
getKind
Description copied from interface:EPPPollHandlerGets the kind of poll messages it handles.- Specified by:
getKindin interfaceEPPPollHandler- Returns:
- The XML namespace represented for the poll handler.
-
toResponse
Description copied from interface:EPPPollHandlerConverts a poll queueEPPPollDataRecordto anEPPResponse.- Specified by:
toResponsein interfaceEPPPollHandler- Parameters:
aRecord- Poll queue record to convert to anEPPResponse.- Returns:
- An
EPPResponsethat represents the poll queue record. - Throws:
EPPPollQueueException- Error converting theEPPPollDataRecordto anEPPResponse.
-