com.tucows.oxrs.epp0503.rtk.xml
Class EPPHostBase
org.omg.CORBA.portable.ObjectImpl
public abstract class EPPHostBase
Base abstract class for the Host classes. Defines common data members
used by all or most Host classes.
protected static Hashtable | host_ip_to_type_hash_ - Hashtable to allow for conversion from String address type to
epp_HostAddressType.
|
protected static Hashtable | host_status_hash_ - Hashtable to allow for conversion from String host status to
epp_HostStatusType.
|
EPPHostBase() - Default constructor.
|
EPPHostBase(String xml) - Constructor with XML String
Also initializes the static Hashtables.
|
addXMLElement , convertListToArray , convertListToStringArray , createDocRoot , createXMLFromDoc , getAvailResultFor , getCheckResultFor , getDocumentElement , getElement , getExtensionNode , getNode , getXML , initAuthInfoStringToTypeHash , initHashes , initTransferStatusToTypeHash , parseGenericCheckResults , parseGenericResult , prepareAuthInfo , prepareCreds , prepareExtensionElement , stringListToXML , transferStatusFromString , transferStatusToString |
host_ip_to_type_hash_
protected static Hashtable host_ip_to_type_hash_
Hashtable to allow for conversion from String address type to
epp_HostAddressType.
EPP IDL epp_host.idl for the definition of the epp_HostAddressType enum
host_status_hash_
protected static Hashtable host_status_hash_
Hashtable to allow for conversion from String host status to
epp_HostStatusType.
EPP IDL epp_host.idl for the definition of the epp_HostStatusType enum
EPPHostBase
protected EPPHostBase()
Default constructor.
Initializes the static Hashtables.
EPPHostBase
protected EPPHostBase(String xml)
Constructor with XML String
Also initializes the static Hashtables.
hostAddressTypeToString
public static String hostAddressTypeToString(epp_HostAddressType address_type)
Convenience method to get a host address type string from an
epp_HostAddressType object.
hostStatusFromString
public static epp_HostStatusType hostStatusFromString(String s)
Convenience method to convert a string status to an instance of
epp_HostStatusType.
hostStatusToString
public static String hostStatusToString(epp_HostStatusType status_type)
Convenience method to get a host status string from an
epp_HostStatusType object.
initHostIpToTypeHash
protected static void initHostIpToTypeHash()
initHostStatusHash
protected static void initHostStatusHash()
setCommonAttributes
protected void setCommonAttributes(Element command)
Sets the common XML attributes required for the host object (eg. xmlns:host, xsi:schemaLocation)
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS