|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.codec.gen.EPPResponse
com.verisign.epp.codec.nv.EPPNameVerificationCreateResp
public class EPPNameVerificationCreateResp
Create response for a successful domain name verification, which results in the return of a digitally signed domain verification code.
com.verisign.epp.codec.vsp.domaincode.EPPNameVerificationCreateCmd,
Serialized Form| Field Summary | |
|---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for EPPNameVerificationCreateResp. |
static java.lang.String |
ELM_NAME
XML root tag for EPPNameVerificationCreateResp. |
| Fields inherited from class com.verisign.epp.codec.gen.EPPResponse |
|---|
extensions, TRANSFER_CLIENT_APPROVED, TRANSFER_CLIENT_CANCELLED, TRANSFER_CLIENT_REJECTED, TRANSFER_PENDING, TRANSFER_SERVER_APPROVED, TRANSFER_SERVER_CANCELLED |
| Constructor Summary | |
|---|---|
EPPNameVerificationCreateResp()
EPPNameVerificationCreateResp default constructor. |
|
EPPNameVerificationCreateResp(EPPTransId aTransId)
EPPNameVerificationCreateResp constructor that the transaction
id associated with the response. |
|
EPPNameVerificationCreateResp(EPPTransId aTransId,
EPPNameVerificationCreateResult aResult)
EPPNameVerificationCreateResp constructor that includes the
required result. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clone EPPNameVerificationCreateResp. |
protected void |
doDecode(org.w3c.dom.Element aElement)
Decode the EPPNameVerificationCreateResp 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 EPPNameVerificationCreateResp instance. |
boolean |
equals(java.lang.Object aObject)
Compare an instance of EPPNameVerificationCreateResp with
this instance. |
EPPNameVerificationCreateResult |
getCreateResult()
Gets the concrete result of the create. |
java.lang.String |
getNamespace()
Gets the EPP command namespace associated with EPPNameVerificationCreateResp. |
java.lang.String |
getType()
Gets the EPP response type associated with EPPNameVerificationCreateResp. |
void |
setCreateResult(EPPNameVerificationCreateResult aResult)
Sets the concrete result of the create. |
java.lang.String |
toString()
Implementation of Object.toString, which will result in an
indented XML String representation of the concrete
EPPCodecComponent. |
| Methods inherited from class com.verisign.epp.codec.gen.EPPResponse |
|---|
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, setTransId |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ELM_LOCALNAME
EPPNameVerificationCreateResp.
public static final java.lang.String ELM_NAME
EPPNameVerificationCreateResp.
| Constructor Detail |
|---|
public EPPNameVerificationCreateResp()
EPPNameVerificationCreateResp default constructor.
public EPPNameVerificationCreateResp(EPPTransId aTransId)
EPPNameVerificationCreateResp constructor that the transaction
id associated with the response. The create result must be set.
aTransId - Transaction Id associated with response.
public EPPNameVerificationCreateResp(EPPTransId aTransId,
EPPNameVerificationCreateResult aResult)
EPPNameVerificationCreateResp constructor that includes the
required result.
aTransId - Transaction Id associated with response.aResult - The concrete result of the create.| Method Detail |
|---|
public EPPNameVerificationCreateResult getCreateResult()
public void setCreateResult(EPPNameVerificationCreateResult aResult)
aResult - Concrete create result.
protected org.w3c.dom.Element doEncode(org.w3c.dom.Document aDocument)
throws EPPEncodeException
EPPNameVerificationCreateResp instance.
doEncode in class EPPResponseaDocument - DOM Document that is being built. Used as an Element factory.
EPPEncodeException - Unable to encode EPPNameVerificationCreateResp instance.
protected void doDecode(org.w3c.dom.Element aElement)
throws EPPDecodeException
EPPNameVerificationCreateResp attributes from the
aElement DOM Element tree.
doDecode in class EPPResponseaElement - Root DOM Element to decode
EPPNameVerificationCreateResp from.
EPPDecodeException - Unable to decode aElement
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPNameVerificationCreateResp.
clone in interface EPPCodecComponentclone in class EPPResponseEPPNameVerificationCreateResp
java.lang.CloneNotSupportedException - standard Object.clone exceptionpublic java.lang.String getType()
EPPNameVerificationCreateResp.
getType in class EPPResponseEPPNameVerificationCreateResp.ELM_NAMEpublic java.lang.String getNamespace()
EPPNameVerificationCreateResp.
getNamespace in interface EPPMessagegetNamespace in class EPPResponseEPPNameVerificationMapFactory.NSpublic boolean equals(java.lang.Object aObject)
EPPNameVerificationCreateResp 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.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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||