com.tucows.oxrs.epprtk.rtk.xml
Class EPPContactDelete
org.omg.CORBA.portable.ObjectImpl
- epp_Action, epp_ActionOperations, epp_ContactDelete, epp_ContactDeleteOperations, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object
public class EPPContactDelete
Class for the EPP Contact Delete command and response.
Extends the epp_ContactDelete interface from the EPP IDLs to provide
the XML translation for the EPP Contact Delete command.
The Delete command allows a client to destroy an instance of an EPP object in the server.
The deletion of an EPP object is subject to constraints as stated in the EPP Spec.
the XML translation for the EPP Contact Delete command.
Usage is demonstrated in the com.tucows.oxrs.epprtk.rtk.example.ContactExample
class.
addXMLElement , convertListToArray , convertListToStringArray , createDocRoot , createXMLFromDoc , createXMLSnippetFromDoc , getAvailResultFor , getCheckResultFor , getDocumentElement , getElement , getExtensionNode , getNode , getPanData , getTransID , getXML , initAuthInfoStringToTypeHash , initHashes , initTransferStatusToTypeHash , parseGenericCheckResults , parseGenericResult , prepareAuthInfo , prepareExtensionElement , stringListToXML , transferStatusFromString , transferStatusToString |
EPPContactDelete
public EPPContactDelete()
Default constructor
EPPContactDelete
public EPPContactDelete(String xml)
throws epp_XMLException,
epp_Exception
Constructor with response XML string to automatically parse.
xml
- The EPP Contact Delete 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
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS