|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EPPPollHandler
Represents an EPPPollHandler interface that is implemented by any class that needs to manipulate their own poll handler.
| 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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||