org.openrtk.idl.epp0402
Class epp_Greeting
java.lang.Object
org.openrtk.idl.epp0402.epp_Greeting
- org.omg.CORBA.portable.IDLEntity
public class epp_Greeting
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class that contains elements to state the EPP server's abilities.
The greeting returned by the server is in response to a successful connection
or the hello request initiated by the client.
It lists the languages and protocol versions supported by the server and the
services offered by the server.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0402/epp_Greeting.java,v 1.2 2003/09/10 21:29:55 tubadanm Exp $
$Revision: 1.2 $
$Date: 2003/09/10 21:29:55 $
epp_Greeting() - Empty constructor
|
epp_Greeting(String _m_server_id, String _m_server_date, String[] _m_versions, String[] _m_langs, epp_Service[] _m_services, epp_Service[] _m_unspec_services) - The constructor with initializing variables.
|
String[] | getLangs() - Accessor method for the array of languages supported by the server
|
String | getServerDate() - Accessor method for the server's current date and time in UTC
|
String | getServerId() - Accessor method for the name of the server
|
epp_Service[] | getServices() - Accessor method for the array of services offered by the server
|
epp_Service[] | getUnspecServices() - Accessor method for the array of custom object extensions supported by the server
|
String[] | getVersions() - Accessor method for the array of protocol versions supported by the server
|
void | setLangs(String[] value) - Accessor method for the array of languages supported by the server
|
void | setServerDate(String value) - Accessor method for the server's current date and time in UTC
|
void | setServerId(String value) - Accessor method for the name of the server
|
void | setServices(epp_Service[] value) - Accessor method for the array of services offered by the server
|
void | setUnspecServices(epp_Service[] value) - Accessor method for the array of custom object extensions supported by the server
|
void | setVersions(String[] value) - Accessor method for the array of protocol versions supported by the server
|
String | toString() - Converts this class into a string.
|
m_langs
public String[] m_langs
The array of languages supported by the server.
m_server_date
public String m_server_date
The server's current date and time in UTC.
m_server_id
public String m_server_id
The name of the server.
m_services
public epp_Service[] m_services
The array of services offered by the server.
m_unspec_services
public epp_Service[] m_unspec_services
The array of custom object extensions supported by the server.
m_versions
public String[] m_versions
The array of protocol versions supported by the server.
epp_Greeting
public epp_Greeting()
Empty constructor
epp_Greeting
public epp_Greeting(String _m_server_id,
String _m_server_date,
String[] _m_versions,
String[] _m_langs,
epp_Service[] _m_services,
epp_Service[] _m_unspec_services)
The constructor with initializing variables.
_m_server_id
- The name of the server_m_server_date
- The server's current date and time in UTC_m_versions
- The array of protocol versions supported by the server_m_langs
- The array of languages supported by the server_m_services
- The array of services offered by the server_m_unspec_services
- The array of custom object extensions supported by the server
getLangs
public String[] getLangs()
Accessor method for the array of languages supported by the server
- The array of languages supported by the server
getServerDate
public String getServerDate()
Accessor method for the server's current date and time in UTC
- The server's current date and time
getServerId
public String getServerId()
Accessor method for the name of the server
getServices
public epp_Service[] getServices()
Accessor method for the array of services offered by the server
getUnspecServices
public epp_Service[] getUnspecServices()
Accessor method for the array of custom object extensions supported by the server
- The array of service extensions
getVersions
public String[] getVersions()
Accessor method for the array of protocol versions supported by the server
- The array of protocol versions
setLangs
public void setLangs(String[] value)
Accessor method for the array of languages supported by the server
value
- The array of languages supported by the server
setServerDate
public void setServerDate(String value)
Accessor method for the server's current date and time in UTC
value
- The server's current date and time
setServerId
public void setServerId(String value)
Accessor method for the name of the server
value
- The name of the server
setServices
public void setServices(epp_Service[] value)
Accessor method for the array of services offered by the server
value
- The array of services
setUnspecServices
public void setUnspecServices(epp_Service[] value)
Accessor method for the array of custom object extensions supported by the server
value
- The array of service extensions
setVersions
public void setVersions(String[] value)
Accessor method for the array of protocol versions supported by the server
value
- The array of protocol versions
toString
public String toString()
Converts this class into a string.
Typically used to view the object in debug output.
- The string representation of this object instance
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS