public class RegistryPollHandler extends java.lang.Object implements EPPPollHandler
Constructor and Description |
---|
RegistryPollHandler() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKind()
Gets the kind of poll messages it handles.
|
EPPResponse |
toResponse(EPPPollDataRecord aRecord)
Converts a poll queue
EPPPollDataRecord to an
EPPResponse . |
public java.lang.String getKind()
EPPPollHandler
getKind
in interface EPPPollHandler
public EPPResponse toResponse(EPPPollDataRecord aRecord) throws EPPPollQueueException
EPPPollHandler
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
.Copyright © VeriSign Inc. All Rights Reserved.