Package com.verisign.epp.serverstub.v1_0
Class MaintenancePollHandler
java.lang.Object
com.verisign.epp.serverstub.v1_0.MaintenancePollHandler
- All Implemented Interfaces:
EPPPollHandler
The
MaintenancePollHandler implements EPPPollHandler for
Maintenance Name Mapping.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKind()Gets the kind of poll messages it handles.toResponse(EPPPollDataRecord aRecord) Converts a poll queueEPPPollDataRecordto anEPPResponse.
-
Field Details
-
KIND
The kind used for theMaintenancePollHandlerpoll messages.- See Also:
-
-
Constructor Details
-
MaintenancePollHandler
public MaintenancePollHandler()
-
-
Method Details
-
getKind
Gets the kind of poll messages it handles.- Specified by:
getKindin interfaceEPPPollHandler- Returns:
- The domain name XML namespace represented by
@link EPPMaintenanceMapFactory.NS.
-
toResponse
Converts 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.
-