com.tucows.oxrs.epp0604.rtk.xml
Class EPPDomainBase
org.omg.CORBA.portable.ObjectImpl
public abstract class EPPDomainBase
Base abstract class for the Domain classes. Defines common methods and data methods
used by all or most Domain classes.
addXMLElement , convertListToArray , convertListToStringArray , createDocRoot , createXMLFromDoc , getAvailResultFor , getCheckResultFor , getDocumentElement , getElement , getExtensionNode , getNode , getXML , initAuthInfoStringToTypeHash , initHashes , initTransferStatusToTypeHash , parseGenericCheckResults , parseGenericResult , prepareAuthInfo , prepareCreds , prepareExtensionElement , stringListToXML , transferStatusFromString , transferStatusToString |
contact_type_hash_
protected static Hashtable contact_type_hash_
EPP IDL epp_domain.idl for the definition of the epp_DomainStatusType enum
domain_status_hash_
protected static Hashtable domain_status_hash_
Hashtable to allow for conversion from String domain status to
epp_DomainStatusType.
EPP IDL epp_domain.idl for the definition of the epp_DomainStatusType enum
EPPDomainBase
public EPPDomainBase()
Default constructor.
Initializes the static Hashtables.
EPPDomainBase
public EPPDomainBase(String xml)
Constructor with XML String
Also initializes the static Hashtables.
domainContactTypeToString
public static String domainContactTypeToString(epp_DomainContactType contact_type)
Convenience method to transform an epp_DomainContactType to
a real domain type string (i.e. admin, billing, tech).
domainStatusFromString
public static epp_DomainStatusType domainStatusFromString(String s)
Convenience method to convert a string status to an instance of
epp_DomainStatusType.
domainStatusToString
public static String domainStatusToString(epp_DomainStatusType status_type)
Convenience method to transform an epp_DomainStatusType to
a real domain status string.
initContactTypeHash
protected static void initContactTypeHash()
initDomainStatusHash
protected static void initDomainStatusHash()
setCommonAttributes
protected void setCommonAttributes(Element command)
Sets the common XML attributes required for the domain object (eg. xmlns:domain, xsi:schemaLocation)
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS