Package com.verisign.epp.serverstub
Class OrgPollHandler
java.lang.Object
com.verisign.epp.serverstub.OrgPollHandler
- All Implemented Interfaces:
EPPPollHandler
The
OrgPollHandler implements EPPPollHandler for Org 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 theOrgPollHandlerpoll messages.- See Also:
-
-
Constructor Details
-
OrgPollHandler
public OrgPollHandler()
-
-
Method Details
-
getKind
Gets the kind of poll messages it handles.- Specified by:
getKindin interfaceEPPPollHandler- Returns:
- The domain name XML namespace represented by
@link EPPOrgMapFactory.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.
-