com.tucows.oxrs.epp0604.rtk.xml
Class EPPGreeting
org.omg.CORBA.portable.ObjectImpl
- epp_Action, epp_ActionOperations, epp_Hello, epp_HelloOperations, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object
Class to represent the EPP greeting from the server.
$Revision: 1.1 $ $Date: 2003/03/21 15:53:01 $
EPPGreeting() - Default constructor.
|
EPPGreeting(String xml) - Constructor with greeting XML string to automatically parse.
|
void | fromXML(String xml) - Parses a new XML String and populates the response data member.
|
epp_Greeting | getResponseData() - Accessor method for the greeting data.
|
String | toXML() - Builds request XML from the request data.
|
addXMLElement , convertListToArray , convertListToStringArray , createDocRoot , createXMLFromDoc , getAvailResultFor , getCheckResultFor , getDocumentElement , getElement , getExtensionNode , getNode , getXML , initAuthInfoStringToTypeHash , initHashes , initTransferStatusToTypeHash , parseGenericCheckResults , parseGenericResult , prepareAuthInfo , prepareCreds , prepareExtensionElement , stringListToXML , transferStatusFromString , transferStatusToString |
EPPGreeting
public EPPGreeting()
Default constructor.
EPPGreeting
public EPPGreeting(String xml)
throws epp_XMLException,
epp_Exception
Constructor with greeting XML string to automatically parse.
xml
- The EPP Greeting XML String
epp_XMLException
- if the response XML is not parsable or does not contain the expected dataepp_Exception
- if the server has responded with an error code
toXML
public String toXML()
throws epp_XMLException
Builds request XML from the request data.
Implemented method from org.openrtk.idl.epp0604.epp_Action interface.
Note that there is no request data to set for this action.
- toXML in interface epp_ActionOperations
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS