Class BalancePollHandler
java.lang.Object
com.verisign.epp.serverstub.balance.v01.BalancePollHandler
- All Implemented Interfaces:
EPPPollHandler
The <BalancePollHandler> that implements implements the
EPPPollHandler interface.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKind()Gets the poll message kindtoResponse(EPPPollDataRecord aRecord) Convert aEPPPollDataRecord
-
Constructor Details
-
BalancePollHandler
public BalancePollHandler()
-
-
Method Details
-
getKind
Gets the poll message kind- Specified by:
getKindin interfaceEPPPollHandler- Returns:
EPPBalanceMapFactory.NS
-
toResponse
Convert aEPPPollDataRecord- Specified by:
toResponsein interfaceEPPPollHandler- Parameters:
aRecord- GeneralEPPPollDataRecord- Returns:
EPPBalanceInfoResp.- Throws:
EPPPollQueueException- Error processing poll message
-