|
EPP 0.4.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.neulevel.epp.core.EppEntity
com.neulevel.epp.ext.EppExtension
com.neulevel.epp.ext.command.EppCommandCreateSecDns
public class EppCommandCreateSecDns
This EppCommandCreateSecDns class implements the EPP
create command for EPP DNS Security Extension
| Constructor Summary | |
|---|---|
EppCommandCreateSecDns()
Creates an EppCommandCreateSecDns object |
|
| Method Summary | |
|---|---|
void |
add(EppSecDnsDsData dsData)
Adds DS Data to the list to be attached to a domain name |
static EppEntity |
fromXML(org.w3c.dom.Node root)
Converts an XML element into an EppCommandCreateSecDns object. |
java.util.Vector |
getDsData()
Gets the list of DS data to be attached to a domain name |
java.lang.String |
toString()
|
org.w3c.dom.Element |
toXML(org.w3c.dom.Document doc,
java.lang.String tag)
Converts the EppCommandCreateSecDns object into an XML element |
| Methods inherited from class com.neulevel.epp.core.EppEntity |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EppCommandCreateSecDns()
EppCommandCreateSecDns object
| Method Detail |
|---|
public void add(EppSecDnsDsData dsData)
public java.util.Vector getDsData()
public static EppEntity fromXML(org.w3c.dom.Node root)
EppCommandCreateSecDns object.
The caller of this method must make sure that the root node is of
EPP SECDNS createType
root - root node for an EppCommandCreateSecDns object in XML format
EppCommandCreateSecDns object, or null if the node is invalid
public org.w3c.dom.Element toXML(org.w3c.dom.Document doc,
java.lang.String tag)
EppCommandCreateSecDns object into an XML element
toXML in class EppEntitydoc - the XML Document objecttag - the tag/element name for the EppCommandCreateSecDns object
Element objectpublic java.lang.String toString()
toString in class EppEntity
|
EPP 0.4.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||