public class DomainRestoreResponse extends Response
Representation of the EPP Domain Update response with the Redemption Status aspect of the Registry Grace Period extension.
Use this to access the Redemption Grace Period status as provided in an EPP Domain Update response compliant with RFC5730, RFC5731 and RFC3915. Such a service element is sent by a compliant EPP server in response to a valid Domain Update command with the Registry Grace Period extension.
For flexibility, this implementation extracts the data from the response using XPath queries, the expressions for which are defined statically.
RESPONSE_EXPR, resultArray
debugLogger, maintLogger, userLogger
Constructor and Description |
---|
DomainRestoreResponse() |
Modifier and Type | Method and Description |
---|---|
void |
fromXML(XMLDocument xmlDoc)
Set attribute values according to the given XML document.
|
java.util.List<RgpStatus> |
getRgpStatuses() |
getCLTRID, getMessage, getMessageEnqueueDate, getMessageLanguage, getMsgCount, getMsgID, getResults, getSourceXMLString, getSVTRID, registerExtension, toString
arrayToString, replaceIndex, toXML
public void fromXML(XMLDocument xmlDoc)
ReceiveSE
public java.util.List<RgpStatus> getRgpStatuses()