com.tucows.oxrs.epp0503.rtk.xml
Class EPPContactInfo
org.omg.CORBA.portable.ObjectImpl
- epp_Action, epp_ActionOperations, epp_ContactInfo, epp_ContactInfoOperations, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object
public class EPPContactInfo
Class for the EPP Contact Info command and response.
Extends the epp_ContactInfo interface from the EPP IDLs to provide
the XML translation for the EPP Contact Info command.
The Info command provides a way of retrieving extended information on an object.
Usage is demonstrated in the com.tucows.oxrs.epp0503.rtk.example.ContactExample
class.
addXMLElement , convertListToArray , convertListToStringArray , createDocRoot , createXMLFromDoc , getAvailResultFor , getCheckResultFor , getDocumentElement , getElement , getExtensionNode , getNode , getXML , initAuthInfoStringToTypeHash , initHashes , initTransferStatusToTypeHash , parseGenericCheckResults , parseGenericResult , prepareAuthInfo , prepareCreds , prepareExtensionElement , stringListToXML , transferStatusFromString , transferStatusToString |
EPPContactInfo
public EPPContactInfo()
Default constructor
EPPContactInfo
public EPPContactInfo(String xml)
throws epp_XMLException,
epp_Exception
Constructor with response XML string to automatically parse.
xml
- The EPP Contact Info response 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
fromXML
public void fromXML(String xml)
throws epp_XMLException,
epp_Exception
Parses a new XML String and populates the response data member.
Implemented method from org.openrtk.idl.epp0503.epp_Action interface.
- fromXML in interface epp_ActionOperations
xml
- A new XML String to parse
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
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS