public class OrgPollHandler extends java.lang.Object implements EPPPollHandler
OrgPollHandler
implements EPPPollHandler
for Org Name
Mapping.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KIND
The kind used for the
OrgPollHandler poll messages. |
Constructor and Description |
---|
OrgPollHandler() |
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 static final java.lang.String KIND
OrgPollHandler
poll messages.public java.lang.String getKind()
getKind
in interface EPPPollHandler
@link EPPOrgMapFactory.NS
.public EPPResponse toResponse(EPPPollDataRecord aRecord) throws EPPPollQueueException
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
.