|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.serverstub.LaunchPollHandler
public class LaunchPollHandler
Poll handler for all launch poll messages. The kind associated with the poll
handler is LaunchPollHandler.KIND
.
Field Summary | |
---|---|
static java.lang.String |
KIND
Kind of message handled by LaunchPollHandler . |
Constructor Summary | |
---|---|
LaunchPollHandler()
|
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
LaunchPollHandler
.
Constructor Detail |
---|
public LaunchPollHandler()
Method Detail |
---|
public java.lang.String getKind()
getKind
in interface EPPPollHandler
LaunchPollHandler
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 |