|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.serverstub.NameVerificationPollHandler
public class NameVerificationPollHandler
Poll handler for all launch poll messages. The kind associated with the poll
handler is NameVerificationPollHandler.KIND
.
Field Summary | |
---|---|
static java.lang.String |
KIND
Kind of message handled by NameVerificationPollHandler . |
Constructor Summary | |
---|---|
NameVerificationPollHandler()
|
Method Summary | |
---|---|
java.lang.String |
getKind()
Gets the kind associated with NameStore poll messages |
EPPResponse |
toResponse(EPPPollDataRecord aRecord)
Convert an EPPPollDataRecord to an EPPResponse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String KIND
NameVerificationPollHandler
.
Constructor Detail |
---|
public NameVerificationPollHandler()
Method Detail |
---|
public java.lang.String getKind()
getKind
in interface EPPPollHandler
NameVerificationPollHandler
public EPPResponse toResponse(EPPPollDataRecord aRecord) throws EPPPollQueueException
EPPPollDataRecord
to an EPPResponse
toResponse
in interface EPPPollHandler
aRecord
- Poll record to convert
EPPPollQueueException
- Error processing record
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |