public class EPPRegistryServicesExt extends java.lang.Object implements EPPCodecComponent
Modifier and Type | Class and Description |
---|---|
static class |
EPPRegistryServicesExt.EPPRegistryExtURI |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ELM_NAME |
Constructor and Description |
---|
EPPRegistryServicesExt() |
Modifier and Type | Method and Description |
---|---|
void |
addExtURI(EPPRegistryServicesExt.EPPRegistryExtURI uri) |
java.lang.Object |
clone()
clone an
EPPCodecComponent . |
void |
decode(org.w3c.dom.Element aElement)
decode a DOM element tree to initialize the instance attributes.
|
org.w3c.dom.Element |
encode(org.w3c.dom.Document aDocument)
encode instance into a DOM element tree.
|
boolean |
equals(java.lang.Object aObject) |
java.util.List |
getExtURIs() |
java.lang.String |
getNamespace()
Returns the XML namespace associated with the
EPPCodecComponent . |
void |
setExtURIs(java.util.List extURIs) |
java.lang.String |
toString() |
public static final java.lang.String ELM_NAME
public org.w3c.dom.Element encode(org.w3c.dom.Document aDocument) throws EPPEncodeException
EPPCodecComponent
EPPCommand
is
created and is used to append the attribute nodes of
EPPCommand
.encode
in interface EPPCodecComponent
aDocument
- DOM document used as a factory of DOM objects.EPPEncodeException
- Error encoding the DOM element tree.public void decode(org.w3c.dom.Element aElement) throws EPPDecodeException
EPPCodecComponent
aElement
argument represents the root DOM element and is
used to traverse the DOM nodes for instance attribute values. EPPCommand
is
passed into decode
of EPPCommand to be decoded and
used to set the instance attributes.decode
in interface EPPCodecComponent
aElement
- root DOM element associated with instanceEPPDecodeException
- Error decoding the DOM element tree.public java.lang.Object clone() throws java.lang.CloneNotSupportedException
EPPCodecComponent
EPPCodecComponent
.clone
in interface EPPCodecComponent
clone
in class java.lang.Object
EPPCodecComponent
java.lang.CloneNotSupportedException
- standard Object.clone exceptionpublic boolean equals(java.lang.Object aObject)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.List getExtURIs()
public void setExtURIs(java.util.List extURIs)
public void addExtURI(EPPRegistryServicesExt.EPPRegistryExtURI uri)
public java.lang.String getNamespace()
EPPCodecComponent
.getNamespace
in interface EPPCodecComponent
EPPCodecComponent
.