Package com.verisign.epp.serverstub
Class RgpDomainPollHandler
java.lang.Object
com.verisign.epp.serverstub.RgpDomainPollHandler
- All Implemented Interfaces:
EPPPollHandler
The
RgpDomainPollHandler implements EPPPollHandler for Domain
name mapping only.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKind()Gets the kind of poll messagetoResponse(EPPPollDataRecord aRecord) Converts aEPPPollDataRecordto aEPPResponsefor a RGP poll message
-
Constructor Details
-
RgpDomainPollHandler
public RgpDomainPollHandler()
-
-
Method Details
-
getKind
Gets the kind of poll message- Specified by:
getKindin interfaceEPPPollHandler- Returns:
EPPRgpPollMapFactory.NS
-
toResponse
Converts aEPPPollDataRecordto aEPPResponsefor a RGP poll message- Specified by:
toResponsein interfaceEPPPollHandler- Parameters:
aRecord- Record to convert- Returns:
EPPResponserepresenting theEPPRgpPollResponse.- Throws:
EPPPollQueueException- Error with converting the record to a response
-