|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.serverstub.DomainPollHandler
public class DomainPollHandler
The DomainPollHandler
implements EPPPollHandler
for
Domain Name Mapping.
Constructor Summary | |
---|---|
DomainPollHandler()
|
Method Summary | |
---|---|
java.lang.String |
getKind()
Gets the kind of poll messages it handles. |
EPPResponse |
toResponse(EPPPollDataRecord aRecord)
Converts a poll queue EPPPollDataRecord to an
EPPResponse . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DomainPollHandler()
Method Detail |
---|
public java.lang.String getKind()
getKind
in interface EPPPollHandler
@link EPPDomainMapFactory.NS
.public EPPResponse toResponse(EPPPollDataRecord aRecord) throws EPPPollQueueException
EPPPollDataRecord
to an
EPPResponse
.
toResponse
in interface EPPPollHandler
aRecord
- Poll queue record to convert to an EPPResponse
.
EPPResponse
that represents the poll queue
record.
EPPPollQueueException
- Error converting the EPPPollDataRecord
to an
EPPResponse
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |