public interface EPPPollHandler
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 . |
java.lang.String getKind()
EPPResponse toResponse(EPPPollDataRecord aRecord) throws EPPPollQueueException
EPPPollDataRecord
to an
EPPResponse
.aRecord
- Poll queue record to convert to an EPPResponse
.EPPResponse
that represents the poll queue
record.EPPPollQueueException
- Error converting the EPPPollDataRecord
to an
EPPResponse
.