public class EPPHello extends java.lang.Object implements EPPMessage
EPPHello
can be encoded and decoded by
EPPCodec
. EPPHello
request should result in the EPP Server sending
back an EPPGreeting
.EPPGreeting
,
Serialized FormConstructor and Description |
---|
EPPHello()
Allocates a new
EPPHello . |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clone
EPPHello . |
void |
decode(org.w3c.dom.Element aElement)
decode
EPPHello from a DOM element tree. |
org.w3c.dom.Element |
encode(org.w3c.dom.Document aDocument)
encode
EPPHello into a DOM element tree. |
boolean |
equals(java.lang.Object aObject)
implements a deep
EPPHello compare. |
java.lang.String |
getNamespace()
Gets the associated EPP namespace.
|
java.lang.String |
toString()
Implementation of
Object.toString , which will result in an
indented XML String representation of the concrete
EPPCodecComponent . |
public EPPHello()
EPPHello
. EPPHello
contains
no attributes.public java.lang.String getNamespace()
EPPCodec.NS
.getNamespace
in interface EPPCodecComponent
getNamespace
in interface EPPMessage
public org.w3c.dom.Element encode(org.w3c.dom.Document aDocument) throws EPPEncodeException
EPPHello
into a DOM element tree. The <hello>
element is created and returned.encode
in interface EPPCodecComponent
aDocument
- DOCUMENT ME!EPPEncodeException
- Error encoding the DOM element tree.public void decode(org.w3c.dom.Element aElement) throws EPPDecodeException
EPPHello
from a DOM element tree. The "hello"
element needs to be the value of the aElement
argument.
Since EPPHello
contains no attribute, no attributes need
to be set the decode
.decode
in interface EPPCodecComponent
aElement
- <hello> root element tree.EPPDecodeException
- Error decoding the DOM element tree.public boolean equals(java.lang.Object aObject)
EPPHello
compare.equals
in class java.lang.Object
aObject
- EPPHello
instance to compare withpublic java.lang.Object clone() throws java.lang.CloneNotSupportedException
EPPHello
.clone
in interface EPPCodecComponent
clone
in class java.lang.Object
EPPHello
java.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 java.lang.Object
String
if successful;
ERROR
otherwise.Copyright © VeriSign Inc. All Rights Reserved.