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 Form| Constructor 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 EPPCodecComponentgetNamespace in interface EPPMessagepublic 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 EPPCodecComponentaDocument - DOM Document to create elementsEPPEncodeException - 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 EPPCodecComponentaElement - <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.ObjectaObject - EPPHello instance to compare withtrue if equal; false otherwise.public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPHello.clone in interface EPPCodecComponentclone in class java.lang.ObjectEPPHellojava.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.ObjectString if successful; ERROR
otherwise.