com.tucows.oxrs.epp0402.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 16:35:37 $
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 , getCheckResultFor , getDocumentElement , getElement , getNode , getUnspecNode , getXML , initAuthInfoStringToTypeHash , initHashes , initTransferStatusToTypeHash , parseGenericResult , prepareAuthInfo , prepareCreds , prepareUnspecElement , 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.epp0402.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