EPP RTK
for Java v 0.3.10
A B C D E F G H I L M N O P Q R S T U V W X Y _

A

ACK - Static variable in class org.openrtk.idl.epp.epp_PollOpType
 
ACTIVE - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
addressToXML(Document, String, epp_ContactNameAddress) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactBase
Converts a given epp_ContactNameAddress to an XML Element.
addXMLElement(Document, Element, String, String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
Creates an Element for the given tag name and appends it to the given containing Element.
ADMIN - Static variable in class org.openrtk.idl.epp.domain.epp_DomainContactType
 
APPROVE - Static variable in class org.openrtk.idl.epp.epp_TransferOpType
 
APPROVED - Static variable in class org.openrtk.idl.epp.epp_TransferStatusType
 
auth_type_string_to_type_hash_ - Static variable in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
Hashtable to allow for conversion from String auth id type to epp_AuthInfoType.
auth_type_to_string_array_ - Static variable in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
Array to allow for conversion from epp_AuthInfoType to a String representation of the auth id type.
AUTO_APPROVED - Static variable in class org.openrtk.idl.epp.epp_TransferStatusType
 
AUTO_CANCELLED - Static variable in class org.openrtk.idl.epp.epp_TransferStatusType
 

B

BILLING - Static variable in class org.openrtk.idl.epp.domain.epp_DomainContactType
 

C

CANCEL - Static variable in class org.openrtk.idl.epp.epp_TransferOpType
 
CANCELLED - Static variable in class org.openrtk.idl.epp.epp_TransferStatusType
 
clearErrors() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLErrors
 
CLIENT_HOLD - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
CLIENT_LOCK - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
 
CLIENT_LOCK - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
CLIENT_LOCK - Static variable in class org.openrtk.idl.epp.host.epp_HostStatusType
 
CLIENT_TRANSFER_PROHIBITED - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
 
CLIENT_TRANSFER_PROHIBITED - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
com.tucows.oxrs.epp.rtk - package com.tucows.oxrs.epp.rtk
 
com.tucows.oxrs.epp.rtk.example - package com.tucows.oxrs.epp.rtk.example
 
com.tucows.oxrs.epp.rtk.xml - package com.tucows.oxrs.epp.rtk.xml
 
com.tucows.oxrs.epp.rtk.xml.poll - package com.tucows.oxrs.epp.rtk.xml.poll
 
com.tucows.oxrs.epp.rtk.xml.unspec - package com.tucows.oxrs.epp.rtk.xml.unspec
 
connect() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Connects to the EPP Server using previously set hostname and port.
connect(String, int) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Connects to the EPP Server using the given hostname and port and using the previously set client id and password.
connect(String, int, String, String) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Connects to and logs into the EPP Server using the given hostname, port, client id and password It is recommended to use connectAndGetGreeting() to connect and retrieve the EPPGreeting in one single call.
connect(String, String) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Connects to the EPP Server using the given client id and password and using the previously set EPP hostname and port.
connectAndGetGreeting() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Connects to the EPP Server using previously set hostname and port.
contact_status_hash_ - Static variable in class com.tucows.oxrs.epp.rtk.xml.EPPContactBase
Hashtable to allow for conversion from String contact status to epp_ContactStatusType.
CONTACT_TRANSFER - Static variable in class org.openrtk.idl.epp.epp_PollResDataType
 
contact_type_hash_ - Static variable in class com.tucows.oxrs.epp.rtk.xml.EPPDomainBase
 
contact_type_to_string_array_ - Static variable in class com.tucows.oxrs.epp.rtk.xml.EPPDomainBase
 
ContactExample - class com.tucows.oxrs.epp.rtk.example.ContactExample.
Example code for the EPP Contact object.
ContactExample() - Constructor for class com.tucows.oxrs.epp.rtk.example.ContactExample
 
contactStatusFromString(String) - Static method in class com.tucows.oxrs.epp.rtk.xml.EPPContactBase
 
contactStatusToString(epp_ContactStatusType) - Static method in class com.tucows.oxrs.epp.rtk.xml.EPPContactBase
Convenience method to get a contact status string from an epp_ContactStatusType object.
contacttransfer - class com.tucows.oxrs.epp.rtk.xml.poll.contacttransfer.
An implementation of PollResData for contact transfer poll response data.
contacttransfer() - Constructor for class com.tucows.oxrs.epp.rtk.xml.poll.contacttransfer
 
convertListToArray(Class, List) - Static method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
Converts a List of any size to a Java Object array that can be cast into an array of any class.
convertListToStringArray(List) - Static method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
Converts a List of any size of Strings to a Java Object array.
createDocRoot(Document) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
Given a Document, this method create the root epp tag and populates its attributes with xmlns, xmlns:xsi, and xsi:schemaLocation values.
createXMLFromDoc(Document) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
Given a Document with all of its children elements appended, converts this document to an XML String.
CRLF - Static variable in class com.tucows.oxrs.epp.rtk.RTKBase
Defined as "\r\n".

D

DATE_FMT - Static variable in class com.tucows.oxrs.epp.rtk.RTKBase
DateFormat for "yyyy-MM-dd".
DEBUG_LEVEL_ONE - Static variable in class com.tucows.oxrs.epp.rtk.RTKBase
Debug level for sending exceptions to System.err.
DEBUG_LEVEL_THREE - Static variable in class com.tucows.oxrs.epp.rtk.RTKBase
Debug level for showing all debugging output, which include entry and exit of methods.
DEBUG_LEVEL_TWO - Static variable in class com.tucows.oxrs.epp.rtk.RTKBase
Debug level for debugging points on interest throughout the RTK code, including display of XML messages to and from the EPP Server
DEBUG_NONE - Static variable in class com.tucows.oxrs.epp.rtk.RTKBase
Debug level for no debug output.
debug(int, String, Exception) - Method in class com.tucows.oxrs.epp.rtk.RTKBase
Prints an exception to System.err, including its stack trace.
debug(int, String, String) - Method in class com.tucows.oxrs.epp.rtk.RTKBase
Prints a debug message to System.err.
DEFAULT_EPP_TIMEOUT - Static variable in class com.tucows.oxrs.epp.rtk.EPPClient
The default timeout in waiting for server responses.
DEFAULT_LANG - Static variable in class com.tucows.oxrs.epp.rtk.EPPClient
The default language/locale: "en_US".
disconnect() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Closes the connection to the EPP Server
discriminator() - Method in class org.openrtk.idl.epp.epp_PollResDataUnion
 
domain_status_hash_ - Static variable in class com.tucows.oxrs.epp.rtk.xml.EPPDomainBase
Hashtable to allow for conversion from String domain status to epp_DomainStatusType.
DOMAIN_TRANSFER - Static variable in class org.openrtk.idl.epp.epp_PollResDataType
 
domainContactTypeToString(epp_DomainContactType) - Static method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainBase
Convenience method to transform an epp_DomainContactType to a real domain type string (i.e.
DomainExample - class com.tucows.oxrs.epp.rtk.example.DomainExample.
Example code for the EPP Domain object.
DomainExample() - Constructor for class com.tucows.oxrs.epp.rtk.example.DomainExample
 
domainStatusFromString(String) - Static method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainBase
 
domainStatusToString(epp_DomainStatusType) - Static method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainBase
Convenience method to transform an epp_DomainStatusType to a real domain status string.
domaintransfer - class com.tucows.oxrs.epp.rtk.xml.poll.domaintransfer.
An implementation of PollResData for contact transfer poll response data.
domaintransfer() - Constructor for class com.tucows.oxrs.epp.rtk.xml.poll.domaintransfer
 

E

epp_Action - interface org.openrtk.idl.epp.epp_Action.
org/openrtk/idl/epp/epp_Action.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_ActionOperations - interface org.openrtk.idl.epp.epp_ActionOperations.
org/openrtk/idl/epp/epp_ActionOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
EPP_AUTHENTICATION_FAILURE - Static variable in interface org.openrtk.idl.epp.epp_Session
 
epp_AuthInfo - class org.openrtk.idl.epp.epp_AuthInfo.
org/openrtk/idl/epp/epp_AuthInfo.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:03 PM EDT
epp_AuthInfo() - Constructor for class org.openrtk.idl.epp.epp_AuthInfo
 
epp_AuthInfo(epp_AuthInfoType, String, String) - Constructor for class org.openrtk.idl.epp.epp_AuthInfo
 
epp_AuthInfoType - class org.openrtk.idl.epp.epp_AuthInfoType.
org/openrtk/idl/epp/epp_AuthInfoType.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:03 PM EDT
epp_AuthInfoType(int) - Constructor for class org.openrtk.idl.epp.epp_AuthInfoType
 
EPP_AUTHORIZATION_FAILURE - Static variable in interface org.openrtk.idl.epp.epp_Session
 
EPP_BILLING_FAILURE - Static variable in interface org.openrtk.idl.epp.epp_Session
 
epp_CheckResult - class org.openrtk.idl.epp.epp_CheckResult.
org/openrtk/idl/epp/epp_CheckResult.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_CheckResult() - Constructor for class org.openrtk.idl.epp.epp_CheckResult
 
epp_CheckResult(boolean, String) - Constructor for class org.openrtk.idl.epp.epp_CheckResult
 
epp_Command - class org.openrtk.idl.epp.epp_Command.
org/openrtk/idl/epp/epp_Command.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
EPP_COMMAND_COMPLETED_SUCCESSFULLY - Static variable in interface org.openrtk.idl.epp.epp_Session
 
EPP_COMMAND_COMPLETED_SUCCESSFULLY_ENDING_SESSION - Static variable in interface org.openrtk.idl.epp.epp_Session
 
EPP_COMMAND_COMPLETED_SUCCESSFULLY_MESSAGE_PRESENT - Static variable in interface org.openrtk.idl.epp.epp_Session
 
EPP_COMMAND_COMPLETED_SUCCESSFULLY_NO_MESSAGES - Static variable in interface org.openrtk.idl.epp.epp_Session
 
EPP_COMMAND_COMPLETED_SUCCESSFULLY_NOTHING_DONE - Static variable in interface org.openrtk.idl.epp.epp_Session
 
EPP_COMMAND_FAILED - Static variable in interface org.openrtk.idl.epp.epp_Session
 
EPP_COMMAND_FAILED_SERVER_ENDING_SESSION - Static variable in interface org.openrtk.idl.epp.epp_Session
 
EPP_COMMAND_SYNTAX_ERROR - Static variable in interface org.openrtk.idl.epp.epp_Session
 
EPP_COMMAND_USE_ERROR - Static variable in interface org.openrtk.idl.epp.epp_Session
 
epp_Command() - Constructor for class org.openrtk.idl.epp.epp_Command
 
epp_Command(epp_Credentials, epp_Unspec, String) - Constructor for class org.openrtk.idl.epp.epp_Command
 
epp_ContactAddress - class org.openrtk.idl.epp.contact.epp_ContactAddress.
org/openrtk/idl/epp/contact/epp_ContactAddress.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:12 PM EDT
epp_ContactAddress() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactAddress
 
epp_ContactAddress(String, String, String, String, String, String, String) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactAddress
 
epp_ContactCheck - interface org.openrtk.idl.epp.contact.epp_ContactCheck.
org/openrtk/idl/epp/contact/epp_ContactCheck.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:12 PM EDT
epp_ContactCheckOperations - interface org.openrtk.idl.epp.contact.epp_ContactCheckOperations.
org/openrtk/idl/epp/contact/epp_ContactCheckOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:12 PM EDT
epp_ContactCheckReq - class org.openrtk.idl.epp.contact.epp_ContactCheckReq.
org/openrtk/idl/epp/contact/epp_ContactCheckReq.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:12 PM EDT
epp_ContactCheckReq() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactCheckReq
 
epp_ContactCheckReq(epp_Command, String[]) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactCheckReq
 
epp_ContactCheckRsp - class org.openrtk.idl.epp.contact.epp_ContactCheckRsp.
org/openrtk/idl/epp/contact/epp_ContactCheckRsp.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:12 PM EDT
epp_ContactCheckRsp() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactCheckRsp
 
epp_ContactCheckRsp(epp_Response, epp_CheckResult[]) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactCheckRsp
 
epp_ContactCreate - interface org.openrtk.idl.epp.contact.epp_ContactCreate.
org/openrtk/idl/epp/contact/epp_ContactCreate.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:12 PM EDT
epp_ContactCreateOperations - interface org.openrtk.idl.epp.contact.epp_ContactCreateOperations.
org/openrtk/idl/epp/contact/epp_ContactCreateOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:12 PM EDT
epp_ContactCreateReq - class org.openrtk.idl.epp.contact.epp_ContactCreateReq.
org/openrtk/idl/epp/contact/epp_ContactCreateReq.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:12 PM EDT
epp_ContactCreateReq() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactCreateReq
 
epp_ContactCreateReq(epp_Command, epp_ContactNameAddress, epp_ContactNameAddress, epp_ContactPhone, epp_ContactPhone, String, epp_AuthInfo) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactCreateReq
 
epp_ContactCreateRsp - class org.openrtk.idl.epp.contact.epp_ContactCreateRsp.
org/openrtk/idl/epp/contact/epp_ContactCreateRsp.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:12 PM EDT
epp_ContactCreateRsp() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactCreateRsp
 
epp_ContactCreateRsp(epp_Response, String) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactCreateRsp
 
epp_ContactDelete - interface org.openrtk.idl.epp.contact.epp_ContactDelete.
org/openrtk/idl/epp/contact/epp_ContactDelete.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:13 PM EDT
epp_ContactDeleteOperations - interface org.openrtk.idl.epp.contact.epp_ContactDeleteOperations.
org/openrtk/idl/epp/contact/epp_ContactDeleteOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:13 PM EDT
epp_ContactDeleteReq - class org.openrtk.idl.epp.contact.epp_ContactDeleteReq.
org/openrtk/idl/epp/contact/epp_ContactDeleteReq.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:12 PM EDT
epp_ContactDeleteReq() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactDeleteReq
 
epp_ContactDeleteReq(epp_Command, String) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactDeleteReq
 
epp_ContactDeleteRsp - class org.openrtk.idl.epp.contact.epp_ContactDeleteRsp.
org/openrtk/idl/epp/contact/epp_ContactDeleteRsp.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:12 PM EDT
epp_ContactDeleteRsp() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactDeleteRsp
 
epp_ContactDeleteRsp(epp_Response) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactDeleteRsp
 
epp_ContactInfo - interface org.openrtk.idl.epp.contact.epp_ContactInfo.
org/openrtk/idl/epp/contact/epp_ContactInfo.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:12 PM EDT
epp_ContactInfoOperations - interface org.openrtk.idl.epp.contact.epp_ContactInfoOperations.
org/openrtk/idl/epp/contact/epp_ContactInfoOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:12 PM EDT
epp_ContactInfoReq - class org.openrtk.idl.epp.contact.epp_ContactInfoReq.
org/openrtk/idl/epp/contact/epp_ContactInfoReq.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:12 PM EDT
epp_ContactInfoReq() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactInfoReq
 
epp_ContactInfoReq(epp_Command, String) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactInfoReq
 
epp_ContactInfoRsp - class org.openrtk.idl.epp.contact.epp_ContactInfoRsp.
org/openrtk/idl/epp/contact/epp_ContactInfoRsp.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:12 PM EDT
epp_ContactInfoRsp() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
epp_ContactInfoRsp(epp_Response, String, epp_ContactNameAddress, epp_ContactNameAddress, epp_ContactPhone, epp_ContactPhone, String, epp_ContactStatus[], String, String, String, String, String, String, String, epp_AuthInfo) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
epp_ContactNameAddress - class org.openrtk.idl.epp.contact.epp_ContactNameAddress.
org/openrtk/idl/epp/contact/epp_ContactNameAddress.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:12 PM EDT
epp_ContactNameAddress() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactNameAddress
 
epp_ContactNameAddress(String, String, epp_ContactAddress) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactNameAddress
 
epp_ContactPhone - class org.openrtk.idl.epp.contact.epp_ContactPhone.
org/openrtk/idl/epp/contact/epp_ContactPhone.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:12 PM EDT
epp_ContactPhone() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactPhone
 
epp_ContactPhone(String, String) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactPhone
 
epp_ContactStatus - class org.openrtk.idl.epp.contact.epp_ContactStatus.
org/openrtk/idl/epp/contact/epp_ContactStatus.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:12 PM EDT
epp_ContactStatus() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactStatus
 
epp_ContactStatus(epp_ContactStatusType, String, String) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactStatus
 
epp_ContactStatusType - class org.openrtk.idl.epp.contact.epp_ContactStatusType.
org/openrtk/idl/epp/contact/epp_ContactStatusType.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:12 PM EDT
epp_ContactStatusType(int) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactStatusType
 
epp_ContactTransfer - interface org.openrtk.idl.epp.contact.epp_ContactTransfer.
org/openrtk/idl/epp/contact/epp_ContactTransfer.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:13 PM EDT
epp_ContactTransferOperations - interface org.openrtk.idl.epp.contact.epp_ContactTransferOperations.
org/openrtk/idl/epp/contact/epp_ContactTransferOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:13 PM EDT
epp_ContactTransferReq - class org.openrtk.idl.epp.contact.epp_ContactTransferReq.
org/openrtk/idl/epp/contact/epp_ContactTransferReq.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:13 PM EDT
epp_ContactTransferReq() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactTransferReq
 
epp_ContactTransferReq(epp_Command, epp_TransferRequest, String) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactTransferReq
 
epp_ContactTransferRsp - class org.openrtk.idl.epp.contact.epp_ContactTransferRsp.
org/openrtk/idl/epp/contact/epp_ContactTransferRsp.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:13 PM EDT
epp_ContactTransferRsp() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
 
epp_ContactTransferRsp(epp_Response, String, epp_TransferStatusType, String, String, String, String) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
 
epp_ContactUpdate - interface org.openrtk.idl.epp.contact.epp_ContactUpdate.
org/openrtk/idl/epp/contact/epp_ContactUpdate.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:13 PM EDT
epp_ContactUpdateAddRemove - class org.openrtk.idl.epp.contact.epp_ContactUpdateAddRemove.
org/openrtk/idl/epp/contact/epp_ContactUpdateAddRemove.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:13 PM EDT
epp_ContactUpdateAddRemove() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactUpdateAddRemove
 
epp_ContactUpdateAddRemove(epp_ContactStatus[]) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactUpdateAddRemove
 
epp_ContactUpdateChange - class org.openrtk.idl.epp.contact.epp_ContactUpdateChange.
org/openrtk/idl/epp/contact/epp_ContactUpdateChange.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:13 PM EDT
epp_ContactUpdateChange() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
 
epp_ContactUpdateChange(epp_ContactNameAddress, epp_ContactNameAddress, epp_ContactPhone, epp_ContactPhone, String, epp_AuthInfo) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
 
epp_ContactUpdateOperations - interface org.openrtk.idl.epp.contact.epp_ContactUpdateOperations.
org/openrtk/idl/epp/contact/epp_ContactUpdateOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:13 PM EDT
epp_ContactUpdateReq - class org.openrtk.idl.epp.contact.epp_ContactUpdateReq.
org/openrtk/idl/epp/contact/epp_ContactUpdateReq.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:13 PM EDT
epp_ContactUpdateReq() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
 
epp_ContactUpdateReq(epp_Command, String, epp_ContactUpdateAddRemove, epp_ContactUpdateAddRemove, epp_ContactUpdateChange) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
 
epp_ContactUpdateRsp - class org.openrtk.idl.epp.contact.epp_ContactUpdateRsp.
org/openrtk/idl/epp/contact/epp_ContactUpdateRsp.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_contact.idl Thursday, July 26, 2001 6:26:13 PM EDT
epp_ContactUpdateRsp() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactUpdateRsp
 
epp_ContactUpdateRsp(epp_Response) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactUpdateRsp
 
epp_ContactVoice - class org.openrtk.idl.epp.contact.epp_ContactVoice.
Deprecated class to maintain some backward compatibility.
epp_ContactVoice() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactVoice
 
epp_ContactVoice(String, String) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactVoice
 
epp_Credentials - class org.openrtk.idl.epp.epp_Credentials.
org/openrtk/idl/epp/epp_Credentials.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_Credentials() - Constructor for class org.openrtk.idl.epp.epp_Credentials
 
epp_Credentials(String, String, String, epp_Options) - Constructor for class org.openrtk.idl.epp.epp_Credentials
 
EPP_DATA_MANAGEMENT_POLICY_VIOLATION - Static variable in interface org.openrtk.idl.epp.epp_Session
 
epp_DomainCheck - interface org.openrtk.idl.epp.domain.epp_DomainCheck.
org/openrtk/idl/epp/domain/epp_DomainCheck.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainCheckOperations - interface org.openrtk.idl.epp.domain.epp_DomainCheckOperations.
org/openrtk/idl/epp/domain/epp_DomainCheckOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainCheckReq - class org.openrtk.idl.epp.domain.epp_DomainCheckReq.
org/openrtk/idl/epp/domain/epp_DomainCheckReq.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainCheckReq() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainCheckReq
 
epp_DomainCheckReq(epp_Command, String[]) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainCheckReq
 
epp_DomainCheckRsp - class org.openrtk.idl.epp.domain.epp_DomainCheckRsp.
org/openrtk/idl/epp/domain/epp_DomainCheckRsp.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainCheckRsp() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainCheckRsp
 
epp_DomainCheckRsp(epp_Response, epp_CheckResult[]) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainCheckRsp
 
epp_DomainContact - class org.openrtk.idl.epp.domain.epp_DomainContact.
org/openrtk/idl/epp/domain/epp_DomainContact.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainContact() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainContact
 
epp_DomainContact(epp_DomainContactType, String) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainContact
 
epp_DomainContactType - class org.openrtk.idl.epp.domain.epp_DomainContactType.
org/openrtk/idl/epp/domain/epp_DomainContactType.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainContactType(int) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainContactType
 
epp_DomainCreate - interface org.openrtk.idl.epp.domain.epp_DomainCreate.
org/openrtk/idl/epp/domain/epp_DomainCreate.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainCreateOperations - interface org.openrtk.idl.epp.domain.epp_DomainCreateOperations.
org/openrtk/idl/epp/domain/epp_DomainCreateOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainCreateReq - class org.openrtk.idl.epp.domain.epp_DomainCreateReq.
org/openrtk/idl/epp/domain/epp_DomainCreateReq.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainCreateReq() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainCreateReq
 
epp_DomainCreateReq(epp_Command, String, epp_DomainPeriod, String[], String, epp_DomainContact[], epp_AuthInfo) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainCreateReq
 
epp_DomainCreateRsp - class org.openrtk.idl.epp.domain.epp_DomainCreateRsp.
org/openrtk/idl/epp/domain/epp_DomainCreateRsp.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainCreateRsp() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
 
epp_DomainCreateRsp(epp_Response, String, String, String) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
 
epp_DomainDelete - interface org.openrtk.idl.epp.domain.epp_DomainDelete.
org/openrtk/idl/epp/domain/epp_DomainDelete.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainDeleteOperations - interface org.openrtk.idl.epp.domain.epp_DomainDeleteOperations.
org/openrtk/idl/epp/domain/epp_DomainDeleteOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainDeleteReq - class org.openrtk.idl.epp.domain.epp_DomainDeleteReq.
org/openrtk/idl/epp/domain/epp_DomainDeleteReq.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainDeleteReq() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainDeleteReq
 
epp_DomainDeleteReq(epp_Command, String) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainDeleteReq
 
epp_DomainDeleteRsp - class org.openrtk.idl.epp.domain.epp_DomainDeleteRsp.
org/openrtk/idl/epp/domain/epp_DomainDeleteRsp.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainDeleteRsp() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainDeleteRsp
 
epp_DomainDeleteRsp(epp_Response) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainDeleteRsp
 
epp_DomainInfo - interface org.openrtk.idl.epp.domain.epp_DomainInfo.
org/openrtk/idl/epp/domain/epp_DomainInfo.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainInfoOperations - interface org.openrtk.idl.epp.domain.epp_DomainInfoOperations.
org/openrtk/idl/epp/domain/epp_DomainInfoOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainInfoReq - class org.openrtk.idl.epp.domain.epp_DomainInfoReq.
org/openrtk/idl/epp/domain/epp_DomainInfoReq.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainInfoReq() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainInfoReq
 
epp_DomainInfoReq(epp_Command, String) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainInfoReq
 
epp_DomainInfoRsp - class org.openrtk.idl.epp.domain.epp_DomainInfoRsp.
org/openrtk/idl/epp/domain/epp_DomainInfoRsp.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainInfoRsp() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
epp_DomainInfoRsp(epp_Response, String, String, epp_DomainStatus[], String, epp_DomainContact[], String[], String[], String, String, String, String, String, String, String, epp_AuthInfo) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
epp_DomainPeriod - class org.openrtk.idl.epp.domain.epp_DomainPeriod.
org/openrtk/idl/epp/domain/epp_DomainPeriod.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainPeriod() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainPeriod
 
epp_DomainPeriod(epp_DomainPeriodUnitType, short) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainPeriod
 
epp_DomainPeriodUnitType - class org.openrtk.idl.epp.domain.epp_DomainPeriodUnitType.
org/openrtk/idl/epp/domain/epp_DomainPeriodUnitType.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainPeriodUnitType(int) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainPeriodUnitType
 
epp_DomainRenew - interface org.openrtk.idl.epp.domain.epp_DomainRenew.
org/openrtk/idl/epp/domain/epp_DomainRenew.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainRenewOperations - interface org.openrtk.idl.epp.domain.epp_DomainRenewOperations.
org/openrtk/idl/epp/domain/epp_DomainRenewOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainRenewReq - class org.openrtk.idl.epp.domain.epp_DomainRenewReq.
org/openrtk/idl/epp/domain/epp_DomainRenewReq.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainRenewReq() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainRenewReq
 
epp_DomainRenewReq(epp_Command, String, String, epp_DomainPeriod) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainRenewReq
 
epp_DomainRenewRsp - class org.openrtk.idl.epp.domain.epp_DomainRenewRsp.
org/openrtk/idl/epp/domain/epp_DomainRenewRsp.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainRenewRsp() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
 
epp_DomainRenewRsp(epp_Response, String, String, String) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
 
epp_DomainStatus - class org.openrtk.idl.epp.domain.epp_DomainStatus.
org/openrtk/idl/epp/domain/epp_DomainStatus.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:06 PM EDT
epp_DomainStatus() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainStatus
 
epp_DomainStatus(epp_DomainStatusType, String, String) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainStatus
 
epp_DomainStatusType - class org.openrtk.idl.epp.domain.epp_DomainStatusType.
org/openrtk/idl/epp/domain/epp_DomainStatusType.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:06 PM EDT
epp_DomainStatusType(int) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
epp_DomainTransfer - interface org.openrtk.idl.epp.domain.epp_DomainTransfer.
org/openrtk/idl/epp/domain/epp_DomainTransfer.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainTransferOperations - interface org.openrtk.idl.epp.domain.epp_DomainTransferOperations.
org/openrtk/idl/epp/domain/epp_DomainTransferOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainTransferReq - class org.openrtk.idl.epp.domain.epp_DomainTransferReq.
org/openrtk/idl/epp/domain/epp_DomainTransferReq.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainTransferReq() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainTransferReq
 
epp_DomainTransferReq(epp_Command, epp_TransferRequest, String, epp_DomainPeriod) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainTransferReq
 
epp_DomainTransferRsp - class org.openrtk.idl.epp.domain.epp_DomainTransferRsp.
org/openrtk/idl/epp/domain/epp_DomainTransferRsp.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainTransferRsp() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
epp_DomainTransferRsp(epp_Response, String, epp_TransferStatusType, String, String, String, String, String) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
epp_DomainUpdate - interface org.openrtk.idl.epp.domain.epp_DomainUpdate.
org/openrtk/idl/epp/domain/epp_DomainUpdate.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainUpdateAddRemove - class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove.
org/openrtk/idl/epp/domain/epp_DomainUpdateAddRemove.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainUpdateAddRemove() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove
 
epp_DomainUpdateAddRemove(String[], epp_DomainContact[], epp_DomainStatus[]) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove
 
epp_DomainUpdateChange - class org.openrtk.idl.epp.domain.epp_DomainUpdateChange.
org/openrtk/idl/epp/domain/epp_DomainUpdateChange.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainUpdateChange() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainUpdateChange
 
epp_DomainUpdateChange(String, epp_AuthInfo) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainUpdateChange
 
epp_DomainUpdateOperations - interface org.openrtk.idl.epp.domain.epp_DomainUpdateOperations.
org/openrtk/idl/epp/domain/epp_DomainUpdateOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainUpdateReq - class org.openrtk.idl.epp.domain.epp_DomainUpdateReq.
org/openrtk/idl/epp/domain/epp_DomainUpdateReq.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainUpdateReq() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
 
epp_DomainUpdateReq(epp_Command, String, epp_DomainUpdateAddRemove, epp_DomainUpdateChange, epp_DomainUpdateAddRemove) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
 
epp_DomainUpdateRsp - class org.openrtk.idl.epp.domain.epp_DomainUpdateRsp.
org/openrtk/idl/epp/domain/epp_DomainUpdateRsp.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_domain.idl Thursday, July 26, 2001 6:26:07 PM EDT
epp_DomainUpdateRsp() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainUpdateRsp
 
epp_DomainUpdateRsp(epp_Response) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainUpdateRsp
 
epp_Exception - exception org.openrtk.idl.epp.epp_Exception.
org/openrtk/idl/epp/epp_Exception.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_Exception() - Constructor for class org.openrtk.idl.epp.epp_Exception
 
epp_Exception(epp_Result[]) - Constructor for class org.openrtk.idl.epp.epp_Exception
 
epp_Greeting - class org.openrtk.idl.epp.epp_Greeting.
org/openrtk/idl/epp/epp_Greeting.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_Greeting() - Constructor for class org.openrtk.idl.epp.epp_Greeting
 
epp_Greeting(String, String, String[], String[], epp_Service[]) - Constructor for class org.openrtk.idl.epp.epp_Greeting
 
epp_Hello - interface org.openrtk.idl.epp.epp_Hello.
org/openrtk/idl/epp/epp_Hello.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_HelloOperations - interface org.openrtk.idl.epp.epp_HelloOperations.
org/openrtk/idl/epp/epp_HelloOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_HostAddress - class org.openrtk.idl.epp.host.epp_HostAddress.
org/openrtk/idl/epp/host/epp_HostAddress.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:09 PM EDT
epp_HostAddress() - Constructor for class org.openrtk.idl.epp.host.epp_HostAddress
 
epp_HostAddress(epp_HostAddressType, String) - Constructor for class org.openrtk.idl.epp.host.epp_HostAddress
 
epp_HostAddressType - class org.openrtk.idl.epp.host.epp_HostAddressType.
org/openrtk/idl/epp/host/epp_HostAddressType.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:09 PM EDT
epp_HostAddressType(int) - Constructor for class org.openrtk.idl.epp.host.epp_HostAddressType
 
epp_HostCheck - interface org.openrtk.idl.epp.host.epp_HostCheck.
org/openrtk/idl/epp/host/epp_HostCheck.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:10 PM EDT
epp_HostCheckOperations - interface org.openrtk.idl.epp.host.epp_HostCheckOperations.
org/openrtk/idl/epp/host/epp_HostCheckOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:10 PM EDT
epp_HostCheckReq - class org.openrtk.idl.epp.host.epp_HostCheckReq.
org/openrtk/idl/epp/host/epp_HostCheckReq.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:10 PM EDT
epp_HostCheckReq() - Constructor for class org.openrtk.idl.epp.host.epp_HostCheckReq
 
epp_HostCheckReq(epp_Command, String[]) - Constructor for class org.openrtk.idl.epp.host.epp_HostCheckReq
 
epp_HostCheckRsp - class org.openrtk.idl.epp.host.epp_HostCheckRsp.
org/openrtk/idl/epp/host/epp_HostCheckRsp.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:10 PM EDT
epp_HostCheckRsp() - Constructor for class org.openrtk.idl.epp.host.epp_HostCheckRsp
 
epp_HostCheckRsp(epp_Response, epp_CheckResult[]) - Constructor for class org.openrtk.idl.epp.host.epp_HostCheckRsp
 
epp_HostCreate - interface org.openrtk.idl.epp.host.epp_HostCreate.
org/openrtk/idl/epp/host/epp_HostCreate.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:10 PM EDT
epp_HostCreateOperations - interface org.openrtk.idl.epp.host.epp_HostCreateOperations.
org/openrtk/idl/epp/host/epp_HostCreateOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:10 PM EDT
epp_HostCreateReq - class org.openrtk.idl.epp.host.epp_HostCreateReq.
org/openrtk/idl/epp/host/epp_HostCreateReq.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:10 PM EDT
epp_HostCreateReq() - Constructor for class org.openrtk.idl.epp.host.epp_HostCreateReq
 
epp_HostCreateReq(epp_Command, String, epp_HostAddress[]) - Constructor for class org.openrtk.idl.epp.host.epp_HostCreateReq
 
epp_HostCreateRsp - class org.openrtk.idl.epp.host.epp_HostCreateRsp.
org/openrtk/idl/epp/host/epp_HostCreateRsp.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:10 PM EDT
epp_HostCreateRsp() - Constructor for class org.openrtk.idl.epp.host.epp_HostCreateRsp
 
epp_HostCreateRsp(epp_Response, String, String) - Constructor for class org.openrtk.idl.epp.host.epp_HostCreateRsp
 
epp_HostDelete - interface org.openrtk.idl.epp.host.epp_HostDelete.
org/openrtk/idl/epp/host/epp_HostDelete.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:10 PM EDT
epp_HostDeleteOperations - interface org.openrtk.idl.epp.host.epp_HostDeleteOperations.
org/openrtk/idl/epp/host/epp_HostDeleteOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:10 PM EDT
epp_HostDeleteReq - class org.openrtk.idl.epp.host.epp_HostDeleteReq.
org/openrtk/idl/epp/host/epp_HostDeleteReq.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:10 PM EDT
epp_HostDeleteReq() - Constructor for class org.openrtk.idl.epp.host.epp_HostDeleteReq
 
epp_HostDeleteReq(epp_Command, String) - Constructor for class org.openrtk.idl.epp.host.epp_HostDeleteReq
 
epp_HostDeleteRsp - class org.openrtk.idl.epp.host.epp_HostDeleteRsp.
org/openrtk/idl/epp/host/epp_HostDeleteRsp.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:10 PM EDT
epp_HostDeleteRsp() - Constructor for class org.openrtk.idl.epp.host.epp_HostDeleteRsp
 
epp_HostDeleteRsp(epp_Response) - Constructor for class org.openrtk.idl.epp.host.epp_HostDeleteRsp
 
epp_HostInfo - interface org.openrtk.idl.epp.host.epp_HostInfo.
org/openrtk/idl/epp/host/epp_HostInfo.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:09 PM EDT
epp_HostInfoOperations - interface org.openrtk.idl.epp.host.epp_HostInfoOperations.
org/openrtk/idl/epp/host/epp_HostInfoOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:10 PM EDT
epp_HostInfoReq - class org.openrtk.idl.epp.host.epp_HostInfoReq.
org/openrtk/idl/epp/host/epp_HostInfoReq.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:09 PM EDT
epp_HostInfoReq() - Constructor for class org.openrtk.idl.epp.host.epp_HostInfoReq
 
epp_HostInfoReq(epp_Command, String) - Constructor for class org.openrtk.idl.epp.host.epp_HostInfoReq
 
epp_HostInfoRsp - class org.openrtk.idl.epp.host.epp_HostInfoRsp.
org/openrtk/idl/epp/host/epp_HostInfoRsp.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:09 PM EDT
epp_HostInfoRsp() - Constructor for class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
epp_HostInfoRsp(epp_Response, String, String, boolean, epp_HostStatus[], epp_HostAddress[], String, String, String, String, String, String) - Constructor for class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
epp_HostStatus - class org.openrtk.idl.epp.host.epp_HostStatus.
org/openrtk/idl/epp/host/epp_HostStatus.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:09 PM EDT
epp_HostStatus() - Constructor for class org.openrtk.idl.epp.host.epp_HostStatus
 
epp_HostStatus(epp_HostStatusType, String, String) - Constructor for class org.openrtk.idl.epp.host.epp_HostStatus
 
epp_HostStatusType - class org.openrtk.idl.epp.host.epp_HostStatusType.
org/openrtk/idl/epp/host/epp_HostStatusType.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:09 PM EDT
epp_HostStatusType(int) - Constructor for class org.openrtk.idl.epp.host.epp_HostStatusType
 
epp_HostUpdate - interface org.openrtk.idl.epp.host.epp_HostUpdate.
org/openrtk/idl/epp/host/epp_HostUpdate.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:10 PM EDT
epp_HostUpdateAddRemove - class org.openrtk.idl.epp.host.epp_HostUpdateAddRemove.
org/openrtk/idl/epp/host/epp_HostUpdateAddRemove.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:10 PM EDT
epp_HostUpdateAddRemove() - Constructor for class org.openrtk.idl.epp.host.epp_HostUpdateAddRemove
 
epp_HostUpdateAddRemove(epp_HostAddress[], epp_HostStatus[]) - Constructor for class org.openrtk.idl.epp.host.epp_HostUpdateAddRemove
 
epp_HostUpdateChange - class org.openrtk.idl.epp.host.epp_HostUpdateChange.
org/openrtk/idl/epp/host/epp_HostUpdateChange.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:10 PM EDT
epp_HostUpdateChange() - Constructor for class org.openrtk.idl.epp.host.epp_HostUpdateChange
 
epp_HostUpdateChange(String) - Constructor for class org.openrtk.idl.epp.host.epp_HostUpdateChange
 
epp_HostUpdateOperations - interface org.openrtk.idl.epp.host.epp_HostUpdateOperations.
org/openrtk/idl/epp/host/epp_HostUpdateOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:10 PM EDT
epp_HostUpdateReq - class org.openrtk.idl.epp.host.epp_HostUpdateReq.
org/openrtk/idl/epp/host/epp_HostUpdateReq.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:10 PM EDT
epp_HostUpdateReq() - Constructor for class org.openrtk.idl.epp.host.epp_HostUpdateReq
 
epp_HostUpdateReq(epp_Command, String, epp_HostUpdateAddRemove, epp_HostUpdateAddRemove, epp_HostUpdateChange) - Constructor for class org.openrtk.idl.epp.host.epp_HostUpdateReq
 
epp_HostUpdateRsp - class org.openrtk.idl.epp.host.epp_HostUpdateRsp.
org/openrtk/idl/epp/host/epp_HostUpdateRsp.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp_host.idl Thursday, July 26, 2001 6:26:10 PM EDT
epp_HostUpdateRsp() - Constructor for class org.openrtk.idl.epp.host.epp_HostUpdateRsp
 
epp_HostUpdateRsp(epp_Response) - Constructor for class org.openrtk.idl.epp.host.epp_HostUpdateRsp
 
EPP_INVALID_AUTHORIZATION_IDENTIFIER - Static variable in interface org.openrtk.idl.epp.epp_Session
 
epp_Login - interface org.openrtk.idl.epp.epp_Login.
org/openrtk/idl/epp/epp_Login.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_LoginOperations - interface org.openrtk.idl.epp.epp_LoginOperations.
org/openrtk/idl/epp/epp_LoginOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_LoginReq - class org.openrtk.idl.epp.epp_LoginReq.
org/openrtk/idl/epp/epp_LoginReq.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_LoginReq() - Constructor for class org.openrtk.idl.epp.epp_LoginReq
 
epp_LoginReq(epp_Command, epp_Service[]) - Constructor for class org.openrtk.idl.epp.epp_LoginReq
 
epp_LoginRsp - class org.openrtk.idl.epp.epp_LoginRsp.
org/openrtk/idl/epp/epp_LoginRsp.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_LoginRsp() - Constructor for class org.openrtk.idl.epp.epp_LoginRsp
 
epp_LoginRsp(epp_Response) - Constructor for class org.openrtk.idl.epp.epp_LoginRsp
 
epp_Logout - interface org.openrtk.idl.epp.epp_Logout.
org/openrtk/idl/epp/epp_Logout.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_LogoutOperations - interface org.openrtk.idl.epp.epp_LogoutOperations.
org/openrtk/idl/epp/epp_LogoutOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_LogoutReq - class org.openrtk.idl.epp.epp_LogoutReq.
org/openrtk/idl/epp/epp_LogoutReq.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_LogoutReq() - Constructor for class org.openrtk.idl.epp.epp_LogoutReq
 
epp_LogoutReq(epp_Unspec, String) - Constructor for class org.openrtk.idl.epp.epp_LogoutReq
 
epp_LogoutRsp - class org.openrtk.idl.epp.epp_LogoutRsp.
org/openrtk/idl/epp/epp_LogoutRsp.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_LogoutRsp() - Constructor for class org.openrtk.idl.epp.epp_LogoutRsp
 
epp_LogoutRsp(epp_Response) - Constructor for class org.openrtk.idl.epp.epp_LogoutRsp
 
EPP_OBJECT_ASSOCIATION_PROHIBITS_OPERATION - Static variable in interface org.openrtk.idl.epp.epp_Session
 
EPP_OBJECT_DOES_NOT_EXIST - Static variable in interface org.openrtk.idl.epp.epp_Session
 
EPP_OBJECT_EXISTS - Static variable in interface org.openrtk.idl.epp.epp_Session
 
EPP_OBJECT_IS_NOT_ELIGIBLE_FOR_RENEWAL - Static variable in interface org.openrtk.idl.epp.epp_Session
 
EPP_OBJECT_IS_NOT_ELIGIBLE_FOR_TRANSFER - Static variable in interface org.openrtk.idl.epp.epp_Session
 
EPP_OBJECT_NOT_PENDING_TRANSFER - Static variable in interface org.openrtk.idl.epp.epp_Session
 
EPP_OBJECT_PENDING_TRANSFER - Static variable in interface org.openrtk.idl.epp.epp_Session
 
EPP_OBJECT_STATUS_PROHIBITS_OPERATION - Static variable in interface org.openrtk.idl.epp.epp_Session
 
epp_Options - class org.openrtk.idl.epp.epp_Options.
org/openrtk/idl/epp/epp_Options.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_Options() - Constructor for class org.openrtk.idl.epp.epp_Options
 
epp_Options(String, String) - Constructor for class org.openrtk.idl.epp.epp_Options
 
EPP_PARAMETER_VALUE_POLICY_ERROR - Static variable in interface org.openrtk.idl.epp.epp_Session
 
EPP_PARAMETER_VALUE_RANGE_ERROR - Static variable in interface org.openrtk.idl.epp.epp_Session
 
EPP_PARAMETER_VALUE_SYNTAX_ERROR - Static variable in interface org.openrtk.idl.epp.epp_Session
 
epp_Poll - interface org.openrtk.idl.epp.epp_Poll.
org/openrtk/idl/epp/epp_Poll.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_PollContactTransfer - class org.openrtk.idl.epp.epp_PollContactTransfer.
org/openrtk/idl/epp/epp_PollContactTransfer.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_PollContactTransfer() - Constructor for class org.openrtk.idl.epp.epp_PollContactTransfer
 
epp_PollContactTransfer(String, epp_AuthInfo) - Constructor for class org.openrtk.idl.epp.epp_PollContactTransfer
 
epp_PollDomainTransfer - class org.openrtk.idl.epp.epp_PollDomainTransfer.
org/openrtk/idl/epp/epp_PollDomainTransfer.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_PollDomainTransfer() - Constructor for class org.openrtk.idl.epp.epp_PollDomainTransfer
 
epp_PollDomainTransfer(String, epp_AuthInfo) - Constructor for class org.openrtk.idl.epp.epp_PollDomainTransfer
 
epp_PollOperations - interface org.openrtk.idl.epp.epp_PollOperations.
org/openrtk/idl/epp/epp_PollOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_PollOpType - class org.openrtk.idl.epp.epp_PollOpType.
org/openrtk/idl/epp/epp_PollOpType.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:03 PM EDT
epp_PollOpType(int) - Constructor for class org.openrtk.idl.epp.epp_PollOpType
 
epp_PollReq - class org.openrtk.idl.epp.epp_PollReq.
org/openrtk/idl/epp/epp_PollReq.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_PollReq() - Constructor for class org.openrtk.idl.epp.epp_PollReq
 
epp_PollReq(epp_Command, epp_PollOpType, String) - Constructor for class org.openrtk.idl.epp.epp_PollReq
 
epp_PollResData - class org.openrtk.idl.epp.epp_PollResData.
org/openrtk/idl/epp/epp_PollResData.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_PollResData() - Constructor for class org.openrtk.idl.epp.epp_PollResData
 
epp_PollResData(epp_PollResDataType, epp_PollResDataUnion) - Constructor for class org.openrtk.idl.epp.epp_PollResData
 
epp_PollResDataType - class org.openrtk.idl.epp.epp_PollResDataType.
org/openrtk/idl/epp/epp_PollResDataType.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_PollResDataType(int) - Constructor for class org.openrtk.idl.epp.epp_PollResDataType
 
epp_PollResDataUnion - class org.openrtk.idl.epp.epp_PollResDataUnion.
org/openrtk/idl/epp/epp_PollResDataUnion.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_PollResDataUnion() - Constructor for class org.openrtk.idl.epp.epp_PollResDataUnion
 
epp_PollRsp - class org.openrtk.idl.epp.epp_PollRsp.
org/openrtk/idl/epp/epp_PollRsp.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_PollRsp() - Constructor for class org.openrtk.idl.epp.epp_PollRsp
 
epp_PollRsp(epp_Response, epp_PollResData) - Constructor for class org.openrtk.idl.epp.epp_PollRsp
 
EPP_REQUIRED_PARAMETER_MISSING - Static variable in interface org.openrtk.idl.epp.epp_Session
 
epp_Response - class org.openrtk.idl.epp.epp_Response.
org/openrtk/idl/epp/epp_Response.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_Response() - Constructor for class org.openrtk.idl.epp.epp_Response
 
epp_Response(epp_Result[], int, String, epp_TransID) - Constructor for class org.openrtk.idl.epp.epp_Response
 
epp_Result - class org.openrtk.idl.epp.epp_Result.
org/openrtk/idl/epp/epp_Result.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_Result() - Constructor for class org.openrtk.idl.epp.epp_Result
 
epp_Result(short, String, String, String, String[]) - Constructor for class org.openrtk.idl.epp.epp_Result
 
epp_Service - class org.openrtk.idl.epp.epp_Service.
org/openrtk/idl/epp/epp_Service.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_Service() - Constructor for class org.openrtk.idl.epp.epp_Service
 
epp_Service(String, String, String) - Constructor for class org.openrtk.idl.epp.epp_Service
 
epp_Session - interface org.openrtk.idl.epp.epp_Session.
org/openrtk/idl/epp/epp_Session.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
EPP_SESSION_LIMIT_EXCEEDED_SERVER_CLOSING_CONNECTION - Static variable in interface org.openrtk.idl.epp.epp_Session
 
epp_SessionOperations - interface org.openrtk.idl.epp.epp_SessionOperations.
org/openrtk/idl/epp/epp_SessionOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
EPP_TIMEOUT_SERVER_ENDING_SESSION - Static variable in interface org.openrtk.idl.epp.epp_Session
 
epp_TransferOpType - class org.openrtk.idl.epp.epp_TransferOpType.
org/openrtk/idl/epp/epp_TransferOpType.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:03 PM EDT
epp_TransferOpType(int) - Constructor for class org.openrtk.idl.epp.epp_TransferOpType
 
epp_TransferRequest - class org.openrtk.idl.epp.epp_TransferRequest.
org/openrtk/idl/epp/epp_TransferRequest.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_TransferRequest() - Constructor for class org.openrtk.idl.epp.epp_TransferRequest
 
epp_TransferRequest(epp_AuthInfo, epp_TransferOpType) - Constructor for class org.openrtk.idl.epp.epp_TransferRequest
 
epp_TransferStatusType - class org.openrtk.idl.epp.epp_TransferStatusType.
org/openrtk/idl/epp/epp_TransferStatusType.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:03 PM EDT
epp_TransferStatusType(int) - Constructor for class org.openrtk.idl.epp.epp_TransferStatusType
 
epp_TransID - class org.openrtk.idl.epp.epp_TransID.
org/openrtk/idl/epp/epp_TransID.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:03 PM EDT
epp_TransID() - Constructor for class org.openrtk.idl.epp.epp_TransID
 
epp_TransID(String, String) - Constructor for class org.openrtk.idl.epp.epp_TransID
 
EPP_UNIMPLEMENTED_COMMAND - Static variable in interface org.openrtk.idl.epp.epp_Session
 
EPP_UNIMPLEMENTED_EXTENSION - Static variable in interface org.openrtk.idl.epp.epp_Session
 
EPP_UNIMPLEMENTED_OBJECT_SERVICE - Static variable in interface org.openrtk.idl.epp.epp_Session
 
EPP_UNIMPLEMENTED_OPTION - Static variable in interface org.openrtk.idl.epp.epp_Session
 
EPP_UNIMPLEMENTED_PROTOCOL_VERSION - Static variable in interface org.openrtk.idl.epp.epp_Session
 
EPP_UNKNOWN_COMMAND - Static variable in interface org.openrtk.idl.epp.epp_Session
 
epp_Unspec - interface org.openrtk.idl.epp.epp_Unspec.
org/openrtk/idl/epp/epp_Unspec.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_UnspecOperations - interface org.openrtk.idl.epp.epp_UnspecOperations.
org/openrtk/idl/epp/epp_UnspecOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_XMLException - exception org.openrtk.idl.epp.epp_XMLException.
org/openrtk/idl/epp/epp_XMLException.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:04 PM EDT
epp_XMLException() - Constructor for class org.openrtk.idl.epp.epp_XMLException
 
epp_XMLException(String) - Constructor for class org.openrtk.idl.epp.epp_XMLException
 
EPPClient - class com.tucows.oxrs.epp.rtk.EPPClient.
EPP Client -- encapsulates all the connection and communication with the EPP Server.
EPPClient() - Constructor for class com.tucows.oxrs.epp.rtk.EPPClient
Default constructor -- uses default version, lang and timeout values.
EPPClient(String, int, String, String) - Constructor for class com.tucows.oxrs.epp.rtk.EPPClient
Constructor with EPP Hostname, EPP Host port, client id and password, in that order.
EPPClient(String, String) - Constructor for class com.tucows.oxrs.epp.rtk.EPPClient
Construtor with client id and password
EPPContactBase - class com.tucows.oxrs.epp.rtk.xml.EPPContactBase.
Base abstract class for the Contact classes.
EPPContactBase() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPContactBase
Default Constructor.
EPPContactBase(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPContactBase
Constructor with the XML String.
EPPContactCheck - class com.tucows.oxrs.epp.rtk.xml.EPPContactCheck.
Class for the EPP Contact Check command and response.
EPPContactCheck() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPContactCheck
Default constructor
EPPContactCheck(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPContactCheck
Constructor with response XML string to automatically parse.
EPPContactCreate - class com.tucows.oxrs.epp.rtk.xml.EPPContactCreate.
Class for the EPP Contact Create command and response.
EPPContactCreate() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPContactCreate
Default constructor
EPPContactCreate(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPContactCreate
Constructor with response XML string to automatically parse.
EPPContactDelete - class com.tucows.oxrs.epp.rtk.xml.EPPContactDelete.
Class for the EPP Contact Delete command and response.
EPPContactDelete() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPContactDelete
Default constructor
EPPContactDelete(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPContactDelete
Constructor with response XML string to automatically parse.
EPPContactInfo - class com.tucows.oxrs.epp.rtk.xml.EPPContactInfo.
Class for the EPP Contact Info command and response.
EPPContactInfo() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPContactInfo
Default constructor
EPPContactInfo(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPContactInfo
Constructor with response XML string to automatically parse.
EPPContactTransfer - class com.tucows.oxrs.epp.rtk.xml.EPPContactTransfer.
Class for the EPP Contact Transfer command and response.
EPPContactTransfer() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPContactTransfer
Default constructor
EPPContactTransfer(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPContactTransfer
Constructor with response XML string to automatically parse.
EPPContactUpdate - class com.tucows.oxrs.epp.rtk.xml.EPPContactUpdate.
Class for the EPP Contact Update command and response.
EPPContactUpdate() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPContactUpdate
Default constructor
EPPContactUpdate(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPContactUpdate
Constructor with response XML string to automatically parse.
EPPDomainBase - class com.tucows.oxrs.epp.rtk.xml.EPPDomainBase.
Base abstract class for the Domain classes.
EPPDomainBase() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPDomainBase
Default constructor.
EPPDomainBase(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPDomainBase
Constructor with XML String Also initializes the static Hashtables.
EPPDomainCheck - class com.tucows.oxrs.epp.rtk.xml.EPPDomainCheck.
Class for the EPP Domain Check command and response.
EPPDomainCheck() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPDomainCheck
Default constructor
EPPDomainCheck(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPDomainCheck
Constructor with response XML string to automatically parse.
EPPDomainCreate - class com.tucows.oxrs.epp.rtk.xml.EPPDomainCreate.
Class for the EPP Domain Create command and response.
EPPDomainCreate() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPDomainCreate
Default constructor
EPPDomainCreate(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPDomainCreate
Constructor with response XML string to automatically parse.
EPPDomainDelete - class com.tucows.oxrs.epp.rtk.xml.EPPDomainDelete.
Class for the EPP Domain Delete command and response.
EPPDomainDelete() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPDomainDelete
Default constructor
EPPDomainDelete(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPDomainDelete
Constructor with response XML string to automatically parse.
EPPDomainInfo - class com.tucows.oxrs.epp.rtk.xml.EPPDomainInfo.
Class for the EPP Domain Info command and response.
EPPDomainInfo() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPDomainInfo
Default constructor
EPPDomainInfo(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPDomainInfo
Constructor with response XML string to automatically parse.
EPPDomainRenew - class com.tucows.oxrs.epp.rtk.xml.EPPDomainRenew.
Class for the EPP Domain Renew command and response.
EPPDomainRenew() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPDomainRenew
Default constructor
EPPDomainRenew(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPDomainRenew
Constructor with response XML string to automatically parse.
EPPDomainTransfer - class com.tucows.oxrs.epp.rtk.xml.EPPDomainTransfer.
Class for the EPP Domain Transfer command and response.
EPPDomainTransfer() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPDomainTransfer
Default constructor
EPPDomainTransfer(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPDomainTransfer
Constructor with response XML string to automatically parse.
EPPDomainUpdate - class com.tucows.oxrs.epp.rtk.xml.EPPDomainUpdate.
Class for the EPP Domain Update command and response.
EPPDomainUpdate() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPDomainUpdate
Default constructor
EPPDomainUpdate(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPDomainUpdate
Constructor with response XML string to automatically parse.
EPPGreeting - class com.tucows.oxrs.epp.rtk.xml.EPPGreeting.
Class to represent the EPP greeting from the server.
EPPGreeting() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPGreeting
Default constructor.
EPPGreeting(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPGreeting
Constructor with greeting XML string to automatically parse.
EPPHostBase - class com.tucows.oxrs.epp.rtk.xml.EPPHostBase.
Base abstract class for the Host classes.
EPPHostBase() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPHostBase
Default constructor.
EPPHostBase(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPHostBase
Constructor with XML String Also initializes the static Hashtables.
EPPHostCheck - class com.tucows.oxrs.epp.rtk.xml.EPPHostCheck.
Class for the EPP Host Check command and response.
EPPHostCheck() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPHostCheck
Default constructor
EPPHostCheck(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPHostCheck
Constructor with response XML string to automatically parse.
EPPHostCreate - class com.tucows.oxrs.epp.rtk.xml.EPPHostCreate.
Class for the EPP Host Create command and response.
EPPHostCreate() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPHostCreate
Default constructor
EPPHostCreate(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPHostCreate
Constructor with response XML string to automatically parse.
EPPHostDelete - class com.tucows.oxrs.epp.rtk.xml.EPPHostDelete.
Class for the EPP Host Delete command and response.
EPPHostDelete() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPHostDelete
Default constructor
EPPHostDelete(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPHostDelete
Constructor with response XML string to automatically parse.
EPPHostInfo - class com.tucows.oxrs.epp.rtk.xml.EPPHostInfo.
Class for the EPP Host Info command and response.
EPPHostInfo() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPHostInfo
Default constructor
EPPHostInfo(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPHostInfo
Constructor with response XML string to automatically parse.
EPPHostUpdate - class com.tucows.oxrs.epp.rtk.xml.EPPHostUpdate.
Class for the EPP Host Update command and response.
EPPHostUpdate() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPHostUpdate
Default constructor
EPPHostUpdate(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPHostUpdate
Constructor with response XML string to automatically parse.
EPPLogin - class com.tucows.oxrs.epp.rtk.xml.EPPLogin.
Class to represent the EPP login to the server.
EPPLogin() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPLogin
Default constructor.
EPPLogin(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPLogin
Constructor with response XML string to automatically parse.
EPPLogout - class com.tucows.oxrs.epp.rtk.xml.EPPLogout.
Class to represent the EPP logout from the server.
EPPLogout() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPLogout
Default constructor.
EPPLogout(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPLogout
Constructor with response XML string to automatically parse.
EPPPoll - class com.tucows.oxrs.epp.rtk.xml.EPPPoll.
 
EPPPoll() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPPoll
 
EPPPoll(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPPoll
 
EPPXMLBase - class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase.
Top-level abstract class for all RTK classes that deal with XML data.
EPPXMLBase() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
Default constructor
EPPXMLBase(String) - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
Constructor with XML String
EPPXMLErrors - class com.tucows.oxrs.epp.rtk.xml.EPPXMLErrors.
EPP XML Errors -- Handler for XML parsing errors
EPPXMLErrors() - Constructor for class com.tucows.oxrs.epp.rtk.xml.EPPXMLErrors
 
error(SAXParseException) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLErrors
 

F

fatalError(SAXParseException) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLErrors
 
from_int(int) - Static method in class org.openrtk.idl.epp.epp_AuthInfoType
 
from_int(int) - Static method in class org.openrtk.idl.epp.epp_PollResDataType
 
from_int(int) - Static method in class org.openrtk.idl.epp.epp_PollOpType
 
from_int(int) - Static method in class org.openrtk.idl.epp.epp_TransferStatusType
 
from_int(int) - Static method in class org.openrtk.idl.epp.epp_TransferOpType
 
from_int(int) - Static method in class org.openrtk.idl.epp.contact.epp_ContactStatusType
 
from_int(int) - Static method in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
from_int(int) - Static method in class org.openrtk.idl.epp.domain.epp_DomainContactType
 
from_int(int) - Static method in class org.openrtk.idl.epp.domain.epp_DomainPeriodUnitType
 
from_int(int) - Static method in class org.openrtk.idl.epp.host.epp_HostAddressType
 
from_int(int) - Static method in class org.openrtk.idl.epp.host.epp_HostStatusType
 
fromXML(Node) - Method in class com.tucows.oxrs.epp.rtk.xml.poll.contacttransfer
Populates the poll res data with epp_PollContactTransfer data.
fromXML(Node) - Method in class com.tucows.oxrs.epp.rtk.xml.poll.domaintransfer
Populates the poll res data with epp_PollDomainTransfer data.
fromXML(Node) - Method in interface com.tucows.oxrs.epp.rtk.xml.poll.PollResData
Converts a poll response data sub node (and its children nodes to the appropriate epp struct depending on the implementing class.
fromXML(String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainUpdate
Parses a new XML String and populates the response data member.
fromXML(String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPHostCreate
Parses a new XML String and populates the response data member.
fromXML(String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactCreate
Parses a new XML String and populates the response data member.
fromXML(String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPPoll
Parses the poll response XML.
fromXML(String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactTransfer
Parses a new XML String and populates the response data member.
fromXML(String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactDelete
Parses a new XML String and populates the response data member.
fromXML(String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactInfo
Parses a new XML String and populates the response data member.
fromXML(String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPGreeting
Parses a new XML String and populates the response data member.
fromXML(String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPHostUpdate
Parses a new XML String and populates the response data member.
fromXML(String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactUpdate
Parses a new XML String and populates the response data member.
fromXML(String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPHostCheck
Parses a new XML String and populates the response data member.
fromXML(String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainTransfer
Parses a new XML String and populates the response data member.
fromXML(String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainInfo
Parses a new XML String and populates the response data member.
fromXML(String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPHostInfo
Parses a new XML String and populates the response data member.
fromXML(String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainCheck
Parses a new XML String and populates the response data member.
fromXML(String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainRenew
Parses a new XML String and populates the response data member.
fromXML(String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactCheck
Parses a new XML String and populates the response data member.
fromXML(String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainDelete
Parses a new XML String and populates the response data member.
fromXML(String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPHostDelete
Parses a new XML String and populates the response data member.
fromXML(String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPLogin
Parses a new XML String and populates the response data member.
fromXML(String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPLogout
Parses a new XML String and populates the response data member.
fromXML(String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainCreate
Parses a new XML String and populates the response data member.
fromXML(String) - Method in class com.tucows.oxrs.epp.rtk.xml.unspec.RTKVersion
Parses an XML String of test number data from the unspec section of a response from the Registry.
fromXML(String) - Method in interface org.openrtk.idl.epp.epp_UnspecOperations
 
fromXML(String) - Method in interface org.openrtk.idl.epp.epp_ActionOperations
 

G

getActionClientId() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
 
getActionClientId() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
getActionDate() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
 
getActionDate() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
getAdd() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
 
getAdd() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
 
getAdd() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateReq
 
getAddress() - Method in class org.openrtk.idl.epp.contact.epp_ContactNameAddress
 
getAddresses() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateAddRemove
 
getAddresses() - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
getAddresses() - Method in class org.openrtk.idl.epp.host.epp_HostCreateReq
 
getAsciiAddress() - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
 
getAsciiAddress() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
getAsciiAddress() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
 
getAuthInfo() - Method in class org.openrtk.idl.epp.epp_PollDomainTransfer
 
getAuthInfo() - Method in class org.openrtk.idl.epp.epp_TransferRequest
 
getAuthInfo() - Method in class org.openrtk.idl.epp.epp_PollContactTransfer
 
getAuthInfo() - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
 
getAuthInfo() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
getAuthInfo() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
 
getAuthInfo() - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
 
getAuthInfo() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
getAuthInfo() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateChange
 
getChange() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
 
getChange() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
 
getChange() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateReq
 
getCheckResultFor(epp_CheckResult[], String) - Static method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
Given an array of epp_CheckResult's, finds the matching value and returns it's exists value in a Boolean object.
getCity() - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
 
getClientId() - Method in class org.openrtk.idl.epp.epp_Credentials
 
getClientId() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
getClientId() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
getClientId() - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
getClientTrid() - Method in class org.openrtk.idl.epp.epp_LogoutReq
 
getClientTrid() - Method in class org.openrtk.idl.epp.epp_Command
 
getClientTrid() - Method in class org.openrtk.idl.epp.epp_TransID
 
getCmd() - Method in class org.openrtk.idl.epp.epp_PollReq
 
getCmd() - Method in class org.openrtk.idl.epp.epp_LoginReq
 
getCmd() - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
 
getCmd() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoReq
 
getCmd() - Method in class org.openrtk.idl.epp.contact.epp_ContactCheckReq
 
getCmd() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
 
getCmd() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferReq
 
getCmd() - Method in class org.openrtk.idl.epp.contact.epp_ContactDeleteReq
 
getCmd() - Method in class org.openrtk.idl.epp.domain.epp_DomainCheckReq
 
getCmd() - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
 
getCmd() - Method in class org.openrtk.idl.epp.domain.epp_DomainDeleteReq
 
getCmd() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
 
getCmd() - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
 
getCmd() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
 
getCmd() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoReq
 
getCmd() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateReq
 
getCmd() - Method in class org.openrtk.idl.epp.host.epp_HostInfoReq
 
getCmd() - Method in class org.openrtk.idl.epp.host.epp_HostDeleteReq
 
getCmd() - Method in class org.openrtk.idl.epp.host.epp_HostCreateReq
 
getCmd() - Method in class org.openrtk.idl.epp.host.epp_HostCheckReq
 
getCode() - Method in class org.openrtk.idl.epp.epp_Result
 
getContactRoid() - Method in class org.openrtk.idl.epp.epp_PollContactTransfer
 
getContacts() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove
 
getContacts() - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
 
getContacts() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
getCountryCode() - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
 
getCreatedBy() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
getCreatedBy() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
getCreatedBy() - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
getCreatedDate() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
getCreatedDate() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
getCreatedDate() - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
getCreds() - Method in class org.openrtk.idl.epp.epp_Command
 
getCurrentExpirationDate() - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
 
getData() - Method in class org.openrtk.idl.epp.epp_PollResData
 
getDebugLevel() - Static method in class com.tucows.oxrs.epp.rtk.RTKBase
Accessor method for the version
getDetails() - Method in class org.openrtk.idl.epp.epp_Exception
 
getDocumentElement() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
Using pre-set response XML, returns the document's Element.
getDomainName() - Method in class org.openrtk.idl.epp.epp_PollDomainTransfer
 
getElement(NodeList, String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
Given the node list, it finds the Element for the given name.
getEmail() - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
 
getEmail() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
getEmail() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
 
getEPPClientID() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the client id.
getEPPHostName() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the EPP Hostname
getEPPHostPort() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the EPP Host port
getEPPPassword() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the password
getEPPTimeout() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the EPP server timeout, in milliseconds
getError(Node) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLErrors
 
getErrorCount() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLErrors
 
getErrorMessage() - Method in class org.openrtk.idl.epp.epp_XMLException
 
getErrorMessages() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLErrors
 
getErrorNodes() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLErrors
 
getExists() - Method in class org.openrtk.idl.epp.epp_CheckResult
 
getExpirationDate() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
getExpirationDate() - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
 
getExpirationDate() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
getExpirationDate() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
getExpirationDate() - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
 
getExtension() - Method in class org.openrtk.idl.epp.contact.epp_ContactPhone
 
getFax() - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
 
getFax() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
getFax() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
 
getGreeting() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Retrieves the greeting from the EPP Server and returns it.
getHosts() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
getI15dAddress() - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
 
getI15dAddress() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
getI15dAddress() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
 
getId() - Method in class org.openrtk.idl.epp.epp_Result
 
getIp() - Method in class org.openrtk.idl.epp.host.epp_HostAddress
 
getLang() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the lang
getLang() - Method in class org.openrtk.idl.epp.epp_Result
 
getLang() - Method in class org.openrtk.idl.epp.epp_Options
 
getLang() - Method in class org.openrtk.idl.epp.contact.epp_ContactStatus
 
getLang() - Method in class org.openrtk.idl.epp.domain.epp_DomainStatus
 
getLang() - Method in class org.openrtk.idl.epp.host.epp_HostStatus
 
getLangs() - Method in class org.openrtk.idl.epp.epp_Greeting
 
getLastNetTransaction() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the time of the last successfull network transaction.
getLinked() - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
getMsg() - Method in class org.openrtk.idl.epp.epp_Result
 
getMsgID() - Method in class org.openrtk.idl.epp.epp_PollReq
 
getName() - Method in class org.openrtk.idl.epp.epp_Service
 
getName() - Method in class org.openrtk.idl.epp.contact.epp_ContactNameAddress
 
getName() - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
 
getName() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
getName() - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
 
getName() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
getName() - Method in class org.openrtk.idl.epp.domain.epp_DomainDeleteReq
 
getName() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
 
getName() - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
 
getName() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
 
getName() - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
 
getName() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoReq
 
getName() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateReq
 
getName() - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
getName() - Method in class org.openrtk.idl.epp.host.epp_HostInfoReq
 
getName() - Method in class org.openrtk.idl.epp.host.epp_HostDeleteReq
 
getName() - Method in class org.openrtk.idl.epp.host.epp_HostCreateRsp
 
getName() - Method in class org.openrtk.idl.epp.host.epp_HostCreateReq
 
getName() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateChange
 
getNames() - Method in class org.openrtk.idl.epp.domain.epp_DomainCheckReq
 
getNames() - Method in class org.openrtk.idl.epp.host.epp_HostCheckReq
 
getNameServers() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove
 
getNameServers() - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
 
getNameServers() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
getNewPassword() - Method in class org.openrtk.idl.epp.epp_Credentials
 
getNode(NodeList, String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
Given the node list, it finds the node for the given name Please see the Xerces documentation for more information regarding Nodes and Nodelists
getOp() - Method in class org.openrtk.idl.epp.epp_PollReq
 
getOp() - Method in class org.openrtk.idl.epp.epp_TransferRequest
 
getOptions() - Method in class org.openrtk.idl.epp.epp_Credentials
 
getOrg() - Method in class org.openrtk.idl.epp.contact.epp_ContactNameAddress
 
getPassword() - Method in class org.openrtk.idl.epp.epp_Credentials
 
getPeriod() - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
 
getPeriod() - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
 
getPeriod() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
 
getPollResData() - Method in class com.tucows.oxrs.epp.rtk.xml.poll.contacttransfer
Returns the epp_PollResData private member.
getPollResData() - Method in class com.tucows.oxrs.epp.rtk.xml.poll.domaintransfer
Returns the epp_PollResData private member.
getPollResData() - Method in interface com.tucows.oxrs.epp.rtk.xml.poll.PollResData
Returns the epp_PollResData that was populated in the call to "fromXML()".
getPostalCode() - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
 
getProtocol() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the protocol indicator
getQcount() - Method in class org.openrtk.idl.epp.epp_Response
 
getRegistrant() - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
 
getRegistrant() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
getRegistrant() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateChange
 
getRemove() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
 
getRemove() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
 
getRemove() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateReq
 
getRequestClientId() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
 
getRequestClientId() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
getRequestDate() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
 
getRequestDate() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
getResData() - Method in class org.openrtk.idl.epp.epp_PollRsp
 
getResponseData() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainUpdate
Accessor method for the domain update response data.
getResponseData() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPHostCreate
Accessor method for the host create response data.
getResponseData() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactCreate
Accessor method for the contact create response data.
getResponseData() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPPoll
Accessor method for the domain info request data.
getResponseData() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactTransfer
Accessor method for the contact transfer response data.
getResponseData() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactDelete
Accessor method for the contact check response data.
getResponseData() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactInfo
Accessor method for the contact info response data.
getResponseData() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPGreeting
Accessor method for the greeting data.
getResponseData() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPHostUpdate
Accessor method for the host update response data.
getResponseData() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactUpdate
Accessor method for the contact update response data.
getResponseData() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPHostCheck
Accessor method for the host check response data.
getResponseData() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainTransfer
Accessor method for the domain transfer response data.
getResponseData() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainInfo
Accessor method for the domain info response data.
getResponseData() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPHostInfo
Accessor method for the host info response data.
getResponseData() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainCheck
Accessor method for the domain check response data.
getResponseData() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainRenew
Accessor method for the domain check response data.
getResponseData() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactCheck
Accessor method for the contact check response data.
getResponseData() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainDelete
Accessor method for the domain delete response data.
getResponseData() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPHostDelete
Accessor method for the host check response data.
getResponseData() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPLogin
Accessor method for the login response data.
getResponseData() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPLogout
Accessor method for the logout response data.
getResponseData() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainCreate
Accessor method for the domain create response data.
getResponseData() - Method in interface org.openrtk.idl.epp.epp_PollOperations
 
getResponseData() - Method in interface org.openrtk.idl.epp.epp_LoginOperations
 
getResponseData() - Method in interface org.openrtk.idl.epp.epp_HelloOperations
 
getResponseData() - Method in interface org.openrtk.idl.epp.epp_LogoutOperations
 
getResponseData() - Method in interface org.openrtk.idl.epp.contact.epp_ContactUpdateOperations
 
getResponseData() - Method in interface org.openrtk.idl.epp.contact.epp_ContactCheckOperations
 
getResponseData() - Method in interface org.openrtk.idl.epp.contact.epp_ContactCreateOperations
 
getResponseData() - Method in interface org.openrtk.idl.epp.contact.epp_ContactDeleteOperations
 
getResponseData() - Method in interface org.openrtk.idl.epp.contact.epp_ContactTransferOperations
 
getResponseData() - Method in interface org.openrtk.idl.epp.contact.epp_ContactInfoOperations
 
getResponseData() - Method in interface org.openrtk.idl.epp.domain.epp_DomainUpdateOperations
 
getResponseData() - Method in interface org.openrtk.idl.epp.domain.epp_DomainCheckOperations
 
getResponseData() - Method in interface org.openrtk.idl.epp.domain.epp_DomainInfoOperations
 
getResponseData() - Method in interface org.openrtk.idl.epp.domain.epp_DomainDeleteOperations
 
getResponseData() - Method in interface org.openrtk.idl.epp.domain.epp_DomainCreateOperations
 
getResponseData() - Method in interface org.openrtk.idl.epp.domain.epp_DomainTransferOperations
 
getResponseData() - Method in interface org.openrtk.idl.epp.domain.epp_DomainRenewOperations
 
getResponseData() - Method in interface org.openrtk.idl.epp.host.epp_HostCheckOperations
 
getResponseData() - Method in interface org.openrtk.idl.epp.host.epp_HostCreateOperations
 
getResponseData() - Method in interface org.openrtk.idl.epp.host.epp_HostDeleteOperations
 
getResponseData() - Method in interface org.openrtk.idl.epp.host.epp_HostUpdateOperations
 
getResponseData() - Method in interface org.openrtk.idl.epp.host.epp_HostInfoOperations
 
getResults() - Method in class org.openrtk.idl.epp.epp_Response
 
getResults() - Method in class org.openrtk.idl.epp.contact.epp_ContactCheckRsp
 
getResults() - Method in class org.openrtk.idl.epp.domain.epp_DomainCheckRsp
 
getResults() - Method in class org.openrtk.idl.epp.host.epp_HostCheckRsp
 
getRoid() - Method in class org.openrtk.idl.epp.epp_AuthInfo
 
getRoid() - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateRsp
 
getRoid() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
 
getRoid() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
getRoid() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoReq
 
getRoid() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
 
getRoid() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferReq
 
getRoid() - Method in class org.openrtk.idl.epp.contact.epp_ContactDeleteReq
 
getRoid() - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
 
getRoid() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
getRoid() - Method in class org.openrtk.idl.epp.domain.epp_DomainContact
 
getRoid() - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
 
getRoid() - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
getRoid() - Method in class org.openrtk.idl.epp.host.epp_HostCreateRsp
 
getRoids() - Method in class org.openrtk.idl.epp.contact.epp_ContactCheckReq
 
getRsp() - Method in class org.openrtk.idl.epp.epp_LoginRsp
 
getRsp() - Method in class org.openrtk.idl.epp.epp_LogoutRsp
 
getRsp() - Method in class org.openrtk.idl.epp.epp_PollRsp
 
getRsp() - Method in class org.openrtk.idl.epp.contact.epp_ContactCheckRsp
 
getRsp() - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateRsp
 
getRsp() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
 
getRsp() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
getRsp() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateRsp
 
getRsp() - Method in class org.openrtk.idl.epp.contact.epp_ContactDeleteRsp
 
getRsp() - Method in class org.openrtk.idl.epp.domain.epp_DomainDeleteRsp
 
getRsp() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateRsp
 
getRsp() - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
 
getRsp() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
getRsp() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
getRsp() - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
 
getRsp() - Method in class org.openrtk.idl.epp.domain.epp_DomainCheckRsp
 
getRsp() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateRsp
 
getRsp() - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
getRsp() - Method in class org.openrtk.idl.epp.host.epp_HostDeleteRsp
 
getRsp() - Method in class org.openrtk.idl.epp.host.epp_HostCreateRsp
 
getRsp() - Method in class org.openrtk.idl.epp.host.epp_HostCheckRsp
 
getRTKProperties() - Static method in class com.tucows.oxrs.epp.rtk.RTKBase
Returns the global properties for the RTK.
getSchemaLocation() - Method in class org.openrtk.idl.epp.epp_Service
 
getServerDate() - Method in class org.openrtk.idl.epp.epp_Greeting
 
getServerId() - Method in class org.openrtk.idl.epp.epp_Greeting
 
getServerTrid() - Method in class org.openrtk.idl.epp.epp_TransID
 
getServices() - Method in class org.openrtk.idl.epp.epp_Greeting
 
getServices() - Method in class org.openrtk.idl.epp.epp_LoginReq
 
getStateProvince() - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
 
getStatus() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateAddRemove
 
getStatus() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
getStatus() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove
 
getStatus() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
getStatus() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateAddRemove
 
getStatus() - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
getStreet1() - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
 
getStreet2() - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
 
getStreet3() - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
 
getTrans() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferReq
 
getTrans() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
 
getTransferDate() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
getTransferDate() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
getTransferDate() - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
getTransferStatus() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
 
getTransferStatus() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
getTransId() - Method in class org.openrtk.idl.epp.epp_Response
 
getType() - Method in class org.openrtk.idl.epp.epp_AuthInfo
 
getType() - Method in class org.openrtk.idl.epp.epp_PollResData
 
getType() - Method in class org.openrtk.idl.epp.contact.epp_ContactStatus
 
getType() - Method in class org.openrtk.idl.epp.domain.epp_DomainContact
 
getType() - Method in class org.openrtk.idl.epp.domain.epp_DomainStatus
 
getType() - Method in class org.openrtk.idl.epp.host.epp_HostAddress
 
getType() - Method in class org.openrtk.idl.epp.host.epp_HostStatus
 
getUnit() - Method in class org.openrtk.idl.epp.domain.epp_DomainPeriod
 
getUnspec() - Method in class org.openrtk.idl.epp.epp_LogoutReq
 
getUnspec() - Method in class org.openrtk.idl.epp.epp_Command
 
getUnspecNode(String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
Gets the Node representing the unspec xml tag.
getUnspecString() - Method in class org.openrtk.idl.epp.epp_Response
 
getUpdatedBy() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
getUpdatedBy() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
getUpdatedBy() - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
getUpdatedDate() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
getUpdatedDate() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
getUpdatedDate() - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
getValue() - Method in class org.openrtk.idl.epp.epp_AuthInfo
 
getValue() - Method in class org.openrtk.idl.epp.epp_CheckResult
 
getValue() - Method in class org.openrtk.idl.epp.contact.epp_ContactPhone
 
getValue() - Method in class org.openrtk.idl.epp.contact.epp_ContactStatus
 
getValue() - Method in class org.openrtk.idl.epp.domain.epp_DomainStatus
 
getValue() - Method in class org.openrtk.idl.epp.domain.epp_DomainPeriod
 
getValue() - Method in class org.openrtk.idl.epp.host.epp_HostStatus
 
getValues() - Method in class org.openrtk.idl.epp.epp_Result
 
getVersion() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the version
getVersion() - Static method in class com.tucows.oxrs.epp.rtk.xml.unspec.RTKVersion
Returns RTK version number.
getVersion() - Method in class org.openrtk.idl.epp.epp_Options
 
getVersions() - Method in class org.openrtk.idl.epp.epp_Greeting
 
getVoice() - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
 
getVoice() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
getVoice() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
 
getXML() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
Accessor method for the response XML String
getXmlns() - Method in class org.openrtk.idl.epp.epp_Service
 

H

hello() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Issues a hello request to the EPP Server.
HOLD - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
host_ip_to_string_array_ - Static variable in class com.tucows.oxrs.epp.rtk.xml.EPPHostBase
Array to allow for conversion from epp_HostAddressType to a String representation of the host address.
host_ip_to_type_hash_ - Static variable in class com.tucows.oxrs.epp.rtk.xml.EPPHostBase
Hashtable to allow for conversion from String address type to epp_HostAddressType.
host_status_hash_ - Static variable in class com.tucows.oxrs.epp.rtk.xml.EPPHostBase
Hashtable to allow for conversion from String host status to epp_HostStatusType.
hostAddressTypeToString(epp_HostAddressType) - Static method in class com.tucows.oxrs.epp.rtk.xml.EPPHostBase
Convenience method to get a host address type string from an epp_HostAddressType object.
HostExample - class com.tucows.oxrs.epp.rtk.example.HostExample.
Example code for the EPP Host object.
HostExample() - Constructor for class com.tucows.oxrs.epp.rtk.example.HostExample
 
hostStatusFromString(String) - Static method in class com.tucows.oxrs.epp.rtk.xml.EPPHostBase
 
hostStatusToString(epp_HostStatusType) - Static method in class com.tucows.oxrs.epp.rtk.xml.EPPHostBase
Convenience method to get a host status string from an epp_HostStatusType object.

I

INACTIVE - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
initAuthInfoStringToTypeHash() - Static method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
 
initContactStatusHash() - Static method in class com.tucows.oxrs.epp.rtk.xml.EPPContactBase
 
initContactTypeHash() - Static method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainBase
 
initDomainStatusHash() - Static method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainBase
 
initHashes() - Static method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
 
initHashes() - Static method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainBase
 
initHashes() - Static method in class com.tucows.oxrs.epp.rtk.xml.EPPHostBase
 
initHashes() - Static method in class com.tucows.oxrs.epp.rtk.xml.EPPContactBase
 
initHostIpToTypeHash() - Static method in class com.tucows.oxrs.epp.rtk.xml.EPPHostBase
 
initHostStatusHash() - Static method in class com.tucows.oxrs.epp.rtk.xml.EPPHostBase
 
initTransferStatusToTypeHash() - Static method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
 
IPV4 - Static variable in class org.openrtk.idl.epp.host.epp_HostAddressType
 
IPV6 - Static variable in class org.openrtk.idl.epp.host.epp_HostAddressType
 
isValid() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
returns if the connections is valid.
isVersionSentOnLogin() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Returns whether RTK version number will be send on Login.

L

LOCK - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
 
LOCK - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
LOCK - Static variable in class org.openrtk.idl.epp.host.epp_HostStatusType
 
login(String) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Logs into the EPP Server using previously set client id and password
login(String, String) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Logs into the EPP Server using the previously set client id, and password If the new password is not null, it is also passed to the server to change your EPP client password.
This method also includes domain, host and contact object/XML information in the services section.
login(String, String, String) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Logs into the EPP Server using the given client id, password
login(String, String, String, String) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Logs into the EPP Server using the given client id, password and new password.
logout(String) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Logs out of EPP Server

M

m_action_client_id - Variable in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
 
m_action_client_id - Variable in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
m_action_date - Variable in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
 
m_action_date - Variable in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
m_add - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
 
m_add - Variable in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
 
m_add - Variable in class org.openrtk.idl.epp.host.epp_HostUpdateReq
 
m_address - Variable in class org.openrtk.idl.epp.contact.epp_ContactNameAddress
 
m_addresses - Variable in class org.openrtk.idl.epp.host.epp_HostUpdateAddRemove
 
m_addresses - Variable in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
m_addresses - Variable in class org.openrtk.idl.epp.host.epp_HostCreateReq
 
m_ascii_address - Variable in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
 
m_ascii_address - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
m_ascii_address - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
 
m_auth_info - Variable in class org.openrtk.idl.epp.epp_PollDomainTransfer
 
m_auth_info - Variable in class org.openrtk.idl.epp.epp_TransferRequest
 
m_auth_info - Variable in class org.openrtk.idl.epp.epp_PollContactTransfer
 
m_auth_info - Variable in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
 
m_auth_info - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
m_auth_info - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
 
m_auth_info - Variable in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
 
m_auth_info - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
m_auth_info - Variable in class org.openrtk.idl.epp.domain.epp_DomainUpdateChange
 
m_change - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
 
m_change - Variable in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
 
m_change - Variable in class org.openrtk.idl.epp.host.epp_HostUpdateReq
 
m_city - Variable in class org.openrtk.idl.epp.contact.epp_ContactAddress
 
m_client_id - Variable in class org.openrtk.idl.epp.epp_Credentials
 
m_client_id - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
m_client_id - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
m_client_id - Variable in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
m_client_trid - Variable in class org.openrtk.idl.epp.epp_LogoutReq
 
m_client_trid - Variable in class org.openrtk.idl.epp.epp_Command
 
m_client_trid - Variable in class org.openrtk.idl.epp.epp_TransID
 
m_cmd - Variable in class org.openrtk.idl.epp.epp_PollReq
 
m_cmd - Variable in class org.openrtk.idl.epp.epp_LoginReq
 
m_cmd - Variable in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
 
m_cmd - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoReq
 
m_cmd - Variable in class org.openrtk.idl.epp.contact.epp_ContactCheckReq
 
m_cmd - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
 
m_cmd - Variable in class org.openrtk.idl.epp.contact.epp_ContactTransferReq
 
m_cmd - Variable in class org.openrtk.idl.epp.contact.epp_ContactDeleteReq
 
m_cmd - Variable in class org.openrtk.idl.epp.domain.epp_DomainCheckReq
 
m_cmd - Variable in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
 
m_cmd - Variable in class org.openrtk.idl.epp.domain.epp_DomainDeleteReq
 
m_cmd - Variable in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
 
m_cmd - Variable in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
 
m_cmd - Variable in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
 
m_cmd - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoReq
 
m_cmd - Variable in class org.openrtk.idl.epp.host.epp_HostUpdateReq
 
m_cmd - Variable in class org.openrtk.idl.epp.host.epp_HostInfoReq
 
m_cmd - Variable in class org.openrtk.idl.epp.host.epp_HostDeleteReq
 
m_cmd - Variable in class org.openrtk.idl.epp.host.epp_HostCreateReq
 
m_cmd - Variable in class org.openrtk.idl.epp.host.epp_HostCheckReq
 
m_code - Variable in class org.openrtk.idl.epp.epp_Result
 
m_contact_roid - Variable in class org.openrtk.idl.epp.epp_PollContactTransfer
 
m_contact_transfer() - Method in class org.openrtk.idl.epp.epp_PollResDataUnion
 
m_contact_transfer(epp_PollContactTransfer) - Method in class org.openrtk.idl.epp.epp_PollResDataUnion
 
m_contacts - Variable in class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove
 
m_contacts - Variable in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
 
m_contacts - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
m_country_code - Variable in class org.openrtk.idl.epp.contact.epp_ContactAddress
 
m_created_by - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
m_created_by - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
m_created_by - Variable in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
m_created_date - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
m_created_date - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
m_created_date - Variable in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
m_creds - Variable in class org.openrtk.idl.epp.epp_Command
 
m_current_expiration_date - Variable in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
 
m_data - Variable in class org.openrtk.idl.epp.epp_PollResData
 
m_details - Variable in class org.openrtk.idl.epp.epp_Exception
 
m_domain_name - Variable in class org.openrtk.idl.epp.epp_PollDomainTransfer
 
m_domain_transfer() - Method in class org.openrtk.idl.epp.epp_PollResDataUnion
 
m_domain_transfer(epp_PollDomainTransfer) - Method in class org.openrtk.idl.epp.epp_PollResDataUnion
 
m_email - Variable in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
 
m_email - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
m_email - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
 
m_error_message - Variable in class org.openrtk.idl.epp.epp_XMLException
 
m_exists - Variable in class org.openrtk.idl.epp.epp_CheckResult
 
m_expiration_date - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
m_expiration_date - Variable in class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
 
m_expiration_date - Variable in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
m_expiration_date - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
m_expiration_date - Variable in class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
 
m_extension - Variable in class org.openrtk.idl.epp.contact.epp_ContactPhone
 
m_fax - Variable in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
 
m_fax - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
m_fax - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
 
m_hosts - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
m_i15d_address - Variable in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
 
m_i15d_address - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
m_i15d_address - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
 
m_id - Variable in class org.openrtk.idl.epp.epp_Result
 
m_ip - Variable in class org.openrtk.idl.epp.host.epp_HostAddress
 
m_lang - Variable in class org.openrtk.idl.epp.epp_Result
 
m_lang - Variable in class org.openrtk.idl.epp.epp_Options
 
m_lang - Variable in class org.openrtk.idl.epp.contact.epp_ContactStatus
 
m_lang - Variable in class org.openrtk.idl.epp.domain.epp_DomainStatus
 
m_lang - Variable in class org.openrtk.idl.epp.host.epp_HostStatus
 
m_langs - Variable in class org.openrtk.idl.epp.epp_Greeting
 
m_linked - Variable in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
m_msg - Variable in class org.openrtk.idl.epp.epp_Result
 
m_msgID - Variable in class org.openrtk.idl.epp.epp_PollReq
 
m_name - Variable in class org.openrtk.idl.epp.epp_Service
 
m_name - Variable in class org.openrtk.idl.epp.contact.epp_ContactNameAddress
 
m_name - Variable in class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
 
m_name - Variable in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
m_name - Variable in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
 
m_name - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
m_name - Variable in class org.openrtk.idl.epp.domain.epp_DomainDeleteReq
 
m_name - Variable in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
 
m_name - Variable in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
 
m_name - Variable in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
 
m_name - Variable in class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
 
m_name - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoReq
 
m_name - Variable in class org.openrtk.idl.epp.host.epp_HostUpdateReq
 
m_name - Variable in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
m_name - Variable in class org.openrtk.idl.epp.host.epp_HostInfoReq
 
m_name - Variable in class org.openrtk.idl.epp.host.epp_HostDeleteReq
 
m_name - Variable in class org.openrtk.idl.epp.host.epp_HostCreateRsp
 
m_name - Variable in class org.openrtk.idl.epp.host.epp_HostCreateReq
 
m_name - Variable in class org.openrtk.idl.epp.host.epp_HostUpdateChange
 
m_name_servers - Variable in class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove
 
m_name_servers - Variable in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
 
m_name_servers - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
m_names - Variable in class org.openrtk.idl.epp.domain.epp_DomainCheckReq
 
m_names - Variable in class org.openrtk.idl.epp.host.epp_HostCheckReq
 
m_new_password - Variable in class org.openrtk.idl.epp.epp_Credentials
 
m_op - Variable in class org.openrtk.idl.epp.epp_PollReq
 
m_op - Variable in class org.openrtk.idl.epp.epp_TransferRequest
 
m_options - Variable in class org.openrtk.idl.epp.epp_Credentials
 
m_org - Variable in class org.openrtk.idl.epp.contact.epp_ContactNameAddress
 
m_password - Variable in class org.openrtk.idl.epp.epp_Credentials
 
m_period - Variable in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
 
m_period - Variable in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
 
m_period - Variable in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
 
m_postal_code - Variable in class org.openrtk.idl.epp.contact.epp_ContactAddress
 
m_qcount - Variable in class org.openrtk.idl.epp.epp_Response
 
m_registrant - Variable in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
 
m_registrant - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
m_registrant - Variable in class org.openrtk.idl.epp.domain.epp_DomainUpdateChange
 
m_remove - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
 
m_remove - Variable in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
 
m_remove - Variable in class org.openrtk.idl.epp.host.epp_HostUpdateReq
 
m_request_client_id - Variable in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
 
m_request_client_id - Variable in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
m_request_date - Variable in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
 
m_request_date - Variable in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
m_res_data - Variable in class org.openrtk.idl.epp.epp_PollRsp
 
m_results - Variable in class org.openrtk.idl.epp.epp_Response
 
m_results - Variable in class org.openrtk.idl.epp.contact.epp_ContactCheckRsp
 
m_results - Variable in class org.openrtk.idl.epp.domain.epp_DomainCheckRsp
 
m_results - Variable in class org.openrtk.idl.epp.host.epp_HostCheckRsp
 
m_roid - Variable in class org.openrtk.idl.epp.epp_AuthInfo
 
m_roid - Variable in class org.openrtk.idl.epp.contact.epp_ContactCreateRsp
 
m_roid - Variable in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
 
m_roid - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
m_roid - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoReq
 
m_roid - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
 
m_roid - Variable in class org.openrtk.idl.epp.contact.epp_ContactTransferReq
 
m_roid - Variable in class org.openrtk.idl.epp.contact.epp_ContactDeleteReq
 
m_roid - Variable in class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
 
m_roid - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
m_roid - Variable in class org.openrtk.idl.epp.domain.epp_DomainContact
 
m_roid - Variable in class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
 
m_roid - Variable in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
m_roid - Variable in class org.openrtk.idl.epp.host.epp_HostCreateRsp
 
m_roids - Variable in class org.openrtk.idl.epp.contact.epp_ContactCheckReq
 
m_rsp - Variable in class org.openrtk.idl.epp.epp_LoginRsp
 
m_rsp - Variable in class org.openrtk.idl.epp.epp_LogoutRsp
 
m_rsp - Variable in class org.openrtk.idl.epp.epp_PollRsp
 
m_rsp - Variable in class org.openrtk.idl.epp.contact.epp_ContactCheckRsp
 
m_rsp - Variable in class org.openrtk.idl.epp.contact.epp_ContactCreateRsp
 
m_rsp - Variable in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
 
m_rsp - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
m_rsp - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateRsp
 
m_rsp - Variable in class org.openrtk.idl.epp.contact.epp_ContactDeleteRsp
 
m_rsp - Variable in class org.openrtk.idl.epp.domain.epp_DomainDeleteRsp
 
m_rsp - Variable in class org.openrtk.idl.epp.domain.epp_DomainUpdateRsp
 
m_rsp - Variable in class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
 
m_rsp - Variable in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
m_rsp - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
m_rsp - Variable in class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
 
m_rsp - Variable in class org.openrtk.idl.epp.domain.epp_DomainCheckRsp
 
m_rsp - Variable in class org.openrtk.idl.epp.host.epp_HostUpdateRsp
 
m_rsp - Variable in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
m_rsp - Variable in class org.openrtk.idl.epp.host.epp_HostDeleteRsp
 
m_rsp - Variable in class org.openrtk.idl.epp.host.epp_HostCreateRsp
 
m_rsp - Variable in class org.openrtk.idl.epp.host.epp_HostCheckRsp
 
m_schema_location - Variable in class org.openrtk.idl.epp.epp_Service
 
m_server_date - Variable in class org.openrtk.idl.epp.epp_Greeting
 
m_server_id - Variable in class org.openrtk.idl.epp.epp_Greeting
 
m_server_trid - Variable in class org.openrtk.idl.epp.epp_TransID
 
m_services - Variable in class org.openrtk.idl.epp.epp_Greeting
 
m_services - Variable in class org.openrtk.idl.epp.epp_LoginReq
 
m_state_province - Variable in class org.openrtk.idl.epp.contact.epp_ContactAddress
 
m_status - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateAddRemove
 
m_status - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
m_status - Variable in class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove
 
m_status - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
m_status - Variable in class org.openrtk.idl.epp.host.epp_HostUpdateAddRemove
 
m_status - Variable in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
m_street1 - Variable in class org.openrtk.idl.epp.contact.epp_ContactAddress
 
m_street2 - Variable in class org.openrtk.idl.epp.contact.epp_ContactAddress
 
m_street3 - Variable in class org.openrtk.idl.epp.contact.epp_ContactAddress
 
m_trans - Variable in class org.openrtk.idl.epp.contact.epp_ContactTransferReq
 
m_trans - Variable in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
 
m_trans_id - Variable in class org.openrtk.idl.epp.epp_Response
 
m_transfer_date - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
m_transfer_date - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
m_transfer_date - Variable in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
m_transfer_status - Variable in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
 
m_transfer_status - Variable in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
m_type - Variable in class org.openrtk.idl.epp.epp_AuthInfo
 
m_type - Variable in class org.openrtk.idl.epp.epp_PollResData
 
m_type - Variable in class org.openrtk.idl.epp.contact.epp_ContactStatus
 
m_type - Variable in class org.openrtk.idl.epp.domain.epp_DomainContact
 
m_type - Variable in class org.openrtk.idl.epp.domain.epp_DomainStatus
 
m_type - Variable in class org.openrtk.idl.epp.host.epp_HostAddress
 
m_type - Variable in class org.openrtk.idl.epp.host.epp_HostStatus
 
m_unit - Variable in class org.openrtk.idl.epp.domain.epp_DomainPeriod
 
m_unspec - Variable in class org.openrtk.idl.epp.epp_LogoutReq
 
m_unspec - Variable in class org.openrtk.idl.epp.epp_Command
 
m_unspec_string - Variable in class org.openrtk.idl.epp.epp_Response
 
m_updated_by - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
m_updated_by - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
m_updated_by - Variable in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
m_updated_date - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
m_updated_date - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
m_updated_date - Variable in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
m_value - Variable in class org.openrtk.idl.epp.epp_AuthInfo
 
m_value - Variable in class org.openrtk.idl.epp.epp_CheckResult
 
m_value - Variable in class org.openrtk.idl.epp.contact.epp_ContactPhone
 
m_value - Variable in class org.openrtk.idl.epp.contact.epp_ContactStatus
 
m_value - Variable in class org.openrtk.idl.epp.domain.epp_DomainStatus
 
m_value - Variable in class org.openrtk.idl.epp.domain.epp_DomainPeriod
 
m_value - Variable in class org.openrtk.idl.epp.host.epp_HostStatus
 
m_values - Variable in class org.openrtk.idl.epp.epp_Result
 
m_version - Variable in class org.openrtk.idl.epp.epp_Options
 
m_versions - Variable in class org.openrtk.idl.epp.epp_Greeting
 
m_voice - Variable in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
 
m_voice - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
m_voice - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
 
m_xmlns - Variable in class org.openrtk.idl.epp.epp_Service
 
main(String[]) - Static method in class com.tucows.oxrs.epp.rtk.example.SessionExample
Main of the example.
main(String[]) - Static method in class com.tucows.oxrs.epp.rtk.example.HostExample
Main of the example.
main(String[]) - Static method in class com.tucows.oxrs.epp.rtk.example.ContactExample
Main of the example.
main(String[]) - Static method in class com.tucows.oxrs.epp.rtk.example.DomainExample
Main of the example.
MONTH - Static variable in class org.openrtk.idl.epp.domain.epp_DomainPeriodUnitType
 

N

NEW - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 

O

OK - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
 
OK - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
OK - Static variable in class org.openrtk.idl.epp.host.epp_HostStatusType
 
org.openrtk.idl.epp - package org.openrtk.idl.epp
 
org.openrtk.idl.epp.contact - package org.openrtk.idl.epp.contact
 
org.openrtk.idl.epp.domain - package org.openrtk.idl.epp.domain
 
org.openrtk.idl.epp.host - package org.openrtk.idl.epp.host
 

P

parseGenericResult(Node) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
Given the response XML node, it extracts the result code and result text.
PENDING - Static variable in class org.openrtk.idl.epp.epp_TransferStatusType
 
PENDING_DELETE - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
 
PENDING_DELETE - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
PENDING_DELETE - Static variable in class org.openrtk.idl.epp.host.epp_HostStatusType
 
PENDING_TRANSFER - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
 
PENDING_TRANSFER - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
PENDING_VERIFICATION - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
period_unit_to_string_array_ - Static variable in class com.tucows.oxrs.epp.rtk.xml.EPPDomainBase
Array to allow for conversion from epp_DomainPeriodUnitType to a String representation of the unit type.
poll(String) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
 
poll(String, String) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
 
PollResData - interface com.tucows.oxrs.epp.rtk.xml.poll.PollResData.
This interface is used by EPPPoll to instantiate a Poll parser class without having to rely on a particular classname.
prepareAuthInfo(Document, String, epp_AuthInfo) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
Creates an EPP Element using the given epp_TransID.
prepareCreds(Document, epp_Credentials) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
Creates an EPP Element using the given epp_Credentials.
prepareUnspecElement(Document, epp_Unspec) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
Method to change an epp_Unspec instance to XML elements.
processAction(epp_Action) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Method required by the epp_Action interface.
processAction(epp_Action) - Method in interface org.openrtk.idl.epp.epp_SessionOperations
 
processXML(String) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Method required by the epp_Action interface.
processXML(String) - Method in interface org.openrtk.idl.epp.epp_SessionOperations
 
PROTOCOL_BXXP - Static variable in class com.tucows.oxrs.epp.rtk.EPPClient
The indicator for using BXXP.
PROTOCOL_TCP - Static variable in class com.tucows.oxrs.epp.rtk.EPPClient
The indicator for using only TCP streaming socket connection.
PROTOCOL_TCP_TLS - Static variable in class com.tucows.oxrs.epp.rtk.EPPClient
The indicator for using TCP streaming socket connection with SSL/TLS.
PW - Static variable in class org.openrtk.idl.epp.epp_AuthInfoType
 

Q

QUERY - Static variable in class org.openrtk.idl.epp.epp_TransferOpType
 

R

readFromServer() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Reads a complete XML message from the EPP Server.
REJECT - Static variable in class org.openrtk.idl.epp.epp_TransferOpType
 
REJECTED - Static variable in class org.openrtk.idl.epp.epp_TransferStatusType
 
REQ - Static variable in class org.openrtk.idl.epp.epp_PollOpType
 
REQUEST - Static variable in class org.openrtk.idl.epp.epp_TransferOpType
 
RTK_COMMUNICATIONS_FAILURE - Static variable in interface org.openrtk.idl.epp.epp_Session
 
RTK_UNEXPECTED_SERVER_DISCONNECT - Static variable in interface org.openrtk.idl.epp.epp_Session
 
RTK_VERSION - Static variable in class com.tucows.oxrs.epp.rtk.RTKBase
RTK Version number.
RTKBase - class com.tucows.oxrs.epp.rtk.RTKBase.
RTK Base -- Base of the registrar tool kit.
RTKBase() - Constructor for class com.tucows.oxrs.epp.rtk.RTKBase
 
RTKVersion - class com.tucows.oxrs.epp.rtk.xml.unspec.RTKVersion.
This class is used to exchange RTK version number with the Registry.
RTKVersion() - Constructor for class com.tucows.oxrs.epp.rtk.xml.unspec.RTKVersion
Default constructor

S

SessionExample - class com.tucows.oxrs.epp.rtk.example.SessionExample.
Example code for a typical logical EPP sessions.
SessionExample() - Constructor for class com.tucows.oxrs.epp.rtk.example.SessionExample
 
setActionClientId(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
 
setActionClientId(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
setActionDate(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
 
setActionDate(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
setAdd(epp_ContactUpdateAddRemove) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
 
setAdd(epp_DomainUpdateAddRemove) - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
 
setAdd(epp_HostUpdateAddRemove) - Method in class org.openrtk.idl.epp.host.epp_HostUpdateReq
 
setAddress(epp_ContactAddress) - Method in class org.openrtk.idl.epp.contact.epp_ContactNameAddress
 
setAddresses(epp_HostAddress[]) - Method in class org.openrtk.idl.epp.host.epp_HostUpdateAddRemove
 
setAddresses(epp_HostAddress[]) - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
setAddresses(epp_HostAddress[]) - Method in class org.openrtk.idl.epp.host.epp_HostCreateReq
 
setAsciiAddress(epp_ContactNameAddress) - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
 
setAsciiAddress(epp_ContactNameAddress) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
setAsciiAddress(epp_ContactNameAddress) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
 
setAuthInfo(epp_AuthInfo) - Method in class org.openrtk.idl.epp.epp_PollDomainTransfer
 
setAuthInfo(epp_AuthInfo) - Method in class org.openrtk.idl.epp.epp_TransferRequest
 
setAuthInfo(epp_AuthInfo) - Method in class org.openrtk.idl.epp.epp_PollContactTransfer
 
setAuthInfo(epp_AuthInfo) - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
 
setAuthInfo(epp_AuthInfo) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
setAuthInfo(epp_AuthInfo) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
 
setAuthInfo(epp_AuthInfo) - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
 
setAuthInfo(epp_AuthInfo) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
setAuthInfo(epp_AuthInfo) - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateChange
 
setChange(epp_ContactUpdateChange) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
 
setChange(epp_DomainUpdateChange) - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
 
setChange(epp_HostUpdateChange) - Method in class org.openrtk.idl.epp.host.epp_HostUpdateReq
 
setCity(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
 
setClientId(String) - Method in class org.openrtk.idl.epp.epp_Credentials
 
setClientId(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
setClientId(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
setClientId(String) - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
setClientTrid(String) - Method in class org.openrtk.idl.epp.epp_LogoutReq
 
setClientTrid(String) - Method in class org.openrtk.idl.epp.epp_Command
 
setClientTrid(String) - Method in class org.openrtk.idl.epp.epp_TransID
 
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.epp_PollReq
 
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.epp_LoginReq
 
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
 
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoReq
 
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.contact.epp_ContactCheckReq
 
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
 
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferReq
 
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.contact.epp_ContactDeleteReq
 
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.domain.epp_DomainCheckReq
 
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
 
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.domain.epp_DomainDeleteReq
 
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
 
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
 
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
 
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoReq
 
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.host.epp_HostUpdateReq
 
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.host.epp_HostInfoReq
 
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.host.epp_HostDeleteReq
 
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.host.epp_HostCreateReq
 
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.host.epp_HostCheckReq
 
setCode(short) - Method in class org.openrtk.idl.epp.epp_Result
 
setCommonAttributes(Element) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainBase
Sets the common XML attributes required for the domain object (eg.
setCommonAttributes(Element) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPHostBase
Sets the common XML attributes required for the host object (eg.
setCommonAttributes(Element) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactBase
Sets the common XML attributes required for the contact object (eg.
setContactRoid(String) - Method in class org.openrtk.idl.epp.epp_PollContactTransfer
 
setContacts(epp_DomainContact[]) - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove
 
setContacts(epp_DomainContact[]) - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
 
setContacts(epp_DomainContact[]) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
setCountryCode(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
 
setCreatedBy(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
setCreatedBy(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
setCreatedBy(String) - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
setCreatedDate(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
setCreatedDate(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
setCreatedDate(String) - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
setCreds(epp_Credentials) - Method in class org.openrtk.idl.epp.epp_Command
 
setCurrentExpirationDate(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
 
setData(epp_PollResDataUnion) - Method in class org.openrtk.idl.epp.epp_PollResData
 
setDebugLevel(int) - Static method in class com.tucows.oxrs.epp.rtk.RTKBase
Accessor method for the debug level.
setDetails(epp_Result[]) - Method in class org.openrtk.idl.epp.epp_Exception
 
setDomainName(String) - Method in class org.openrtk.idl.epp.epp_PollDomainTransfer
 
setEmail(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
 
setEmail(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
setEmail(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
 
setEPPClientID(String) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the client id.
setEPPHostName(String) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the EPP Hostname
setEPPHostPort(int) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the EPP Host port
setEPPPassword(String) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the password
setEPPTimeout(int) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the EPP server timeout, in milliseconds
setErrorMessage(String) - Method in class org.openrtk.idl.epp.epp_XMLException
 
setExists(boolean) - Method in class org.openrtk.idl.epp.epp_CheckResult
 
setExpirationDate(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
setExpirationDate(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
 
setExpirationDate(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
setExpirationDate(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
setExpirationDate(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
 
setExtension(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactPhone
 
setFax(epp_ContactPhone) - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
 
setFax(epp_ContactPhone) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
setFax(epp_ContactPhone) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
 
setFax(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
 
setHosts(String[]) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
setI15dAddress(epp_ContactNameAddress) - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
 
setI15dAddress(epp_ContactNameAddress) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
setI15dAddress(epp_ContactNameAddress) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
 
setId(String) - Method in class org.openrtk.idl.epp.epp_Result
 
setIp(String) - Method in class org.openrtk.idl.epp.host.epp_HostAddress
 
setLang(String) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the lang
setLang(String) - Method in class org.openrtk.idl.epp.epp_Result
 
setLang(String) - Method in class org.openrtk.idl.epp.epp_Options
 
setLang(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactStatus
 
setLang(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainStatus
 
setLang(String) - Method in class org.openrtk.idl.epp.host.epp_HostStatus
 
setLangs(String[]) - Method in class org.openrtk.idl.epp.epp_Greeting
 
setLinked(boolean) - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
setMsg(String) - Method in class org.openrtk.idl.epp.epp_Result
 
setMsgID(String) - Method in class org.openrtk.idl.epp.epp_PollReq
 
setName(String) - Method in class org.openrtk.idl.epp.epp_Service
 
setName(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactNameAddress
 
setName(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
 
setName(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
setName(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
 
setName(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
setName(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainDeleteReq
 
setName(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
 
setName(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
 
setName(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
 
setName(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
 
setName(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoReq
 
setName(String) - Method in class org.openrtk.idl.epp.host.epp_HostUpdateReq
 
setName(String) - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
setName(String) - Method in class org.openrtk.idl.epp.host.epp_HostInfoReq
 
setName(String) - Method in class org.openrtk.idl.epp.host.epp_HostDeleteReq
 
setName(String) - Method in class org.openrtk.idl.epp.host.epp_HostCreateRsp
 
setName(String) - Method in class org.openrtk.idl.epp.host.epp_HostCreateReq
 
setName(String) - Method in class org.openrtk.idl.epp.host.epp_HostUpdateChange
 
setNames(String[]) - Method in class org.openrtk.idl.epp.domain.epp_DomainCheckReq
 
setNames(String[]) - Method in class org.openrtk.idl.epp.host.epp_HostCheckReq
 
setNameServers(String[]) - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove
 
setNameServers(String[]) - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
 
setNameServers(String[]) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
setNewPassword(String) - Method in class org.openrtk.idl.epp.epp_Credentials
 
setOp(epp_PollOpType) - Method in class org.openrtk.idl.epp.epp_PollReq
 
setOp(epp_TransferOpType) - Method in class org.openrtk.idl.epp.epp_TransferRequest
 
setOptions(epp_Options) - Method in class org.openrtk.idl.epp.epp_Credentials
 
setOrg(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactNameAddress
 
setPassword(String) - Method in class org.openrtk.idl.epp.epp_Credentials
 
setPeriod(epp_DomainPeriod) - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
 
setPeriod(epp_DomainPeriod) - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
 
setPeriod(epp_DomainPeriod) - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
 
setPostalCode(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
 
setProtocol(int) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the protocol indicator
setQcount(int) - Method in class org.openrtk.idl.epp.epp_Response
 
setRegistrant(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
 
setRegistrant(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
setRegistrant(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateChange
 
setRemove(epp_ContactUpdateAddRemove) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
 
setRemove(epp_DomainUpdateAddRemove) - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
 
setRemove(epp_HostUpdateAddRemove) - Method in class org.openrtk.idl.epp.host.epp_HostUpdateReq
 
setRequestClientId(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
 
setRequestClientId(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
setRequestData(epp_ContactCheckReq) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactCheck
Accessor method for the contact check request data.
setRequestData(epp_ContactCheckReq) - Method in interface org.openrtk.idl.epp.contact.epp_ContactCheckOperations
 
setRequestData(epp_ContactCreateReq) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactCreate
Accessor method for the contact create request data.
setRequestData(epp_ContactCreateReq) - Method in interface org.openrtk.idl.epp.contact.epp_ContactCreateOperations
 
setRequestData(epp_ContactDeleteReq) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactDelete
Accessor method for the contact delete request data.
setRequestData(epp_ContactDeleteReq) - Method in interface org.openrtk.idl.epp.contact.epp_ContactDeleteOperations
 
setRequestData(epp_ContactInfoReq) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactInfo
Accessor method for the contact info request data.
setRequestData(epp_ContactInfoReq) - Method in interface org.openrtk.idl.epp.contact.epp_ContactInfoOperations
 
setRequestData(epp_ContactTransferReq) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactTransfer
Accessor method for the contact transfer request data.
setRequestData(epp_ContactTransferReq) - Method in interface org.openrtk.idl.epp.contact.epp_ContactTransferOperations
 
setRequestData(epp_ContactUpdateReq) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactUpdate
Accessor method for the contact update request data.
setRequestData(epp_ContactUpdateReq) - Method in interface org.openrtk.idl.epp.contact.epp_ContactUpdateOperations
 
setRequestData(epp_DomainCheckReq) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainCheck
Accessor method for the domain check request data.
setRequestData(epp_DomainCheckReq) - Method in interface org.openrtk.idl.epp.domain.epp_DomainCheckOperations
 
setRequestData(epp_DomainCreateReq) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainCreate
Accessor method for the domain create request data.
setRequestData(epp_DomainCreateReq) - Method in interface org.openrtk.idl.epp.domain.epp_DomainCreateOperations
 
setRequestData(epp_DomainDeleteReq) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainDelete
Accessor method for the domain delete request data.
setRequestData(epp_DomainDeleteReq) - Method in interface org.openrtk.idl.epp.domain.epp_DomainDeleteOperations
 
setRequestData(epp_DomainInfoReq) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainInfo
Accessor method for the domain info request data.
setRequestData(epp_DomainInfoReq) - Method in interface org.openrtk.idl.epp.domain.epp_DomainInfoOperations
 
setRequestData(epp_DomainRenewReq) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainRenew
Accessor method for the domain renew request data.
setRequestData(epp_DomainRenewReq) - Method in interface org.openrtk.idl.epp.domain.epp_DomainRenewOperations
 
setRequestData(epp_DomainTransferReq) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainTransfer
Accessor method for the domain transfer request data.
setRequestData(epp_DomainTransferReq) - Method in interface org.openrtk.idl.epp.domain.epp_DomainTransferOperations
 
setRequestData(epp_DomainUpdateReq) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainUpdate
Accessor method for the domain update request data.
setRequestData(epp_DomainUpdateReq) - Method in interface org.openrtk.idl.epp.domain.epp_DomainUpdateOperations
 
setRequestData(epp_HostCheckReq) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPHostCheck
Accessor method for the host check request data.
setRequestData(epp_HostCheckReq) - Method in interface org.openrtk.idl.epp.host.epp_HostCheckOperations
 
setRequestData(epp_HostCreateReq) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPHostCreate
Accessor method for the host create request data.
setRequestData(epp_HostCreateReq) - Method in interface org.openrtk.idl.epp.host.epp_HostCreateOperations
 
setRequestData(epp_HostDeleteReq) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPHostDelete
Accessor method for the host delete request data.
setRequestData(epp_HostDeleteReq) - Method in interface org.openrtk.idl.epp.host.epp_HostDeleteOperations
 
setRequestData(epp_HostInfoReq) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPHostInfo
Accessor method for the host info request data.
setRequestData(epp_HostInfoReq) - Method in interface org.openrtk.idl.epp.host.epp_HostInfoOperations
 
setRequestData(epp_HostUpdateReq) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPHostUpdate
Accessor method for the host update request data.
setRequestData(epp_HostUpdateReq) - Method in interface org.openrtk.idl.epp.host.epp_HostUpdateOperations
 
setRequestData(epp_LoginReq) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPLogin
Accessor method for the login request data.
setRequestData(epp_LoginReq) - Method in interface org.openrtk.idl.epp.epp_LoginOperations
 
setRequestData(epp_LogoutReq) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPLogout
Accessor method for the logout request data.
setRequestData(epp_LogoutReq) - Method in interface org.openrtk.idl.epp.epp_LogoutOperations
 
setRequestData(epp_PollReq) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPPoll
Accessor method for the domain info request data.
setRequestData(epp_PollReq) - Method in interface org.openrtk.idl.epp.epp_PollOperations
 
setRequestDate(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
 
setRequestDate(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
setResData(epp_PollResData) - Method in class org.openrtk.idl.epp.epp_PollRsp
 
setResults(epp_CheckResult[]) - Method in class org.openrtk.idl.epp.contact.epp_ContactCheckRsp
 
setResults(epp_CheckResult[]) - Method in class org.openrtk.idl.epp.domain.epp_DomainCheckRsp
 
setResults(epp_CheckResult[]) - Method in class org.openrtk.idl.epp.host.epp_HostCheckRsp
 
setResults(epp_Result[]) - Method in class org.openrtk.idl.epp.epp_Response
 
setRoid(String) - Method in class org.openrtk.idl.epp.epp_AuthInfo
 
setRoid(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateRsp
 
setRoid(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
 
setRoid(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
setRoid(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoReq
 
setRoid(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
 
setRoid(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferReq
 
setRoid(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactDeleteReq
 
setRoid(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
 
setRoid(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
setRoid(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainContact
 
setRoid(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
 
setRoid(String) - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
setRoid(String) - Method in class org.openrtk.idl.epp.host.epp_HostCreateRsp
 
setRoids(String[]) - Method in class org.openrtk.idl.epp.contact.epp_ContactCheckReq
 
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.epp_LoginRsp
 
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.epp_LogoutRsp
 
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.epp_PollRsp
 
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.contact.epp_ContactCheckRsp
 
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateRsp
 
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
 
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateRsp
 
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.contact.epp_ContactDeleteRsp
 
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.domain.epp_DomainDeleteRsp
 
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateRsp
 
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
 
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
 
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.domain.epp_DomainCheckRsp
 
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.host.epp_HostUpdateRsp
 
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.host.epp_HostDeleteRsp
 
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.host.epp_HostCreateRsp
 
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.host.epp_HostCheckRsp
 
setSchemaLocation(String) - Method in class org.openrtk.idl.epp.epp_Service
 
setServerDate(String) - Method in class org.openrtk.idl.epp.epp_Greeting
 
setServerId(String) - Method in class org.openrtk.idl.epp.epp_Greeting
 
setServerTrid(String) - Method in class org.openrtk.idl.epp.epp_TransID
 
setServices(epp_Service[]) - Method in class org.openrtk.idl.epp.epp_Greeting
 
setServices(epp_Service[]) - Method in class org.openrtk.idl.epp.epp_LoginReq
 
setSocketToEPPServer(Socket) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Bypass to the EPPClient's connect() methods.
setStateProvince(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
 
setStatus(epp_ContactStatus[]) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateAddRemove
 
setStatus(epp_ContactStatus[]) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
setStatus(epp_DomainStatus[]) - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove
 
setStatus(epp_DomainStatus[]) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
setStatus(epp_HostStatus[]) - Method in class org.openrtk.idl.epp.host.epp_HostUpdateAddRemove
 
setStatus(epp_HostStatus[]) - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
setStreet1(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
 
setStreet2(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
 
setStreet3(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
 
setTrans(epp_TransferRequest) - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferReq
 
setTrans(epp_TransferRequest) - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
 
setTransferDate(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
setTransferDate(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
setTransferDate(String) - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
setTransferStatus(epp_TransferStatusType) - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
 
setTransferStatus(epp_TransferStatusType) - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
setTransId(epp_TransID) - Method in class org.openrtk.idl.epp.epp_Response
 
setType(epp_AuthInfoType) - Method in class org.openrtk.idl.epp.epp_AuthInfo
 
setType(epp_ContactStatusType) - Method in class org.openrtk.idl.epp.contact.epp_ContactStatus
 
setType(epp_DomainContactType) - Method in class org.openrtk.idl.epp.domain.epp_DomainContact
 
setType(epp_DomainStatusType) - Method in class org.openrtk.idl.epp.domain.epp_DomainStatus
 
setType(epp_HostAddressType) - Method in class org.openrtk.idl.epp.host.epp_HostAddress
 
setType(epp_HostStatusType) - Method in class org.openrtk.idl.epp.host.epp_HostStatus
 
setType(epp_PollResDataType) - Method in class org.openrtk.idl.epp.epp_PollResData
 
setUnit(epp_DomainPeriodUnitType) - Method in class org.openrtk.idl.epp.domain.epp_DomainPeriod
 
setUnspec(epp_Unspec) - Method in class org.openrtk.idl.epp.epp_LogoutReq
 
setUnspec(epp_Unspec) - Method in class org.openrtk.idl.epp.epp_Command
 
setUnspecString(String) - Method in class org.openrtk.idl.epp.epp_Response
 
setUpdatedBy(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
setUpdatedBy(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
setUpdatedBy(String) - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
setUpdatedDate(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
setUpdatedDate(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
setUpdatedDate(String) - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
setValue(int) - Method in class org.openrtk.idl.epp.domain.epp_DomainPeriod
 
setValue(short) - Method in class org.openrtk.idl.epp.domain.epp_DomainPeriod
 
setValue(String) - Method in class org.openrtk.idl.epp.epp_AuthInfo
 
setValue(String) - Method in class org.openrtk.idl.epp.epp_CheckResult
 
setValue(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactPhone
 
setValue(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactStatus
 
setValue(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainStatus
 
setValue(String) - Method in class org.openrtk.idl.epp.host.epp_HostStatus
 
setValues(String[]) - Method in class org.openrtk.idl.epp.epp_Result
 
setVersion(String) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the version
setVersion(String) - Method in class org.openrtk.idl.epp.epp_Options
 
setVersions(String[]) - Method in class org.openrtk.idl.epp.epp_Greeting
 
setVersionSentOnLogin(boolean) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Set whether to send RTK version number on Login.
setVoice(epp_ContactPhone) - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
 
setVoice(epp_ContactPhone) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
setVoice(epp_ContactPhone) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
 
setXmlns(String) - Method in class org.openrtk.idl.epp.epp_Service
 
status_to_string_array_ - Static variable in class com.tucows.oxrs.epp.rtk.xml.EPPDomainBase
Array to allow for conversion from epp_DomainStatusType to a String representation of the domain status.
status_to_string_array_ - Static variable in class com.tucows.oxrs.epp.rtk.xml.EPPHostBase
Array to allow for conversion from epp_HostStatusType to a String representation of the host status.
status_to_string_array_ - Static variable in class com.tucows.oxrs.epp.rtk.xml.EPPContactBase
Array to allow for conversion from epp_ContactStatusType to a String representation of the contact status.
stringListToXML(Document, Element, String, List) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
Given a list of String values, create Elements all with the same tag name and all going under the same Element wrapper.

T

TECH - Static variable in class org.openrtk.idl.epp.domain.epp_DomainContactType
 
toString() - Method in class org.openrtk.idl.epp.epp_Exception
 
toString() - Method in class org.openrtk.idl.epp.epp_LogoutReq
 
toString() - Method in class org.openrtk.idl.epp.epp_Result
 
toString() - Method in class org.openrtk.idl.epp.epp_PollDomainTransfer
 
toString() - Method in class org.openrtk.idl.epp.epp_AuthInfo
 
toString() - Method in class org.openrtk.idl.epp.epp_PollReq
 
toString() - Method in class org.openrtk.idl.epp.epp_LoginRsp
 
toString() - Method in class org.openrtk.idl.epp.epp_TransferRequest
 
toString() - Method in class org.openrtk.idl.epp.epp_Command
 
toString() - Method in class org.openrtk.idl.epp.epp_PollResData
 
toString() - Method in class org.openrtk.idl.epp.epp_Greeting
 
toString() - Method in class org.openrtk.idl.epp.epp_XMLException
 
toString() - Method in class org.openrtk.idl.epp.epp_Credentials
 
toString() - Method in class org.openrtk.idl.epp.epp_TransID
 
toString() - Method in class org.openrtk.idl.epp.epp_PollContactTransfer
 
toString() - Method in class org.openrtk.idl.epp.epp_LogoutRsp
 
toString() - Method in class org.openrtk.idl.epp.epp_Service
 
toString() - Method in class org.openrtk.idl.epp.epp_PollRsp
 
toString() - Method in class org.openrtk.idl.epp.epp_Response
 
toString() - Method in class org.openrtk.idl.epp.epp_LoginReq
 
toString() - Method in class org.openrtk.idl.epp.epp_Options
 
toString() - Method in class org.openrtk.idl.epp.epp_CheckResult
 
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactCheckRsp
 
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateRsp
 
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
 
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
 
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
 
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactPhone
 
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactStatus
 
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateAddRemove
 
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
 
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoReq
 
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactNameAddress
 
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactCheckReq
 
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateRsp
 
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
 
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactDeleteRsp
 
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferReq
 
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactDeleteReq
 
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
 
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainDeleteRsp
 
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateRsp
 
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove
 
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
 
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
 
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainCheckReq
 
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
 
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
 
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainDeleteReq
 
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
 
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateChange
 
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainContact
 
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
 
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainStatus
 
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
 
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
 
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainCheckRsp
 
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoReq
 
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainPeriod
 
toString() - Method in class org.openrtk.idl.epp.host.epp_HostAddress
 
toString() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateAddRemove
 
toString() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateRsp
 
toString() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateReq
 
toString() - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
 
toString() - Method in class org.openrtk.idl.epp.host.epp_HostDeleteRsp
 
toString() - Method in class org.openrtk.idl.epp.host.epp_HostInfoReq
 
toString() - Method in class org.openrtk.idl.epp.host.epp_HostDeleteReq
 
toString() - Method in class org.openrtk.idl.epp.host.epp_HostStatus
 
toString() - Method in class org.openrtk.idl.epp.host.epp_HostCreateRsp
 
toString() - Method in class org.openrtk.idl.epp.host.epp_HostCreateReq
 
toString() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateChange
 
toString() - Method in class org.openrtk.idl.epp.host.epp_HostCheckRsp
 
toString() - Method in class org.openrtk.idl.epp.host.epp_HostCheckReq
 
toXML() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainUpdate
Builds request XML from the request data.
toXML() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPHostCreate
Builds request XML from the request data.
toXML() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactCreate
Builds request XML from the request data.
toXML() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPPoll
 
toXML() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactTransfer
Builds request XML from the request data.
toXML() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactDelete
Builds request XML from the request data.
toXML() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactInfo
Builds request XML from the request data.
toXML() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPGreeting
Builds request XML from the request data.
toXML() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPHostUpdate
Builds request XML from the request data.
toXML() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactUpdate
Builds request XML from the request data.
toXML() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPHostCheck
Builds request XML from the request data.
toXML() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainTransfer
Builds request XML from the request data.
toXML() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainInfo
Builds request XML from the request data.
toXML() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPHostInfo
Builds request XML from the request data.
toXML() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainCheck
Builds request XML from the request data.
toXML() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainRenew
Builds request XML from the request data.
toXML() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPContactCheck
Builds request XML from the request data.
toXML() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainDelete
Builds request XML from the request data.
toXML() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPHostDelete
Builds request XML from the request data.
toXML() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPLogin
Builds request XML from the request data.
toXML() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPLogout
Builds request XML from the request data.
toXML() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPDomainCreate
Builds request XML from the request data.
toXML() - Method in class com.tucows.oxrs.epp.rtk.xml.unspec.RTKVersion
Converts the RTK version number into XML to be put into the unspec section of the request.
toXML() - Method in interface org.openrtk.idl.epp.epp_UnspecOperations
 
toXML() - Method in interface org.openrtk.idl.epp.epp_ActionOperations
 
transfer_op_to_string_array_ - Static variable in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
Array to allow for conversion from epp_TransferStatusType to a String representation of the transfer status.
transfer_status_to_string_array_ - Static variable in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
 
transfer_status_to_type_hash_ - Static variable in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
Hashtable to allow for conversion from String transfer status to epp_TransferStatusType.
transferStatusToString(epp_TransferStatusType) - Static method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
Convenience method to get a transfer status string from an epp_TransferStatusType object.

U

UTC_FMT - Static variable in class com.tucows.oxrs.epp.rtk.RTKBase
DateFormat for "yyyy-MM-dd'T'hh:mm:ss.0'Z'".

V

value() - Method in class org.openrtk.idl.epp.epp_AuthInfoType
 
value() - Method in class org.openrtk.idl.epp.epp_PollResDataType
 
value() - Method in class org.openrtk.idl.epp.epp_PollOpType
 
value() - Method in class org.openrtk.idl.epp.epp_TransferStatusType
 
value() - Method in class org.openrtk.idl.epp.epp_TransferOpType
 
value() - Method in class org.openrtk.idl.epp.contact.epp_ContactStatusType
 
value() - Method in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
value() - Method in class org.openrtk.idl.epp.domain.epp_DomainContactType
 
value() - Method in class org.openrtk.idl.epp.domain.epp_DomainPeriodUnitType
 
value() - Method in class org.openrtk.idl.epp.host.epp_HostAddressType
 
value() - Method in class org.openrtk.idl.epp.host.epp_HostStatusType
 
VERSION - Static variable in class com.tucows.oxrs.epp.rtk.EPPClient
The current EPP version.

W

warning(SAXParseException) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLErrors
 
writeToServer(String) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Sends an XML string to the EPP Server

X

xml_ - Variable in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
Holder of the response XML String
XML_ERROR_TYPE_ERROR - Static variable in class com.tucows.oxrs.epp.rtk.xml.EPPXMLErrors
 
XML_ERROR_TYPE_FATAL - Static variable in class com.tucows.oxrs.epp.rtk.xml.EPPXMLErrors
 
XML_ERROR_TYPE_WARNING - Static variable in class com.tucows.oxrs.epp.rtk.xml.EPPXMLErrors
 

Y

YEAR - Static variable in class org.openrtk.idl.epp.domain.epp_DomainPeriodUnitType
 

_

_ACK - Static variable in class org.openrtk.idl.epp.epp_PollOpType
 
_ACTIVE - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
_ADMIN - Static variable in class org.openrtk.idl.epp.domain.epp_DomainContactType
 
_APPROVE - Static variable in class org.openrtk.idl.epp.epp_TransferOpType
 
_APPROVED - Static variable in class org.openrtk.idl.epp.epp_TransferStatusType
 
_AUTO_APPROVED - Static variable in class org.openrtk.idl.epp.epp_TransferStatusType
 
_AUTO_CANCELLED - Static variable in class org.openrtk.idl.epp.epp_TransferStatusType
 
_BILLING - Static variable in class org.openrtk.idl.epp.domain.epp_DomainContactType
 
_CANCEL - Static variable in class org.openrtk.idl.epp.epp_TransferOpType
 
_CANCELLED - Static variable in class org.openrtk.idl.epp.epp_TransferStatusType
 
_CLIENT_HOLD - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
_CLIENT_LOCK - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
 
_CLIENT_LOCK - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
_CLIENT_LOCK - Static variable in class org.openrtk.idl.epp.host.epp_HostStatusType
 
_CLIENT_TRANSFER_PROHIBITED - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
 
_CLIENT_TRANSFER_PROHIBITED - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
_CONTACT_TRANSFER - Static variable in class org.openrtk.idl.epp.epp_PollResDataType
 
_DOMAIN_TRANSFER - Static variable in class org.openrtk.idl.epp.epp_PollResDataType
 
_HOLD - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
_ids() - Method in class com.tucows.oxrs.epp.rtk.RTKBase
Method required by ObjectImpl and the CORBA Object interface.
_INACTIVE - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
_IPV4 - Static variable in class org.openrtk.idl.epp.host.epp_HostAddressType
 
_IPV6 - Static variable in class org.openrtk.idl.epp.host.epp_HostAddressType
 
_LOCK - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
 
_LOCK - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
_LOCK - Static variable in class org.openrtk.idl.epp.host.epp_HostStatusType
 
_MONTH - Static variable in class org.openrtk.idl.epp.domain.epp_DomainPeriodUnitType
 
_NEW - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
_OK - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
 
_OK - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
_OK - Static variable in class org.openrtk.idl.epp.host.epp_HostStatusType
 
_PENDING - Static variable in class org.openrtk.idl.epp.epp_TransferStatusType
 
_PENDING_DELETE - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
 
_PENDING_DELETE - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
_PENDING_DELETE - Static variable in class org.openrtk.idl.epp.host.epp_HostStatusType
 
_PENDING_TRANSFER - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
 
_PENDING_TRANSFER - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
_PENDING_VERIFICATION - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
 
_PW - Static variable in class org.openrtk.idl.epp.epp_AuthInfoType
 
_QUERY - Static variable in class org.openrtk.idl.epp.epp_TransferOpType
 
_REJECT - Static variable in class org.openrtk.idl.epp.epp_TransferOpType
 
_REJECTED - Static variable in class org.openrtk.idl.epp.epp_TransferStatusType
 
_REQ - Static variable in class org.openrtk.idl.epp.epp_PollOpType
 
_REQUEST - Static variable in class org.openrtk.idl.epp.epp_TransferOpType
 
_TECH - Static variable in class org.openrtk.idl.epp.domain.epp_DomainContactType
 
_YEAR - Static variable in class org.openrtk.idl.epp.domain.epp_DomainPeriodUnitType
 

A B C D E F G H I L M N O P Q R S T U V W X Y _
EPP RTK
for Java v 0.3.10

Copyright © 2001 - Tucows, Inc.