public class EPPRegistryCheckResp extends EPPResponse
EPPRegistryCheckCmd. When a <check> command has been
processed successfully, the EPP <resData> element MUST contain a child
<registry:chkData> element that identifies the registry namespace and
the location of the registry schema. The <registry:chkData> elements
that contain the following child elements: EPPRegistryCheckCmd,
EPPRegistryCheckResult,
Serialized Formextensions, TRANSFER_CLIENT_APPROVED, TRANSFER_CLIENT_CANCELLED, TRANSFER_CLIENT_REJECTED, TRANSFER_PENDING, TRANSFER_SERVER_APPROVED, TRANSFER_SERVER_CANCELLED| Constructor and Description |
|---|
EPPRegistryCheckResp()
EPPRegistryCheckResp default constructor. |
EPPRegistryCheckResp(EPPTransId aTransId,
EPPRegistryCheckResult aResult)
EPPRegistryCheckResp constructor that will set the result of
an individual zone object. |
EPPRegistryCheckResp(EPPTransId aTransId,
java.util.List someResults)
EPPRegistryCheckResp constructor that will set the result of
multiple zone objects. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Clone
EPPRegistryCheckResp. |
protected void |
doDecode(org.w3c.dom.Element aElement)
Decode the
EPPRegistryCheckResp attributes from the aElement
DOM Element tree. |
protected org.w3c.dom.Element |
doEncode(org.w3c.dom.Document aDocument)
Encode a DOM Element tree from the attributes of the
EPPRegistryCheckResp instance. |
boolean |
equals(java.lang.Object aObject)
Compare an instance of
EPPRegistryCheckResp with this
instance. |
java.util.List |
getCheckResults()
Get the check results of zone objects.
|
java.lang.String |
getNamespace()
Get the EPP command Namespace associated with
EPPRegistryCheckResp. |
java.lang.String |
getType()
Get the EPP response type associated with
EPPRegistryCheckResp. |
void |
setCheckResults(java.util.List results)
Set the check results of zone objects.
|
java.lang.String |
toString()
Implementation of
Object.toString, which will result in an
indented XML String representation of the concrete
EPPCodecComponent. |
addExtension, decode, encode, getExtension, getExtension, getExtensions, getMessageQueue, getMsgQueue, getMsgQueueCount, getMsgQueueDate, getMsgQueueMsg, getQDate, getResult, getResults, getTransId, hasExtension, hasExtensions, hasMessageQueue, hasMsgQueue, hasResultCode, isSuccess, setExtension, setExtensions, setMsgQueue, setResult, setResult, setResult, setResult, setResults, setTransIdpublic EPPRegistryCheckResp()
EPPRegistryCheckResp default constructor. It will set
results attribute to an empty List.public EPPRegistryCheckResp(EPPTransId aTransId, EPPRegistryCheckResult aResult)
EPPRegistryCheckResp constructor that will set the result of
an individual zone object.aTransId - transaction Id associated with responseaResult - EPPRegistryCheckResult instance of a single registry
namepublic EPPRegistryCheckResp(EPPTransId aTransId, java.util.List someResults)
EPPRegistryCheckResp constructor that will set the result of
multiple zone objects.aTransId - transaction Id associated with responsesomeResults - List of EPPRegistryCheckResult instancesprotected org.w3c.dom.Element doEncode(org.w3c.dom.Document aDocument)
throws EPPEncodeException
EPPRegistryCheckResp instance.doEncode in class EPPResponseaDocument - DOM Document that is being built. Used as an Element factory.EPPRegistryCheckResp instance.EPPEncodeException - Unable to encode EPPRegistryCheckResp
instance.protected void doDecode(org.w3c.dom.Element aElement)
throws EPPDecodeException
EPPRegistryCheckResp attributes from the aElement
DOM Element tree.doDecode in class EPPResponseaElement - Root DOM Element to decode EPPRegistryCheckResp
from.EPPDecodeException - Unable to decode aElementpublic java.lang.String getType()
EPPRegistryCheckResp.getType in class EPPResponseEPPRegistryCheckResp.ELM_NAMEpublic java.lang.String getNamespace()
EPPRegistryCheckResp.getNamespace in interface EPPCodecComponentgetNamespace in interface EPPMessagegetNamespace in class EPPResponseEPPRegistryMapFactory.NSpublic boolean equals(java.lang.Object aObject)
EPPRegistryCheckResp with this
instance.equals in class EPPResponseaObject - Object to compare with.true if this object is the same as the aObject argument;
false otherwisepublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPRegistryCheckResp.clone in interface EPPCodecComponentclone in class EPPResponseEPPRegistryCheckRespjava.lang.CloneNotSupportedException - standard Object.clone exceptionpublic java.lang.String toString()
Object.toString, which will result in an
indented XML String representation of the concrete
EPPCodecComponent.toString in class EPPResponseString if successful;
ERROR otherwise.public java.util.List getCheckResults()
List of EPPRegistryCheckResultpublic void setCheckResults(java.util.List results)
results - List of EPPRegistryCheckResultCopyright © VeriSign Inc. All Rights Reserved.