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

A

ACK - Static variable in class org.openrtk.idl.epp.epp_PollOpType
Instance of epp_PollOpType representing the ACK poll operation type.
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
Contact instance of epp_DomainContactType representing the ADMIN contact type.
APPROVE - Static variable in class org.openrtk.idl.epp.epp_TransferOpType
Instance of epp_TransferOpType representing the APPROVE transfer operation type.
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.

B

BILLING - Static variable in class org.openrtk.idl.epp.domain.epp_DomainContactType
Contact instance of epp_DomainContactType representing the BILLING contact type.

C

CANCEL - Static variable in class org.openrtk.idl.epp.epp_TransferOpType
Instance of epp_TransferOpType representing the CANCEL transfer operation type.
clearErrors() - Method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLErrors
 
CLIENT_APPROVED - Static variable in class org.openrtk.idl.epp.epp_TransferStatusType
Instance of epp_TransferStatusType representing the CLIENT_APPROVED status type.
CLIENT_CANCELLED - Static variable in class org.openrtk.idl.epp.epp_TransferStatusType
Instance of epp_TransferStatusType representing the CLIENT_CANCELLED status type.
CLIENT_DELETE_PROHIBITED - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
Instance of epp_ContactStatusType representing the CLIENT_DELETE_PROHIBITED status type.
CLIENT_DELETE_PROHIBITED - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Instance of epp_DomainStatusType representing the CLIENT_DELETE_PROHIBITED status type.
CLIENT_DELETE_PROHIBITED - Static variable in class org.openrtk.idl.epp.host.epp_HostStatusType
Instance of epp_HostStatusType representing the CLIENT_DELETE_PROHIBITED status type.
CLIENT_HOLD - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Instance of epp_DomainStatusType representing the CLIENT_HOLD status type.
CLIENT_REJECTED - Static variable in class org.openrtk.idl.epp.epp_TransferStatusType
Instance of epp_TransferStatusType representing the CLIENT_REJECTED status type.
CLIENT_RENEW_PROHIBITED - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Instance of epp_DomainStatusType representing the CLIENT_RENEW_PROHIBITED status type.
CLIENT_TRANSFER_PROHIBITED - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
Instance of epp_ContactStatusType representing the CLIENT_TRANSFER_PROHIBITED status type.
CLIENT_TRANSFER_PROHIBITED - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Instance of epp_DomainStatusType representing the CLIENT_TRANSFER_PROHIBITED status type.
CLIENT_UPDATE_PROHIBITED - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
Instance of epp_ContactStatusType representing the CLIENT_UPDATE_PROHIBITED status type.
CLIENT_UPDATE_PROHIBITED - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Instance of epp_DomainStatusType representing the CLIENT_UPDATE_PROHIBITED status type.
CLIENT_UPDATE_PROHIBITED - Static variable in class org.openrtk.idl.epp.host.epp_HostStatusType
Instance of epp_HostStatusType representing the CLIENT_UPDATE_PROHIBITED status type.
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.transport - package com.tucows.oxrs.epp.rtk.transport
 
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() - Method in class com.tucows.oxrs.epp.rtk.transport.EPPTransportBase
Establishes the connection to the Server Abstract method to be implemented by subclasses.
connect() - Method in class com.tucows.oxrs.epp.rtk.transport.EPPTransportSMTP
Empty implemention of the connect method from EPPTransportBase.
connect() - Method in class com.tucows.oxrs.epp.rtk.transport.EPPTransportTCP
Connects to the Server using previously set Hostname and port.
connect() - Method in class com.tucows.oxrs.epp.rtk.transport.EPPTransportTCPTLS
Connects to the 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 and reads the greeting from it.
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
Instance of epp_PollResDataType representing the CONTACT_TRANSFER poll response data type.
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
Convenience method to convert a string status to an instance of epp_ContactStatusType.
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.
contacttrnData - class com.tucows.oxrs.epp.rtk.xml.poll.contacttrnData.
An implementation of PollResData for contact transfer poll response data.
contacttrnData() - Constructor for class com.tucows.oxrs.epp.rtk.xml.poll.contacttrnData
 
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_LANG - Static variable in class com.tucows.oxrs.epp.rtk.EPPClient
The default language/locale: "en".
DEFAULT_SOCKET_TIMEOUT - Static variable in class com.tucows.oxrs.epp.rtk.transport.EPPTransportBase
The default timeout in waiting for server responses.
DEFAULT_TRANSPORT_CLASS - Static variable in class com.tucows.oxrs.epp.rtk.EPPClient
The default transport class if none is set in the rtk.properties file.
DEFAULT_TRANSPORT_PACKAGE - Static variable in class com.tucows.oxrs.epp.rtk.EPPClient
The default transport package if none is set in the rtk.properties file.
disconnect() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Closes the connection to the EPP Server.
disconnect() - Method in class com.tucows.oxrs.epp.rtk.transport.EPPTransportBase
Closes the connection to the Server Abstract method to be implemented by subclasses.
disconnect() - Method in class com.tucows.oxrs.epp.rtk.transport.EPPTransportSMTP
Empty implemention of the disconnect method from EPPTransportBase.
disconnect() - Method in class com.tucows.oxrs.epp.rtk.transport.EPPTransportTCP
Closes the connection to the Server
discriminator() - Method in class org.openrtk.idl.epp.epp_PollResDataUnion
Accessor method for the type of the poll response data object
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
Instance of epp_PollResDataType representing the DOMAIN_TRANSFER poll response data type.
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
Convenience method to convert a string status to an instance of epp_DomainStatusType.
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.
domaintrnData - class com.tucows.oxrs.epp.rtk.xml.poll.domaintrnData.
An implementation of PollResData for contact transfer poll response data.
domaintrnData() - Constructor for class com.tucows.oxrs.epp.rtk.xml.poll.domaintrnData
 

E

epp_Action - interface org.openrtk.idl.epp.epp_Action.
Internal IDL interface which is never referenced externally.
epp_ActionOperations - interface org.openrtk.idl.epp.epp_ActionOperations.
Internal IDL interface which is never referenced externally.
EPP_AUTHENTICATION_FAILURE - Static variable in interface org.openrtk.idl.epp.epp_Session
 
epp_AuthInfo - class org.openrtk.idl.epp.epp_AuthInfo.
Class that contains the authorization information required to authorize transfer requests to the EPP server.
epp_AuthInfo() - Constructor for class org.openrtk.idl.epp.epp_AuthInfo
Empty constructor
epp_AuthInfo(epp_AuthInfoType, String, String) - Constructor for class org.openrtk.idl.epp.epp_AuthInfo
The constructor with initializing variables.
epp_AuthInfoType - class org.openrtk.idl.epp.epp_AuthInfoType.
Class defining constant instances of authorization information types generic for all objects.
epp_AuthInfoType(int) - Constructor for class org.openrtk.idl.epp.epp_AuthInfoType
For internal use only.
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.
Class that contains the elements generic to all the check command responses.
epp_CheckResult() - Constructor for class org.openrtk.idl.epp.epp_CheckResult
Empty constructor
epp_CheckResult(boolean, String) - Constructor for class org.openrtk.idl.epp.epp_CheckResult
The constructor with initializing variables.
epp_Command - class org.openrtk.idl.epp.epp_Command.
Class that contains the common and generic elements necessary for an EPP command sending to the server.
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_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
Empty constructor
epp_Command(epp_Credentials, epp_Unspec, String) - Constructor for class org.openrtk.idl.epp.epp_Command
The constructor with initializing variables.
epp_ContactAddress - class org.openrtk.idl.epp.contact.epp_ContactAddress.
Class that contains the elements used to represent contact address.
epp_ContactAddress() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactAddress
Empty constructor
epp_ContactAddress(String, String, String, String, String, String, String) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactAddress
The constructor with initializing variables.
epp_ContactCheck - interface org.openrtk.idl.epp.contact.epp_ContactCheck.
Master external interface for the implementor of the EPP Contact Check command.
epp_ContactCheckOperations - interface org.openrtk.idl.epp.contact.epp_ContactCheckOperations.
Internal IDL interface which is never referenced externally.
epp_ContactCheckReq - class org.openrtk.idl.epp.contact.epp_ContactCheckReq.
Class that contains the elements necessary to check to see if a contact is available in the registry.
epp_ContactCheckReq() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactCheckReq
Empty constructor
epp_ContactCheckReq(epp_Command, String[]) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactCheckReq
The constructor with initializing variables.
epp_ContactCheckRsp - class org.openrtk.idl.epp.contact.epp_ContactCheckRsp.
Class that contains the elements used to represent the contact check response from the EPP server.
epp_ContactCheckRsp() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactCheckRsp
Empty constructor
epp_ContactCheckRsp(epp_Response, epp_CheckResult[]) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactCheckRsp
The constructor with initializing variables.
epp_ContactCreate - interface org.openrtk.idl.epp.contact.epp_ContactCreate.
Master external interface for the implementor of the EPP Contact Create command.
epp_ContactCreateOperations - interface org.openrtk.idl.epp.contact.epp_ContactCreateOperations.
Internal IDL interface which is never referenced externally.
epp_ContactCreateReq - class org.openrtk.idl.epp.contact.epp_ContactCreateReq.
Class that contains the elements necessary to create a contact in the registry.
epp_ContactCreateReq() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactCreateReq
Empty constructor
epp_ContactCreateReq(epp_Command, String, epp_ContactNameAddress, epp_ContactNameAddress, epp_ContactPhone, epp_ContactPhone, String, epp_AuthInfo) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactCreateReq
The constructor with initializing variables.
epp_ContactCreateRsp - class org.openrtk.idl.epp.contact.epp_ContactCreateRsp.
Class that contains the elements used to represent the contact create response from the EPP server.
epp_ContactCreateRsp() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactCreateRsp
Empty constructor
epp_ContactCreateRsp(epp_Response, String) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactCreateRsp
The constructor with initializing variables.
epp_ContactDelete - interface org.openrtk.idl.epp.contact.epp_ContactDelete.
Master external interface for the implementor of the EPP Contact Delete command.
epp_ContactDeleteOperations - interface org.openrtk.idl.epp.contact.epp_ContactDeleteOperations.
Internal IDL interface which is never referenced externally.
epp_ContactDeleteReq - class org.openrtk.idl.epp.contact.epp_ContactDeleteReq.
Class that contains the elements necessary to delete a contact in the registry.
epp_ContactDeleteReq() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactDeleteReq
Empty constructor
epp_ContactDeleteReq(epp_Command, String) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactDeleteReq
The constructor with initializing variables.
epp_ContactDeleteRsp - class org.openrtk.idl.epp.contact.epp_ContactDeleteRsp.
Class that contains the elements used to represent the contact delete response from the EPP server.
epp_ContactDeleteRsp() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactDeleteRsp
Empty constructor
epp_ContactDeleteRsp(epp_Response) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactDeleteRsp
The constructor with initializing variables.
epp_ContactInfo - interface org.openrtk.idl.epp.contact.epp_ContactInfo.
Master external interface for the implementor of the EPP Contact Info command.
epp_ContactInfoOperations - interface org.openrtk.idl.epp.contact.epp_ContactInfoOperations.
Internal IDL interface which is never referenced externally.
epp_ContactInfoReq - class org.openrtk.idl.epp.contact.epp_ContactInfoReq.
Class that contains the elements necessary to retrieve detailed information associated with a contact in the registry.
epp_ContactInfoReq() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactInfoReq
Empty constructor
epp_ContactInfoReq(epp_Command, String) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactInfoReq
The constructor with initializing variables.
epp_ContactInfoRsp - class org.openrtk.idl.epp.contact.epp_ContactInfoRsp.
Class that contains the elements used to represent the contact info response from the EPP server.
epp_ContactInfoRsp() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Empty constructor
epp_ContactInfoRsp(epp_Response, String, String, epp_ContactNameAddress, epp_ContactNameAddress, epp_ContactPhone, epp_ContactPhone, String, epp_ContactStatus[], String, String, String, String, String, String, epp_AuthInfo) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
The constructor with initializing variables.
epp_ContactNameAddress - class org.openrtk.idl.epp.contact.epp_ContactNameAddress.
Class that contains the elements used to represent contact name and address.
epp_ContactNameAddress() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactNameAddress
Empty constructor
epp_ContactNameAddress(String, String, epp_ContactAddress) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactNameAddress
The constructor with initializing variables.
epp_ContactPhone - class org.openrtk.idl.epp.contact.epp_ContactPhone.
Class that contains the elements used to represent contact's voice telephone number or facsimile telephone number.
epp_ContactPhone() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactPhone
Empty constructor
epp_ContactPhone(String, String) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactPhone
The constructor with initializing variables.
epp_ContactStatus - class org.openrtk.idl.epp.contact.epp_ContactStatus.
Class that contains the elements used to represent contact status with different type.
epp_ContactStatus() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactStatus
Empty constructor
epp_ContactStatus(epp_ContactStatusType, String, String) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactStatus
The constructor with initializing variables.
epp_ContactStatusType - class org.openrtk.idl.epp.contact.epp_ContactStatusType.
Class defining constant instances of status types for contact.
epp_ContactStatusType(int) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactStatusType
For internal use only.
epp_ContactTransfer - interface org.openrtk.idl.epp.contact.epp_ContactTransfer.
Master external interface for the implementor of the EPP Contact Transfer command.
epp_ContactTransferOperations - interface org.openrtk.idl.epp.contact.epp_ContactTransferOperations.
Internal IDL interface which is never referenced externally.
epp_ContactTransferReq - class org.openrtk.idl.epp.contact.epp_ContactTransferReq.
Class that contains the elements necessary to transfer a contact in the registry or to query the transfer status from the registry.
epp_ContactTransferReq() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactTransferReq
Empty constructor
epp_ContactTransferReq(epp_Command, epp_TransferRequest, String) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactTransferReq
The constructor with initializing variables.
epp_ContactTransferRsp - class org.openrtk.idl.epp.contact.epp_ContactTransferRsp.
Class that contains the elements used to represent the contact transfer response from the EPP server.
epp_ContactTransferRsp() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
Empty constructor
epp_ContactTransferRsp(epp_Response, String, epp_TransferStatusType, String, String, String, String) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
The constructor with initializing variables.
epp_ContactUpdate - interface org.openrtk.idl.epp.contact.epp_ContactUpdate.
Master external interface for the implementor of the EPP Contact Update command.
epp_ContactUpdateAddRemove - class org.openrtk.idl.epp.contact.epp_ContactUpdateAddRemove.
Class that contains the elements to be added into or removed from the contact object in the registry.
epp_ContactUpdateAddRemove() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactUpdateAddRemove
Empty constructor
epp_ContactUpdateAddRemove(epp_ContactStatus[]) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactUpdateAddRemove
The constructor with initializing variables.
epp_ContactUpdateChange - class org.openrtk.idl.epp.contact.epp_ContactUpdateChange.
Class that contains the contact object elements to be changed in the registry.
epp_ContactUpdateChange() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
Empty constructor
epp_ContactUpdateChange(epp_ContactNameAddress, epp_ContactNameAddress, epp_ContactPhone, epp_ContactPhone, String, epp_AuthInfo) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
The constructor with initializing variables.
epp_ContactUpdateOperations - interface org.openrtk.idl.epp.contact.epp_ContactUpdateOperations.
Internal IDL interface which is never referenced externally.
epp_ContactUpdateReq - class org.openrtk.idl.epp.contact.epp_ContactUpdateReq.
Class that contains the elements necessary to modify a contact in the registry.
epp_ContactUpdateReq() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
Empty constructor
epp_ContactUpdateReq(epp_Command, String, epp_ContactUpdateAddRemove, epp_ContactUpdateAddRemove, epp_ContactUpdateChange) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
The constructor with initializing variables.
epp_ContactUpdateRsp - class org.openrtk.idl.epp.contact.epp_ContactUpdateRsp.
Class that contains the elements used to represent the contact update response from the EPP server.
epp_ContactUpdateRsp() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactUpdateRsp
Empty constructor
epp_ContactUpdateRsp(epp_Response) - Constructor for class org.openrtk.idl.epp.contact.epp_ContactUpdateRsp
The constructor with initializing variables.
epp_ContactVoice - class org.openrtk.idl.epp.contact.epp_ContactVoice.
Class that contains the elements used to represent contact voice telephone number.
epp_ContactVoice() - Constructor for class org.openrtk.idl.epp.contact.epp_ContactVoice
 
epp_Credentials - class org.openrtk.idl.epp.epp_Credentials.
Class that contains client identity information necessary to establish a session with the EPP server.
epp_Credentials() - Constructor for class org.openrtk.idl.epp.epp_Credentials
Empty constructor
epp_Credentials(String, String, String, epp_Options) - Constructor for class org.openrtk.idl.epp.epp_Credentials
The constructor with initializing variables.
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.
Master external interface for the implementor of the EPP Domain Check command.
epp_DomainCheckOperations - interface org.openrtk.idl.epp.domain.epp_DomainCheckOperations.
Internal IDL interface which is never referenced externally.
epp_DomainCheckReq - class org.openrtk.idl.epp.domain.epp_DomainCheckReq.
Class that contains the elements necessary to check to see if a domain is available in the registry.
epp_DomainCheckReq() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainCheckReq
Empty constructor
epp_DomainCheckReq(epp_Command, String[]) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainCheckReq
The constructor with initializing variables.
epp_DomainCheckRsp - class org.openrtk.idl.epp.domain.epp_DomainCheckRsp.
Class that contains the elements used to represent the domain check response from the EPP server.
epp_DomainCheckRsp() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainCheckRsp
Empty constructor
epp_DomainCheckRsp(epp_Response, epp_CheckResult[]) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainCheckRsp
The constructor with initializing variables.
epp_DomainContact - class org.openrtk.idl.epp.domain.epp_DomainContact.
Class that contains the elements used to represent domain contact with the type: ADMIN, BILLING, TECH.
epp_DomainContact() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainContact
Empty constructor
epp_DomainContact(epp_DomainContactType, String) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainContact
The constructor with initializing variables.
epp_DomainContactType - class org.openrtk.idl.epp.domain.epp_DomainContactType.
Class defining constant instances of contact types for domains.
epp_DomainContactType(int) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainContactType
For internal use only.
epp_DomainCreate - interface org.openrtk.idl.epp.domain.epp_DomainCreate.
Master external interface for the implementor of the EPP Domain Create command.
epp_DomainCreateOperations - interface org.openrtk.idl.epp.domain.epp_DomainCreateOperations.
Internal IDL interface which is never referenced externally.
epp_DomainCreateReq - class org.openrtk.idl.epp.domain.epp_DomainCreateReq.
Class that contains the elements necessary to create a domain in the registry.
epp_DomainCreateReq() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainCreateReq
Empty constructor
epp_DomainCreateReq(epp_Command, String, epp_DomainPeriod, String[], String, epp_DomainContact[], epp_AuthInfo) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainCreateReq
The constructor with initializing variables.
epp_DomainCreateRsp - class org.openrtk.idl.epp.domain.epp_DomainCreateRsp.
Class that contains the elements used to represent the domain create response from the EPP server.
epp_DomainCreateRsp() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
Empty constructor
epp_DomainCreateRsp(epp_Response, String, String) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
The constructor with initializing variables.
epp_DomainDelete - interface org.openrtk.idl.epp.domain.epp_DomainDelete.
Master external interface for the implementor of the EPP Domain Delete command.
epp_DomainDeleteOperations - interface org.openrtk.idl.epp.domain.epp_DomainDeleteOperations.
Internal IDL interface which is never referenced externally.
epp_DomainDeleteReq - class org.openrtk.idl.epp.domain.epp_DomainDeleteReq.
Class that contains the elements necessary to delete a domain in the registry.
epp_DomainDeleteReq() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainDeleteReq
Empty constructor
epp_DomainDeleteReq(epp_Command, String) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainDeleteReq
The constructor with initializing variables.
epp_DomainDeleteRsp - class org.openrtk.idl.epp.domain.epp_DomainDeleteRsp.
Class that contains the elements used to represent the domain delete response from the EPP server.
epp_DomainDeleteRsp() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainDeleteRsp
Empty constructor
epp_DomainDeleteRsp(epp_Response) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainDeleteRsp
The constructor with initializing variables.
epp_DomainInfo - interface org.openrtk.idl.epp.domain.epp_DomainInfo.
Master external interface for the implementor of the EPP Domain Info command.
epp_DomainInfoOperations - interface org.openrtk.idl.epp.domain.epp_DomainInfoOperations.
Internal IDL interface which is never referenced externally.
epp_DomainInfoReq - class org.openrtk.idl.epp.domain.epp_DomainInfoReq.
Class that contains the elements necessary to retrieve detailed information associated with a domain in the registry.
epp_DomainInfoReq() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainInfoReq
Empty constructor
epp_DomainInfoReq(epp_Command, String) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainInfoReq
The constructor with initializing variables.
epp_DomainInfoRsp - class org.openrtk.idl.epp.domain.epp_DomainInfoRsp.
Class that contains the elements used to represent the domain info response from the EPP server.
epp_DomainInfoRsp() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Empty constructor
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
The constructor with initializing variables.
epp_DomainPeriod - class org.openrtk.idl.epp.domain.epp_DomainPeriod.
Class that contains the elements used to represent domain registration period.
epp_DomainPeriod() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainPeriod
Empty constructor
epp_DomainPeriod(epp_DomainPeriodUnitType, short) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainPeriod
The constructor with initializing variables.
epp_DomainPeriodUnitType - class org.openrtk.idl.epp.domain.epp_DomainPeriodUnitType.
Class defining constant instances of period unit types for domains.
epp_DomainPeriodUnitType(int) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainPeriodUnitType
For internal use only.
epp_DomainRenew - interface org.openrtk.idl.epp.domain.epp_DomainRenew.
Master external interface for the implementor of the EPP Domain Renew command.
epp_DomainRenewOperations - interface org.openrtk.idl.epp.domain.epp_DomainRenewOperations.
Internal IDL interface which is never referenced externally.
epp_DomainRenewReq - class org.openrtk.idl.epp.domain.epp_DomainRenewReq.
Class that contains the elements necessary to renew a domain in the registry.
epp_DomainRenewReq() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainRenewReq
Empty constructor
epp_DomainRenewReq(epp_Command, String, String, epp_DomainPeriod) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainRenewReq
The constructor with initializing variables.
epp_DomainRenewRsp - class org.openrtk.idl.epp.domain.epp_DomainRenewRsp.
Class that contains the elements used to represent the domain renew response from the EPP server.
epp_DomainRenewRsp() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
Empty constructor
epp_DomainRenewRsp(epp_Response, String, String) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
The constructor with initializing variables.
epp_DomainStatus - class org.openrtk.idl.epp.domain.epp_DomainStatus.
Class that contains the elements used to represent domain status with different type.
epp_DomainStatus() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainStatus
Empty constructor
epp_DomainStatus(epp_DomainStatusType, String, String) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainStatus
The constructor with initializing variables.
epp_DomainStatusType - class org.openrtk.idl.epp.domain.epp_DomainStatusType.
Class defining constant instances of status types for domains.
epp_DomainStatusType(int) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainStatusType
For internal use only.
epp_DomainTransfer - interface org.openrtk.idl.epp.domain.epp_DomainTransfer.
Master external interface for the implementor of the EPP Domain Transfer command.
epp_DomainTransferOperations - interface org.openrtk.idl.epp.domain.epp_DomainTransferOperations.
Internal IDL interface which is never referenced externally.
epp_DomainTransferReq - class org.openrtk.idl.epp.domain.epp_DomainTransferReq.
Class that contains the elements necessary to transfer a domain in the registry or to query the transfer status from the registry.
epp_DomainTransferReq() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainTransferReq
Empty constructor
epp_DomainTransferReq(epp_Command, epp_TransferRequest, String, epp_DomainPeriod) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainTransferReq
The constructor with initializing variables.
epp_DomainTransferRsp - class org.openrtk.idl.epp.domain.epp_DomainTransferRsp.
Class that contains the elements used to represent the domain transfer response from the EPP server.
epp_DomainTransferRsp() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
Empty constructor
epp_DomainTransferRsp(epp_Response, String, epp_TransferStatusType, String, String, String, String, String) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
The constructor with initializing variables.
epp_DomainUpdate - interface org.openrtk.idl.epp.domain.epp_DomainUpdate.
Master external interface for the implementor of the EPP Domain Update command.
epp_DomainUpdateAddRemove - class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove.
Class that contains the elements to be added into or removed from the domain object in the registry.
epp_DomainUpdateAddRemove() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove
Empty constructor
epp_DomainUpdateAddRemove(String[], epp_DomainContact[], epp_DomainStatus[]) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove
The constructor with initializing variables.
epp_DomainUpdateChange - class org.openrtk.idl.epp.domain.epp_DomainUpdateChange.
Class that contains the domain object elements to be changed in the registry.
epp_DomainUpdateChange() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainUpdateChange
Empty constructor
epp_DomainUpdateChange(String, epp_AuthInfo) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainUpdateChange
The constructor with initializing variables.
epp_DomainUpdateOperations - interface org.openrtk.idl.epp.domain.epp_DomainUpdateOperations.
Internal IDL interface which is never referenced externally.
epp_DomainUpdateReq - class org.openrtk.idl.epp.domain.epp_DomainUpdateReq.
Class that contains the elements necessary to modify a domain in the registry.
epp_DomainUpdateReq() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
Empty constructor
epp_DomainUpdateReq(epp_Command, String, epp_DomainUpdateAddRemove, epp_DomainUpdateChange, epp_DomainUpdateAddRemove) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
The constructor with initializing variables.
epp_DomainUpdateRsp - class org.openrtk.idl.epp.domain.epp_DomainUpdateRsp.
Class that contains the elements used to represent the domain update response from the EPP server.
epp_DomainUpdateRsp() - Constructor for class org.openrtk.idl.epp.domain.epp_DomainUpdateRsp
Empty constructor
epp_DomainUpdateRsp(epp_Response) - Constructor for class org.openrtk.idl.epp.domain.epp_DomainUpdateRsp
The constructor with initializing variables.
epp_Exception - exception org.openrtk.idl.epp.epp_Exception.
Class that acts as a container for any exception thrown if a communication error occurs with the EPP server or if the EPP server returns an error code.
epp_Exception() - Constructor for class org.openrtk.idl.epp.epp_Exception
Empty constructor
epp_Exception(epp_Result[]) - Constructor for class org.openrtk.idl.epp.epp_Exception
The constructor with initializing variables.
epp_Greeting - class org.openrtk.idl.epp.epp_Greeting.
Class that contains elements to state the EPP server's abilities.
epp_Greeting() - Constructor for class org.openrtk.idl.epp.epp_Greeting
Empty constructor
epp_Greeting(String, String, String[], String[], epp_Service[], epp_Service[]) - Constructor for class org.openrtk.idl.epp.epp_Greeting
The constructor with initializing variables.
epp_Hello - interface org.openrtk.idl.epp.epp_Hello.
Master external interface for the implementor of the EPP Hello request.
epp_HelloOperations - interface org.openrtk.idl.epp.epp_HelloOperations.
Internal IDL interface which is never referenced externally.
epp_host_name_ - Variable in class com.tucows.oxrs.epp.rtk.transport.EPPTransportBase
The Host name of the EPP server.
epp_host_port_ - Variable in class com.tucows.oxrs.epp.rtk.transport.EPPTransportBase
The Host port of the EPP server.
epp_HostAddress - class org.openrtk.idl.epp.host.epp_HostAddress.
Class that contains the elements used to represent host IP addresses with the type: IPV4, IPV6.
epp_HostAddress() - Constructor for class org.openrtk.idl.epp.host.epp_HostAddress
Empty constructor
epp_HostAddress(epp_HostAddressType, String) - Constructor for class org.openrtk.idl.epp.host.epp_HostAddress
The constructor with initializing variables.
epp_HostAddressType - class org.openrtk.idl.epp.host.epp_HostAddressType.
Class defining constant instances of IP address types for host.
epp_HostAddressType(int) - Constructor for class org.openrtk.idl.epp.host.epp_HostAddressType
For internal use only.
epp_HostCheck - interface org.openrtk.idl.epp.host.epp_HostCheck.
Master external interface for the implementor of the EPP Host Check command.
epp_HostCheckOperations - interface org.openrtk.idl.epp.host.epp_HostCheckOperations.
Internal IDL interface which is never referenced externally.
epp_HostCheckReq - class org.openrtk.idl.epp.host.epp_HostCheckReq.
Class that contains the elements necessary to check to see if a host is available in the registry.
epp_HostCheckReq() - Constructor for class org.openrtk.idl.epp.host.epp_HostCheckReq
Empty constructor
epp_HostCheckReq(epp_Command, String[]) - Constructor for class org.openrtk.idl.epp.host.epp_HostCheckReq
The constructor with initializing variables.
epp_HostCheckRsp - class org.openrtk.idl.epp.host.epp_HostCheckRsp.
Class that contains the elements used to represent the host check response from the EPP server.
epp_HostCheckRsp() - Constructor for class org.openrtk.idl.epp.host.epp_HostCheckRsp
Empty constructor
epp_HostCheckRsp(epp_Response, epp_CheckResult[]) - Constructor for class org.openrtk.idl.epp.host.epp_HostCheckRsp
The constructor with initializing variables.
epp_HostCreate - interface org.openrtk.idl.epp.host.epp_HostCreate.
Master external interface for the implementor of the EPP Host Create command.
epp_HostCreateOperations - interface org.openrtk.idl.epp.host.epp_HostCreateOperations.
Internal IDL interface which is never referenced externally.
epp_HostCreateReq - class org.openrtk.idl.epp.host.epp_HostCreateReq.
Class that contains the elements necessary to create a host in the registry.
epp_HostCreateReq() - Constructor for class org.openrtk.idl.epp.host.epp_HostCreateReq
Empty constructor
epp_HostCreateReq(epp_Command, String, epp_HostAddress[]) - Constructor for class org.openrtk.idl.epp.host.epp_HostCreateReq
The constructor with initializing variables.
epp_HostCreateRsp - class org.openrtk.idl.epp.host.epp_HostCreateRsp.
Class that contains the elements used to represent the host create response from the EPP server.
epp_HostCreateRsp() - Constructor for class org.openrtk.idl.epp.host.epp_HostCreateRsp
Empty constructor
epp_HostCreateRsp(epp_Response, String) - Constructor for class org.openrtk.idl.epp.host.epp_HostCreateRsp
The constructor with initializing variables.
epp_HostDelete - interface org.openrtk.idl.epp.host.epp_HostDelete.
Master external interface for the implementor of the EPP Host Delete command.
epp_HostDeleteOperations - interface org.openrtk.idl.epp.host.epp_HostDeleteOperations.
Internal IDL interface which is never referenced externally.
epp_HostDeleteReq - class org.openrtk.idl.epp.host.epp_HostDeleteReq.
Class that contains the elements necessary to delete a host in the registry.
epp_HostDeleteReq() - Constructor for class org.openrtk.idl.epp.host.epp_HostDeleteReq
Empty constructor
epp_HostDeleteReq(epp_Command, String) - Constructor for class org.openrtk.idl.epp.host.epp_HostDeleteReq
The constructor with initializing variables.
epp_HostDeleteRsp - class org.openrtk.idl.epp.host.epp_HostDeleteRsp.
Class that contains the elements used to represent the host delete response from the EPP server.
epp_HostDeleteRsp() - Constructor for class org.openrtk.idl.epp.host.epp_HostDeleteRsp
Empty constructor
epp_HostDeleteRsp(epp_Response) - Constructor for class org.openrtk.idl.epp.host.epp_HostDeleteRsp
The constructor with initializing variables.
epp_HostInfo - interface org.openrtk.idl.epp.host.epp_HostInfo.
Master external interface for the implementor of the EPP Host Info command.
epp_HostInfoOperations - interface org.openrtk.idl.epp.host.epp_HostInfoOperations.
Internal IDL interface which is never referenced externally.
epp_HostInfoReq - class org.openrtk.idl.epp.host.epp_HostInfoReq.
Class that contains the elements necessary to retrieve detailed information associated with a host object in the registry.
epp_HostInfoReq() - Constructor for class org.openrtk.idl.epp.host.epp_HostInfoReq
Empty constructor
epp_HostInfoReq(epp_Command, String) - Constructor for class org.openrtk.idl.epp.host.epp_HostInfoReq
The constructor with initializing variables.
epp_HostInfoRsp - class org.openrtk.idl.epp.host.epp_HostInfoRsp.
Class that contains the elements used to represent the host info response from the EPP server.
epp_HostInfoRsp() - Constructor for class org.openrtk.idl.epp.host.epp_HostInfoRsp
Empty constructor
epp_HostInfoRsp(epp_Response, String, String, epp_HostStatus[], epp_HostAddress[], String, String, String, String, String, String) - Constructor for class org.openrtk.idl.epp.host.epp_HostInfoRsp
The constructor with initializing variables.
epp_HostStatus - class org.openrtk.idl.epp.host.epp_HostStatus.
Class that contains the elements used to represent host status with different type.
epp_HostStatus() - Constructor for class org.openrtk.idl.epp.host.epp_HostStatus
Empty constructor
epp_HostStatus(epp_HostStatusType, String, String) - Constructor for class org.openrtk.idl.epp.host.epp_HostStatus
The constructor with initializing variables.
epp_HostStatusType - class org.openrtk.idl.epp.host.epp_HostStatusType.
Class defining constant instances of status types for host.
epp_HostStatusType(int) - Constructor for class org.openrtk.idl.epp.host.epp_HostStatusType
For internal use only.
epp_HostUpdate - interface org.openrtk.idl.epp.host.epp_HostUpdate.
Master external interface for the implementor of the EPP Host Update command.
epp_HostUpdateAddRemove - class org.openrtk.idl.epp.host.epp_HostUpdateAddRemove.
Class that contains the elements to be added into or removed from the host object in the registry.
epp_HostUpdateAddRemove() - Constructor for class org.openrtk.idl.epp.host.epp_HostUpdateAddRemove
Empty constructor
epp_HostUpdateAddRemove(epp_HostAddress[], epp_HostStatus[]) - Constructor for class org.openrtk.idl.epp.host.epp_HostUpdateAddRemove
The constructor with initializing variables.
epp_HostUpdateChange - class org.openrtk.idl.epp.host.epp_HostUpdateChange.
Class that contains the host object elements to be changed in the registry.
epp_HostUpdateChange() - Constructor for class org.openrtk.idl.epp.host.epp_HostUpdateChange
Empty constructor
epp_HostUpdateChange(String) - Constructor for class org.openrtk.idl.epp.host.epp_HostUpdateChange
The constructor with initializing variables.
epp_HostUpdateOperations - interface org.openrtk.idl.epp.host.epp_HostUpdateOperations.
Internal IDL interface which is never referenced externally.
epp_HostUpdateReq - class org.openrtk.idl.epp.host.epp_HostUpdateReq.
Class that contains the elements necessary to modify a host in the registry.
epp_HostUpdateReq() - Constructor for class org.openrtk.idl.epp.host.epp_HostUpdateReq
Empty constructor
epp_HostUpdateReq(epp_Command, String, epp_HostUpdateAddRemove, epp_HostUpdateAddRemove, epp_HostUpdateChange) - Constructor for class org.openrtk.idl.epp.host.epp_HostUpdateReq
The constructor with initializing variables.
epp_HostUpdateRsp - class org.openrtk.idl.epp.host.epp_HostUpdateRsp.
Class that contains the elements used to represent the host update response from the EPP server.
epp_HostUpdateRsp() - Constructor for class org.openrtk.idl.epp.host.epp_HostUpdateRsp
Empty constructor
epp_HostUpdateRsp(epp_Response) - Constructor for class org.openrtk.idl.epp.host.epp_HostUpdateRsp
The constructor with initializing variables.
EPP_INVALID_AUTHORIZATION_IDENTIFIER - Static variable in interface org.openrtk.idl.epp.epp_Session
 
epp_Login - interface org.openrtk.idl.epp.epp_Login.
Master external interface for the implementor of the EPP Login command.
epp_LoginOperations - interface org.openrtk.idl.epp.epp_LoginOperations.
Internal IDL interface which is never referenced externally.
epp_LoginReq - class org.openrtk.idl.epp.epp_LoginReq.
Class that contains the elements necessary to establish a session with an EPP server.
epp_LoginReq() - Constructor for class org.openrtk.idl.epp.epp_LoginReq
Empty constructor
epp_LoginReq(epp_Command, epp_Service[], epp_Service[]) - Constructor for class org.openrtk.idl.epp.epp_LoginReq
The constructor with initializing variables.
epp_LoginRsp - class org.openrtk.idl.epp.epp_LoginRsp.
Class that contains the elements used to represent the login response from the EPP server.
epp_LoginRsp() - Constructor for class org.openrtk.idl.epp.epp_LoginRsp
Empty constructor
epp_LoginRsp(epp_Response) - Constructor for class org.openrtk.idl.epp.epp_LoginRsp
The constructor with initializing variables.
epp_Logout - interface org.openrtk.idl.epp.epp_Logout.
Master external interface for the implementor of the EPP Logout command.
epp_LogoutOperations - interface org.openrtk.idl.epp.epp_LogoutOperations.
Internal IDL interface which is never referenced externally.
epp_LogoutReq - class org.openrtk.idl.epp.epp_LogoutReq.
Class that contains the elements necessary to end a session with the EPP server.
epp_LogoutReq() - Constructor for class org.openrtk.idl.epp.epp_LogoutReq
Empty constructor
epp_LogoutReq(epp_Unspec, String) - Constructor for class org.openrtk.idl.epp.epp_LogoutReq
The constructor with initializing variables.
epp_LogoutRsp - class org.openrtk.idl.epp.epp_LogoutRsp.
Class that contains the elements used to represent the logout response from the EPP server.
epp_LogoutRsp() - Constructor for class org.openrtk.idl.epp.epp_LogoutRsp
Empty constructor
epp_LogoutRsp(epp_Response) - Constructor for class org.openrtk.idl.epp.epp_LogoutRsp
The constructor with initializing variables.
epp_MessageQueue - class org.openrtk.idl.epp.epp_MessageQueue.
Class that contains elements necessary to present status of the service messages queued in the EPP server for client retrieval.
epp_MessageQueue() - Constructor for class org.openrtk.idl.epp.epp_MessageQueue
Empty constructor
epp_MessageQueue(int, String) - Constructor for class org.openrtk.idl.epp.epp_MessageQueue
The constructor with initializing variables.
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.
Class that contains the client's choices on the protocol version and the text response language to be used during the ongoing server session.
epp_Options() - Constructor for class org.openrtk.idl.epp.epp_Options
Empty constructor
epp_Options(String, String) - Constructor for class org.openrtk.idl.epp.epp_Options
The constructor with initializing variables.
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.
Master external interface for the implementor of the EPP Poll command.
epp_PollContactTransfer - class org.openrtk.idl.epp.epp_PollContactTransfer.
Class that contains detailed information of the poll response data.
epp_PollContactTransfer() - Constructor for class org.openrtk.idl.epp.epp_PollContactTransfer
Empty constructor
epp_PollContactTransfer(String, epp_AuthInfo) - Constructor for class org.openrtk.idl.epp.epp_PollContactTransfer
The constructor with initializing variables.
epp_PollDomainTransfer - class org.openrtk.idl.epp.epp_PollDomainTransfer.
Class that contains detailed information of the poll response data.
epp_PollDomainTransfer() - Constructor for class org.openrtk.idl.epp.epp_PollDomainTransfer
Empty constructor
epp_PollDomainTransfer(String, epp_AuthInfo) - Constructor for class org.openrtk.idl.epp.epp_PollDomainTransfer
The constructor with initializing variables.
epp_PollOperations - interface org.openrtk.idl.epp.epp_PollOperations.
Internal IDL interface which is never referenced externally.
epp_PollOpType - class org.openrtk.idl.epp.epp_PollOpType.
Class defining constant instances of poll operation types.
epp_PollOpType(int) - Constructor for class org.openrtk.idl.epp.epp_PollOpType
For internal use only.
epp_PollReq - class org.openrtk.idl.epp.epp_PollReq.
Class that contains the elements used to discover and retrieve client service messages from the EPP server
epp_PollReq() - Constructor for class org.openrtk.idl.epp.epp_PollReq
Empty constructor
epp_PollReq(epp_Command, epp_PollOpType, String) - Constructor for class org.openrtk.idl.epp.epp_PollReq
The constructor with initializing variables.
epp_PollResData - class org.openrtk.idl.epp.epp_PollResData.
Class that contains data pertaining to the message that was polled.
epp_PollResData() - Constructor for class org.openrtk.idl.epp.epp_PollResData
Empty constructor
epp_PollResData(epp_PollResDataType, epp_PollResDataUnion) - Constructor for class org.openrtk.idl.epp.epp_PollResData
The constructor with initializing variables.
epp_PollResDataType - class org.openrtk.idl.epp.epp_PollResDataType.
Class defining constant instances of EPP poll response data types.
epp_PollResDataType(int) - Constructor for class org.openrtk.idl.epp.epp_PollResDataType
For internal use only.
epp_PollResDataUnion - class org.openrtk.idl.epp.epp_PollResDataUnion.
Class that contains actual poll response data object.
epp_PollResDataUnion() - Constructor for class org.openrtk.idl.epp.epp_PollResDataUnion
Empty constructor
epp_PollRsp - class org.openrtk.idl.epp.epp_PollRsp.
Class that contains the elements used to represent the poll response from the EPP server.
epp_PollRsp() - Constructor for class org.openrtk.idl.epp.epp_PollRsp
Empty constructor
epp_PollRsp(epp_Response, epp_PollResData) - Constructor for class org.openrtk.idl.epp.epp_PollRsp
The constructor with initializing variables.
EPP_REQUIRED_PARAMETER_MISSING - Static variable in interface org.openrtk.idl.epp.epp_Session
 
epp_Response - class org.openrtk.idl.epp.epp_Response.
Class that contains the common and generic elements returned by the EPP server in response to a client EPP command.
epp_Response() - Constructor for class org.openrtk.idl.epp.epp_Response
Empty constructor
epp_Response(epp_Result[], epp_MessageQueue, String, epp_TransID) - Constructor for class org.openrtk.idl.epp.epp_Response
The constructor with initializing variables.
epp_Result - class org.openrtk.idl.epp.epp_Result.
Class that contains the elements necessary to document the success or failure of an EPP command execution.
epp_Result() - Constructor for class org.openrtk.idl.epp.epp_Result
Empty constructor
epp_Result(short, String, String, String, String[]) - Constructor for class org.openrtk.idl.epp.epp_Result
The constructor with initializing variables.
epp_Service - class org.openrtk.idl.epp.epp_Service.
Class that contains service object or custom service object extensions supported by the server.
epp_Service() - Constructor for class org.openrtk.idl.epp.epp_Service
Empty constructor
epp_Service(String, String, String) - Constructor for class org.openrtk.idl.epp.epp_Service
The constructor with initializing variables.
epp_Session - interface org.openrtk.idl.epp.epp_Session.
The IDL interface implemented by the EPPClient class.
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.
Internal IDL interface which is never referenced externally.
epp_timeout_ - Variable in class com.tucows.oxrs.epp.rtk.transport.EPPTransportBase
The timeout to apply to persistent connections to the server.
EPP_TIMEOUT_SERVER_ENDING_SESSION - Static variable in interface org.openrtk.idl.epp.epp_Session
 
epp_TransferOpType - class org.openrtk.idl.epp.epp_TransferOpType.
Class defining constant instances of transfer operation types generic for all objects.
epp_TransferOpType(int) - Constructor for class org.openrtk.idl.epp.epp_TransferOpType
For internal use only.
epp_TransferRequest - class org.openrtk.idl.epp.epp_TransferRequest.
Class that contains elements used in requests to transfer any EPP object.
epp_TransferRequest() - Constructor for class org.openrtk.idl.epp.epp_TransferRequest
Empty constructor
epp_TransferRequest(epp_AuthInfo, epp_TransferOpType) - Constructor for class org.openrtk.idl.epp.epp_TransferRequest
The constructor with initializing variables.
epp_TransferStatusType - class org.openrtk.idl.epp.epp_TransferStatusType.
Class defining constant instances of transfer types generic for all objects.
epp_TransferStatusType(int) - Constructor for class org.openrtk.idl.epp.epp_TransferStatusType
For internal use only.
epp_TransID - class org.openrtk.idl.epp.epp_TransID.
Class that contains elements necessary to represent the client transaction identifier and the server transaction identifier.
epp_TransID() - Constructor for class org.openrtk.idl.epp.epp_TransID
Empty constructor
epp_TransID(String, String) - Constructor for class org.openrtk.idl.epp.epp_TransID
The constructor with initializing variables.
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.
Master external interface for the implementor of the EPP Unspec element.
epp_UnspecOperations - interface org.openrtk.idl.epp.epp_UnspecOperations.
Internal IDL interface which is never referenced externally.
epp_XMLException - exception org.openrtk.idl.epp.epp_XMLException.
Exception class that indicates an error occurs when rendering or parsing an XML String.
epp_XMLException() - Constructor for class org.openrtk.idl.epp.epp_XMLException
Empty constructor
epp_XMLException(String) - Constructor for class org.openrtk.idl.epp.epp_XMLException
The constructor with initializing variables.
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 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
 
EPPTransportBase - class com.tucows.oxrs.epp.rtk.transport.EPPTransportBase.
Base abstract class for the Transport classes.
EPPTransportBase() - Constructor for class com.tucows.oxrs.epp.rtk.transport.EPPTransportBase
Default constructor --
EPPTransportBase(String, int) - Constructor for class com.tucows.oxrs.epp.rtk.transport.EPPTransportBase
Constructor with EPP Hostname and EPP Host port.
EPPTransportBase(String, int, int) - Constructor for class com.tucows.oxrs.epp.rtk.transport.EPPTransportBase
Constructor with EPP Hostname, EPP Host port, and timeout.
EPPTransportException - exception com.tucows.oxrs.epp.rtk.transport.EPPTransportException.
This class groups all exceptions having to do with the instantiation of transports in EPPClient, such a ClassNotFoundException, InstantiationException, etc...
EPPTransportException(String) - Constructor for class com.tucows.oxrs.epp.rtk.transport.EPPTransportException
Basic construction for exceptions with messages.
EPPTransportSMTP - class com.tucows.oxrs.epp.rtk.transport.EPPTransportSMTP.
Provides methods necessary to communicate via SMTP with an EPP Server.
EPPTransportSMTP() - Constructor for class com.tucows.oxrs.epp.rtk.transport.EPPTransportSMTP
Default construtor
EPPTransportTCP - class com.tucows.oxrs.epp.rtk.transport.EPPTransportTCP.
Provides methods necessary to establish connection and to communicate with an EPP Server using plain socket (no encryption).
EPPTransportTCP() - Constructor for class com.tucows.oxrs.epp.rtk.transport.EPPTransportTCP
Default Construtor
EPPTransportTCP(Socket, int) - Constructor for class com.tucows.oxrs.epp.rtk.transport.EPPTransportTCP
Construtor with established socket and timeout value If the timeout value is zero, the default timeout value from EPPTransportBase is used.
EPPTransportTCP(String, int, int) - Constructor for class com.tucows.oxrs.epp.rtk.transport.EPPTransportTCP
Construtor with Hostname, Host port and timeout value If the timeout value is zero, the default timeout value from EPPTransportBase is used.
EPPTransportTCPTLS - class com.tucows.oxrs.epp.rtk.transport.EPPTransportTCPTLS.
Provides methods necessary to build connection with EPP Server using a SSL-TLS socket.
EPPTransportTCPTLS() - Constructor for class com.tucows.oxrs.epp.rtk.transport.EPPTransportTCPTLS
Default Construtor
EPPTransportTCPTLS(String, int, int) - Constructor for class com.tucows.oxrs.epp.rtk.transport.EPPTransportTCPTLS
Construtor with Hostname, Host port and timeout value
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
Transform an integer into a epp_AuthInfoType constant.
from_int(int) - Static method in class org.openrtk.idl.epp.epp_PollResDataType
Transform an integer into a epp_PollResDataType constant.
from_int(int) - Static method in class org.openrtk.idl.epp.epp_PollOpType
Transform an integer into a epp_PollOpType constant.
from_int(int) - Static method in class org.openrtk.idl.epp.epp_TransferStatusType
Transform an integer into a epp_TransferStatusType constant.
from_int(int) - Static method in class org.openrtk.idl.epp.epp_TransferOpType
Transform an integer into a epp_TransferOpType constant.
from_int(int) - Static method in class org.openrtk.idl.epp.contact.epp_ContactStatusType
Transform an integer into a epp_ContactStatusType constant.
from_int(int) - Static method in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Transform an integer into a epp_DomainStatusType constant.
from_int(int) - Static method in class org.openrtk.idl.epp.domain.epp_DomainContactType
Transform an integer into a epp_DomainContactType constant.
from_int(int) - Static method in class org.openrtk.idl.epp.domain.epp_DomainPeriodUnitType
Transform an integer into a epp_DomainPeriodUnitType constant.
from_int(int) - Static method in class org.openrtk.idl.epp.host.epp_HostAddressType
Transform an integer into a epp_HostAddressType constant.
from_int(int) - Static method in class org.openrtk.idl.epp.host.epp_HostStatusType
Transform an integer into a epp_HostStatusType constant.
fromXML(Node) - Method in class com.tucows.oxrs.epp.rtk.xml.poll.contacttrnData
Populates the poll res data with epp_PollContactTransfer 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(Node) - Method in class com.tucows.oxrs.epp.rtk.xml.poll.domaintrnData
Populates the poll res data with epp_PollDomainTransfer data.
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.EPPHostCheck
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.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
Parses an XML String of data from the unspec section of a response from the Registry.
fromXML(String) - Method in interface org.openrtk.idl.epp.epp_ActionOperations
Parses XML String returned by EPP server and populates the response data member.

G

getActionClientId() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
Accessor method for the identifier of the client that should act upon the contact transfer request
getActionClientId() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
Accessor method for the identifier of the client that should act upon the domain transfer request
getActionDate() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
Accessor method for the required or completed action date to the contact transfer request
getActionDate() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
Accessor method for the required or completed action date to the domain transfer request
getAdd() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
Accessor method for the add element that contains attribute values to be added to the contact object
getAdd() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
Accessor method for the add element that contains attribute values to be added to the domain object
getAdd() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateReq
Accessor method for the add element that contains attribute values to be added to the host object
getAddress() - Method in class org.openrtk.idl.epp.contact.epp_ContactNameAddress
Accessor method for the contact's address information
getAddresses() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateAddRemove
Accessor method for the array of IP addresses
getAddresses() - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
Accessor method for the array of IP addresses associated with the host object
getAddresses() - Method in class org.openrtk.idl.epp.host.epp_HostCreateReq
Accessor method for the array of IP addresses to be associated with the host object
getAsciiAddress() - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
Accessor method for the ascii contact name and address to be associated with the contact object
getAsciiAddress() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the ascii contact name and address associated with the contact object
getAsciiAddress() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
Accessor method for the ascii contact name and address to be associated with the contact object
getAuthInfo() - Method in class org.openrtk.idl.epp.epp_PollDomainTransfer
Accessor method for the authorization information associated with the domain object
getAuthInfo() - Method in class org.openrtk.idl.epp.epp_TransferRequest
Accessor method for the authorization information
getAuthInfo() - Method in class org.openrtk.idl.epp.epp_PollContactTransfer
Accessor method for the authorization information associated with the contact object
getAuthInfo() - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
Accessor method for the authorization information to be associated with the contact object
getAuthInfo() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the authorization information associated with the contact object
getAuthInfo() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
Accessor method for the authorization information to be associated with the contact object
getAuthInfo() - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
Accessor method for the authorization information to be associated with the domain object
getAuthInfo() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the authorization information associated with the domain object
getAuthInfo() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateChange
Accessor method for the authorization information to be associated with the domain object
getChange() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
Accessor method for the change element that contains attribute values to be changed in the contact object
getChange() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
Accessor method for the change element that contains attribute values to be changed
getChange() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateReq
Accessor method for the change element that contains attribute values to be changed
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
Accessor method for the contact's city
getClientId() - Method in class org.openrtk.idl.epp.epp_Credentials
Accessor method for the client identifier created on the server
getClientId() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the identifier of the sponsoring client
getClientId() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the identifier of the sponsoring client
getClientId() - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
Accessor method for the identifier of the sponsoring client
getClientTrid() - Method in class org.openrtk.idl.epp.epp_LogoutReq
Accessor method for the client transaction identifier assigned by the client to the command
getClientTrid() - Method in class org.openrtk.idl.epp.epp_Command
Accessor method for the client transaction identifier assigned by the client to the command
getClientTrid() - Method in class org.openrtk.idl.epp.epp_TransID
Accessor method for the transaction identifier assigned by the client
getClientTrid(String) - Static method in class com.tucows.oxrs.epp.rtk.example.HostExample
 
getClientTrid(String) - Static method in class com.tucows.oxrs.epp.rtk.example.ContactExample
 
getClientTrid(String) - Static method in class com.tucows.oxrs.epp.rtk.example.DomainExample
 
getCmd() - Method in class org.openrtk.idl.epp.epp_PollReq
Accessor method for the common and generic command element
getCmd() - Method in class org.openrtk.idl.epp.epp_LoginReq
Accessor method for the common and generic command element
getCmd() - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
Accessor method for the common and generic command element
getCmd() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoReq
Accessor method for the common and generic command element
getCmd() - Method in class org.openrtk.idl.epp.contact.epp_ContactCheckReq
Accessor method for the common and generic command element
getCmd() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
Accessor method for the common and generic command element
getCmd() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferReq
Accessor method for the common and generic command element
getCmd() - Method in class org.openrtk.idl.epp.contact.epp_ContactDeleteReq
Accessor method for the common and generic command element
getCmd() - Method in class org.openrtk.idl.epp.domain.epp_DomainCheckReq
Accessor method for the common and generic command element
getCmd() - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
Accessor method for the common and generic command element
getCmd() - Method in class org.openrtk.idl.epp.domain.epp_DomainDeleteReq
Accessor method for the common and generic command element
getCmd() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
Accessor method for the common and generic command element
getCmd() - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
Accessor method for the common and generic command element
getCmd() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
Accessor method for the common and generic command element
getCmd() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoReq
Accessor method for the common and generic command element
getCmd() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateReq
Accessor method for the common and generic command element
getCmd() - Method in class org.openrtk.idl.epp.host.epp_HostInfoReq
Accessor method for the common and generic command element
getCmd() - Method in class org.openrtk.idl.epp.host.epp_HostDeleteReq
Accessor method for the common and generic command element
getCmd() - Method in class org.openrtk.idl.epp.host.epp_HostCreateReq
Accessor method for the common and generic command element
getCmd() - Method in class org.openrtk.idl.epp.host.epp_HostCheckReq
Accessor method for the common and generic command element
getCode() - Method in class org.openrtk.idl.epp.epp_Result
Accessor method for the decimal number that describes the success or failure of an EPP command
getContactId() - Method in class org.openrtk.idl.epp.epp_PollContactTransfer
Accessor method for the identifier of the contact object
getContacts() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove
Accessor method for the array of domain contact objects
getContacts() - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
Accessor method for the array of contacts to be associated with the domain object
getContacts() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the array of contacts associated with the domain object
getCount() - Method in class org.openrtk.idl.epp.epp_MessageQueue
Accessor method for the number of the service messages queued for client retrieval
getCountryCode() - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
Accessor method for the contact's country code
getCreatedBy() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the identifier of the client that created the contact object
getCreatedBy() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the identifier of the client that created the domain object
getCreatedBy() - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
Accessor method for the identifier of the client that created the host object
getCreatedDate() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the creation date of the contact object
getCreatedDate() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the creation date of the domain object
getCreatedDate() - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
Accessor method for the creation date of the host object
getCreds() - Method in class org.openrtk.idl.epp.epp_Command
Accessor method for the element that provides client identity information
getCurrentExpirationDate() - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
Accessor method for the current expiration date associated with the domain object
getData() - Method in class org.openrtk.idl.epp.epp_PollResData
Accessor method for the actual poll response data
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
Accessor method for the array of error details
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
Accessor method for the name of the domain object
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
Accessor method for the e-mail address of the contact
getEmail() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the contact's e-mail address
getEmail() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
Accessor method for the contact's e-mail address
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
getEPPHostName() - Method in class com.tucows.oxrs.epp.rtk.transport.EPPTransportBase
Accessor method for the EPP Hostname
getEPPHostPort() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the EPP Host port
getEPPHostPort() - Method in class com.tucows.oxrs.epp.rtk.transport.EPPTransportBase
Accessor method for the EPP Host port
getEPPPassword() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the password
getEPPServices() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the epp services.
getEPPTimeout() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the EPP server timeout, in milliseconds
getEPPTimeout() - Method in class com.tucows.oxrs.epp.rtk.transport.EPPTransportBase
Accessor method for the EPP server timeout, in milliseconds
getEPPUnspecServices() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the epp unspecified services.
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
Accessor method for the error message
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
Accessor method for the boolean value indicating whether an object exists in the registry or not
getExpirationDate() - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
Accessor method for the expiration date of the domain object
getExpirationDate() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
Accessor method for the expiration date of the domain object
getExpirationDate() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the expiration date of the domain object
getExpirationDate() - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
Accessor method for the expiration date of the domain object
getExtension() - Method in class org.openrtk.idl.epp.contact.epp_ContactPhone
Accessor method for the extension of the telephone number
getFax() - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
Accessor method for the fax number of the contact
getFax() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the contact's fax number
getFax() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
Accessor method for the contact's fax number
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
Accessor method for the array of host objects created under this domain object
getI15dAddress() - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
Accessor method for the i15d contact name and address to be associated with the contact object
getI15dAddress() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the i15d contact name and address associated with the contact object
getI15dAddress() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
Accessor method for the i15d contact name and address to be associated with the contact object
getId() - Method in class org.openrtk.idl.epp.epp_Result
Accessor method for the identifier of the service message dequeued from the server by the client
getId() - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateRsp
Accessor method for the identifier for the contact object in the registry
getId() - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
Accessor method for the identifier for the contact to be created
getId() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
Accessor method for the identifier for the contact object in the registry
getId() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the identifier for the contact object in the registry
getId() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoReq
Accessor method for the identifier for the contact object to be queried
getId() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
Accessor method for the identifier for the contact object to be modified
getId() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferReq
Accessor method for the identifier for the contact object
getId() - Method in class org.openrtk.idl.epp.contact.epp_ContactDeleteReq
Accessor method for the identifier for the contact object to be deleted
getId() - Method in class org.openrtk.idl.epp.domain.epp_DomainContact
Accessor method for the identifier of the domain contact
getIds() - Method in class org.openrtk.idl.epp.contact.epp_ContactCheckReq
Accessor method for the array of contact ids to check in the registry
getIp() - Method in class org.openrtk.idl.epp.host.epp_HostAddress
Accessor method for the ip address of the host address
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
Accessor method for the language used to express the response message
getLang() - Method in class org.openrtk.idl.epp.epp_Options
Accessor method for the text response language to be used during the EPP server session
getLang() - Method in class org.openrtk.idl.epp.contact.epp_ContactStatus
Accessor method for the language used to express the contact status value
getLang() - Method in class org.openrtk.idl.epp.domain.epp_DomainStatus
Accessor method for the language used to express the domain status value
getLang() - Method in class org.openrtk.idl.epp.host.epp_HostStatus
Accessor method for the language used to express the host status value
getLangs() - Method in class org.openrtk.idl.epp.epp_Greeting
Accessor method for the array of languages supported by the server
getLastNetTransaction() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the time of the last successfull network transaction.
getMessageQueue() - Method in class org.openrtk.idl.epp.epp_Response
Accessor method for the element that indicates the status of the messages queued in the EPP server
getMsg() - Method in class org.openrtk.idl.epp.epp_Result
Accessor method for the human-readable description of the response code
getMsgID() - Method in class org.openrtk.idl.epp.epp_PollReq
Accessor method for the response message id from the EPP server
getName() - Method in class org.openrtk.idl.epp.epp_Service
Accessor method for the name of the object to be managed by the server
getName() - Method in class org.openrtk.idl.epp.contact.epp_ContactNameAddress
Accessor method for the contact individual name
getName() - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
Accessor method for the name of the domain object in the registry
getName() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
Accessor method for the name of the domain object in the registry
getName() - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
Accessor method for the name of the domain object to be created in the registry
getName() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the name of the domain object in the registry
getName() - Method in class org.openrtk.idl.epp.domain.epp_DomainDeleteReq
Accessor method for the name of the domain object to be deleted in the registry
getName() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
Accessor method for the name of the domain object to be modified in the registry
getName() - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
Accessor method for the name of the domain object to be renewed in the registry
getName() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
Accessor method for the name of the domain object for the transfer request
getName() - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
Accessor method for the name of the domain object in the registry
getName() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoReq
Accessor method for the name of the domain object to be queried
getName() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateReq
Accessor method for the name of the host object
getName() - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
Accessor method for the name of the host object in the registry
getName() - Method in class org.openrtk.idl.epp.host.epp_HostInfoReq
Accessor method for the name of the host object to be queried
getName() - Method in class org.openrtk.idl.epp.host.epp_HostDeleteReq
Accessor method for the name of the host object to be deleted in the registry
getName() - Method in class org.openrtk.idl.epp.host.epp_HostCreateRsp
Accessor method for the name of the host object in the registry
getName() - Method in class org.openrtk.idl.epp.host.epp_HostCreateReq
Accessor method for the name of the host object to be created
getName() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateChange
Accessor method for the new host name of the host object
getNames() - Method in class org.openrtk.idl.epp.domain.epp_DomainCheckReq
Accessor method for the array of domain names to check in the registry
getNames() - Method in class org.openrtk.idl.epp.host.epp_HostCheckReq
Accessor method for the array of host names to check in the registry
getNameServers() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove
Accessor method for the array of domain name servers
getNameServers() - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
Accessor method for the array of name servers to be associated with the domain object
getNameServers() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the array of name servers associated with the domain object
getNewPassword() - Method in class org.openrtk.idl.epp.epp_Credentials
Accessor method for the new client password
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
Accessor method for the poll operation type
getOp() - Method in class org.openrtk.idl.epp.epp_TransferRequest
Accessor method for the transfer operation type
getOptions() - Method in class org.openrtk.idl.epp.epp_Credentials
Accessor method for the options element that contains client's choices
getOrg() - Method in class org.openrtk.idl.epp.contact.epp_ContactNameAddress
Accessor method for the name of the organization with which the contact is affiliated
getPassword() - Method in class org.openrtk.idl.epp.epp_Credentials
Accessor method for the client password
getPeriod() - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
Accessor method for the registration period of the domain object
getPeriod() - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
Accessor method for the number of units to be added to the registration period of the domain object
getPeriod() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
Accessor method for the number of units to be added to the registration period of the domain object
getPollResData() - Method in class com.tucows.oxrs.epp.rtk.xml.poll.contacttrnData
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()".
getPollResData() - Method in class com.tucows.oxrs.epp.rtk.xml.poll.domaintrnData
Returns the epp_PollResData private member.
getPostalCode() - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
Accessor method for the contact's postal code
getQueueDate() - Method in class org.openrtk.idl.epp.epp_MessageQueue
Accessor method for the date and time that a particular message was enqueued
getRegistrant() - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
Accessor method for the registrant to be associated with the domain object
getRegistrant() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the registrant associated with the domain object
getRegistrant() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateChange
Accessor method for the registrant to be associated with the domain object
getRemove() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
Accessor method for the remove element that contains attribute values to be removed from the contact object
getRemove() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
Accessor method for the remove element that contains attribute values to be removed from the domain object
getRemove() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateReq
Accessor method for the remove to be associated with the host object
getRequestClientId() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
Accessor method for the client that requested the contact object transfer
getRequestClientId() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
Accessor method for the identifier of the client that requested the domain object transfer
getRequestDate() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
Accessor method for the date that the contact transfer was requested
getRequestDate() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
Accessor method for the date that the domain transfer was requested
getResData() - Method in class org.openrtk.idl.epp.epp_PollRsp
Accessor method for the retrieved message data
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.EPPHostCheck
Accessor method for the host check 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.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
Accessor for the data representing EPP response from a server for the poll command.
getResponseData() - Method in interface org.openrtk.idl.epp.epp_LoginOperations
Accessor for the data representing EPP response from a server for the login command.
getResponseData() - Method in interface org.openrtk.idl.epp.epp_HelloOperations
Accessor for the data representing EPP greeting response from a server in response to the hello request issued by the client The implementor of this method is responsible for translating the response EPP XML into an instance of epp_Greeting.
getResponseData() - Method in interface org.openrtk.idl.epp.epp_LogoutOperations
Accessor for the data representing EPP response from a server for the logout command.
getResponseData() - Method in interface org.openrtk.idl.epp.contact.epp_ContactUpdateOperations
Accessor for the data representing EPP response from a server for the contact update command.
getResponseData() - Method in interface org.openrtk.idl.epp.contact.epp_ContactCheckOperations
Accessor for the data representing EPP response from a server for the contact check command.
getResponseData() - Method in interface org.openrtk.idl.epp.contact.epp_ContactCreateOperations
Accessor for the data representing EPP response from a server for the contact create command.
getResponseData() - Method in interface org.openrtk.idl.epp.contact.epp_ContactDeleteOperations
Accessor for the data representing EPP response from a server for the contact delete command.
getResponseData() - Method in interface org.openrtk.idl.epp.contact.epp_ContactTransferOperations
Accessor for the data representing EPP response from a server for the contact transfer command.
getResponseData() - Method in interface org.openrtk.idl.epp.contact.epp_ContactInfoOperations
Accessor for the data representing EPP response from a server for the contact info command.
getResponseData() - Method in interface org.openrtk.idl.epp.domain.epp_DomainUpdateOperations
Accessor for the data representing EPP response from a server for the domain update command.
getResponseData() - Method in interface org.openrtk.idl.epp.domain.epp_DomainCheckOperations
Accessor for the data representing EPP response from a server for the domain check command.
getResponseData() - Method in interface org.openrtk.idl.epp.domain.epp_DomainInfoOperations
Accessor for the data representing EPP response from a server for the domain info command.
getResponseData() - Method in interface org.openrtk.idl.epp.domain.epp_DomainDeleteOperations
Accessor for the data representing EPP response from a server for the domain delete command.
getResponseData() - Method in interface org.openrtk.idl.epp.domain.epp_DomainCreateOperations
Accessor for the data representing EPP response from a server for the domain create command.
getResponseData() - Method in interface org.openrtk.idl.epp.domain.epp_DomainTransferOperations
Accessor for the data representing EPP response from a server for the domain transfer command.
getResponseData() - Method in interface org.openrtk.idl.epp.domain.epp_DomainRenewOperations
Accessor for the data representing EPP response from a server for the domain renew command.
getResponseData() - Method in interface org.openrtk.idl.epp.host.epp_HostCheckOperations
Accessor for the data representing EPP response from a server for the host check command.
getResponseData() - Method in interface org.openrtk.idl.epp.host.epp_HostCreateOperations
Accessor for the data representing EPP response from a server for the host create command.
getResponseData() - Method in interface org.openrtk.idl.epp.host.epp_HostDeleteOperations
Accessor for the data representing EPP response from a server for the host delete command.
getResponseData() - Method in interface org.openrtk.idl.epp.host.epp_HostUpdateOperations
Accessor for the data representing EPP response from a server for the host update command.
getResponseData() - Method in interface org.openrtk.idl.epp.host.epp_HostInfoOperations
Accessor for the data representing EPP response from a server for the host info command.
getResults() - Method in class org.openrtk.idl.epp.epp_Response
Accessor method for the array of the results that document the success or failure of an EPP command execution
getResults() - Method in class org.openrtk.idl.epp.contact.epp_ContactCheckRsp
Accessor method for the contact check results
getResults() - Method in class org.openrtk.idl.epp.domain.epp_DomainCheckRsp
Accessor method for the domain check results
getResults() - Method in class org.openrtk.idl.epp.host.epp_HostCheckRsp
Accessor method for the host check results
getRoid() - Method in class org.openrtk.idl.epp.epp_AuthInfo
Accessor method for the authorizing object's repository object identifier
getRoid() - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateRsp
Deprecated.  
getRoid() - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
Deprecated.  
getRoid() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
Deprecated.  
getRoid() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the repository object identifier associated with the domain object
getRoid() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoReq
Deprecated.  
getRoid() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
Deprecated.  
getRoid() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferReq
Deprecated.  
getRoid() - Method in class org.openrtk.idl.epp.contact.epp_ContactDeleteReq
Deprecated.  
getRoid() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the repository object identifier associated with the domain object
getRoid() - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
Accessor method for the repository object identifier associated with the host object
getRoids() - Method in class org.openrtk.idl.epp.contact.epp_ContactCheckReq
Deprecated.  
getRsp() - Method in class org.openrtk.idl.epp.epp_LoginRsp
Accessor method for the common and generic response element.
getRsp() - Method in class org.openrtk.idl.epp.epp_LogoutRsp
Accessor method for the common and generic response element.
getRsp() - Method in class org.openrtk.idl.epp.epp_PollRsp
Accessor method for the common and generic response element.
getRsp() - Method in class org.openrtk.idl.epp.contact.epp_ContactCheckRsp
Accessor method for the common and generic response element.
getRsp() - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateRsp
Accessor method for the common and generic response element.
getRsp() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
Accessor method for the common and generic response element.
getRsp() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the common and generic response element.
getRsp() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateRsp
Accessor method for the common and generic response element.
getRsp() - Method in class org.openrtk.idl.epp.contact.epp_ContactDeleteRsp
Accessor method for the common and generic response element.
getRsp() - Method in class org.openrtk.idl.epp.domain.epp_DomainDeleteRsp
Accessor method for the common and generic response element.
getRsp() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateRsp
Accessor method for the common and generic response element.
getRsp() - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
Accessor method for the common and generic response element.
getRsp() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
Accessor method for the common and generic response element.
getRsp() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the common and generic response element.
getRsp() - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
Accessor method for the common and generic response element.
getRsp() - Method in class org.openrtk.idl.epp.domain.epp_DomainCheckRsp
Accessor method for the common and generic response element.
getRsp() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateRsp
Accessor method for the common and generic response element.
getRsp() - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
Accessor method for the common and generic response element.
getRsp() - Method in class org.openrtk.idl.epp.host.epp_HostDeleteRsp
Accessor method for the common and generic response element.
getRsp() - Method in class org.openrtk.idl.epp.host.epp_HostCreateRsp
Accessor method for the common and generic response element.
getRsp() - Method in class org.openrtk.idl.epp.host.epp_HostCheckRsp
Accessor method for the common and generic response element.
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
Accessor method for the xml schema location of the object
getServerDate() - Method in class org.openrtk.idl.epp.epp_Greeting
Accessor method for the server's current date and time in UTC
getServerId() - Method in class org.openrtk.idl.epp.epp_Greeting
Accessor method for the name of the server
getServerTrid() - Method in class org.openrtk.idl.epp.epp_TransID
Accessor method for the transaction identifier assigned by the server
getServices() - Method in class org.openrtk.idl.epp.epp_Greeting
Accessor method for the array of services offered by the server
getServices() - Method in class org.openrtk.idl.epp.epp_LoginReq
Accessor method for the array of services supported by the server
getStateProvince() - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
Accessor method for the contact's state or province
getStatus() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateAddRemove
Accessor method for the array of status to be associated with or removed from the contact object
getStatus() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the array of status associated with the contact object
getStatus() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove
Accessor method for the array of domain status values
getStatus() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the array of status associated with the domain object
getStatus() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateAddRemove
Accessor method for the array of host status values
getStatus() - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
Accessor method for the array of status associated with the host object
getStreet1() - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
Accessor method for the part 1 of the contact's street address
getStreet2() - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
Accessor method for the part 2 of the contact's street address
getStreet3() - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
Accessor method for the part 3 of the contact's street address
getTrans() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferReq
Accessor method for the common and gereric transfer request element
getTrans() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
Accessor method for the common and gereric transfer request element
getTransferDate() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the most recent transfer date of the contact object
getTransferDate() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the most recent transfer date of the domain object
getTransferDate() - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
Accessor method for the most recent transfer date of the host object
getTransferStatus() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
Accessor method for the transfer status associated with the contact object
getTransferStatus() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
Accessor method for the transfer status associated with the domain object
getTransId() - Method in class org.openrtk.idl.epp.epp_Response
Accessor method for the transaction identifiers assigned by the client and the server
getType() - Method in class org.openrtk.idl.epp.epp_AuthInfo
Accessor method for the authorization information type
getType() - Method in class org.openrtk.idl.epp.epp_PollResData
Accessor method for the poll response data type
getType() - Method in class org.openrtk.idl.epp.contact.epp_ContactStatus
Accessor method for the type of the contact status
getType() - Method in class org.openrtk.idl.epp.domain.epp_DomainContact
Accessor method for the type of the domain contact
getType() - Method in class org.openrtk.idl.epp.domain.epp_DomainStatus
Accessor method for the type of the domain status
getType() - Method in class org.openrtk.idl.epp.host.epp_HostAddress
Accessor method for the type of the host address
getType() - Method in class org.openrtk.idl.epp.host.epp_HostStatus
Accessor method for the type of the host status
getUnit() - Method in class org.openrtk.idl.epp.domain.epp_DomainPeriod
Accessor method for the unit type of the domain registration period
getUnspec() - Method in class org.openrtk.idl.epp.epp_LogoutReq
Accessor method for the optional command extensions
getUnspec() - Method in class org.openrtk.idl.epp.epp_Command
Accessor method for the optional command extensions
getUnspecNode(String) - Method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
Gets the Node representing the unspec xml tag.
getUnspecServices() - Method in class org.openrtk.idl.epp.epp_Greeting
Accessor method for the array of custom object extensions supported by the server
getUnspecServices() - Method in class org.openrtk.idl.epp.epp_LoginReq
Accessor method for the array of unspecified service extensions supported by the server
getUnspecString() - Method in class org.openrtk.idl.epp.epp_Response
Accessor method for the response extensions from the registry
getUpdatedBy() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the identifier of the client that last updated the contact object
getUpdatedBy() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the identifier of the client that last updated the domain object
getUpdatedBy() - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
Accessor method for the identifier of the client that last updated the host object
getUpdatedDate() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the most recent modification date of the contact object
getUpdatedDate() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the most recent modification date of the domain object
getUpdatedDate() - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
Accessor method for the most recent modification date of the host object
getValue() - Method in class org.openrtk.idl.epp.epp_AuthInfo
Accessor method for the authorizing object's passphrase
getValue() - Method in class org.openrtk.idl.epp.epp_CheckResult
Accessor method for the identifier or name of the object checked in the registry
getValue() - Method in class org.openrtk.idl.epp.contact.epp_ContactPhone
Accessor method for the contact's telephone number value
getValue() - Method in class org.openrtk.idl.epp.contact.epp_ContactStatus
Accessor method for the value of the contact status
getValue() - Method in class org.openrtk.idl.epp.domain.epp_DomainStatus
Accessor method for the value of the domain status
getValue() - Method in class org.openrtk.idl.epp.domain.epp_DomainPeriod
Accessor method for the value of the domain registration period
getValue() - Method in class org.openrtk.idl.epp.host.epp_HostStatus
Accessor method for the value of the host status
getValues() - Method in class org.openrtk.idl.epp.epp_Result
Accessor method for the array of messages that provide server error details
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
Accessor method for the protocol version to be used during the EPP server session
getVersions() - Method in class org.openrtk.idl.epp.epp_Greeting
Accessor method for the array of protocol versions supported by the server
getVoice() - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
Accessor method for the telephone number of the contact
getVoice() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the contact's telephone number
getVoice() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
Accessor method for the contact's telephone number
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
Accessor method for the xml namespace of the object

H

hello() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Issues a hello request to the EPP Server.
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
Convenience method to convert a string status to an instance of epp_HostStatusType.
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
Instance of epp_DomainStatusType representing the INACTIVE status type.
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
 
initialize(String, int, int) - Method in class com.tucows.oxrs.epp.rtk.transport.EPPTransportBase
Initializes the transport object with host name, host port and timeout.
initTransferStatusToTypeHash() - Static method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
 
IPV4 - Static variable in class org.openrtk.idl.epp.host.epp_HostAddressType
Instance of epp_HostAddressType representing the IPV4 address type.
IPV6 - Static variable in class org.openrtk.idl.epp.host.epp_HostAddressType
Instance of epp_HostAddressType representing the IPV6 address type.
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

LINKED - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
Instance of epp_ContactStatusType representing the LINKED status type.
LINKED - Static variable in class org.openrtk.idl.epp.host.epp_HostStatusType
Instance of epp_HostStatusType representing the LINKED status type.
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.
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
The identifier of the client that should act upon the contact transfer request.
m_action_client_id - Variable in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
The identifier of the client that should act upon the domain transfer request.
m_action_date - Variable in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
The required or completed action date to the contact transfer request.
m_action_date - Variable in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
The required or completed action date to the domain transfer request.
m_add - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
The add element that contains attribute values to be added to the contact object.
m_add - Variable in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
The add element that contains attribute values to be added to the domain object.
m_add - Variable in class org.openrtk.idl.epp.host.epp_HostUpdateReq
The add element that contains attribute values to be added to the host object.
m_address - Variable in class org.openrtk.idl.epp.contact.epp_ContactNameAddress
The contact's address information.
m_addresses - Variable in class org.openrtk.idl.epp.host.epp_HostUpdateAddRemove
The array of IP addresses to be associated with or removed from the host object.
m_addresses - Variable in class org.openrtk.idl.epp.host.epp_HostInfoRsp
The array of IP addresses associated with the host object.
m_addresses - Variable in class org.openrtk.idl.epp.host.epp_HostCreateReq
The array of IP addresses to be associated with the host object.
m_ascii_address - Variable in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
The contact name and address to be associated with the contact object.
m_ascii_address - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
The contact name and address associated with the contact object.
m_ascii_address - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
The contact name and address to be associated with the contact object.
m_auth_info - Variable in class org.openrtk.idl.epp.epp_PollDomainTransfer
The authorization information associated with the domain object.
m_auth_info - Variable in class org.openrtk.idl.epp.epp_TransferRequest
The authorization information required to authorize object transfers.
m_auth_info - Variable in class org.openrtk.idl.epp.epp_PollContactTransfer
The authorization information associated with the contact object.
m_auth_info - Variable in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
The authorization information to be associated with the contact object.
m_auth_info - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
The authorization information associated with the contact object.
m_auth_info - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
The authorization information to be associated with the contact object.
m_auth_info - Variable in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
The authorization information to be associated with the domain object.
m_auth_info - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
The authorization information associated with the domain object.
m_auth_info - Variable in class org.openrtk.idl.epp.domain.epp_DomainUpdateChange
The authorization information to be associated with the domain object.
m_change - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
The change element that contains attribute values to be changed in the contact object.
m_change - Variable in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
The change element that contains attribute values to be changed in the domain object.
m_change - Variable in class org.openrtk.idl.epp.host.epp_HostUpdateReq
The change element that contains attribute values to be changed in the host object.
m_city - Variable in class org.openrtk.idl.epp.contact.epp_ContactAddress
The contact's city.
m_client_id - Variable in class org.openrtk.idl.epp.epp_Credentials
The client identifier created on the server.
m_client_id - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
The identifier of the sponsoring client.
m_client_id - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
The identifier of the sponsoring client.
m_client_id - Variable in class org.openrtk.idl.epp.host.epp_HostInfoRsp
The identifier of the sponsoring client.
m_client_trid - Variable in class org.openrtk.idl.epp.epp_LogoutReq
The client transaction identifier assigned by the client to the command.
m_client_trid - Variable in class org.openrtk.idl.epp.epp_Command
The client transaction identifier assigned by the client to the command.
m_client_trid - Variable in class org.openrtk.idl.epp.epp_TransID
The transaction identifier assigned by the client.
m_cmd - Variable in class org.openrtk.idl.epp.epp_PollReq
The common and generic command element.
m_cmd - Variable in class org.openrtk.idl.epp.epp_LoginReq
The common and generic command element.
m_cmd - Variable in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
The common and generic command element.
m_cmd - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoReq
The common and generic command element.
m_cmd - Variable in class org.openrtk.idl.epp.contact.epp_ContactCheckReq
The common and generic command element.
m_cmd - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
The common and generic command element.
m_cmd - Variable in class org.openrtk.idl.epp.contact.epp_ContactTransferReq
The common and generic command element.
m_cmd - Variable in class org.openrtk.idl.epp.contact.epp_ContactDeleteReq
The common and generic command element.
m_cmd - Variable in class org.openrtk.idl.epp.domain.epp_DomainCheckReq
The common and generic command element.
m_cmd - Variable in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
The common and generic command element.
m_cmd - Variable in class org.openrtk.idl.epp.domain.epp_DomainDeleteReq
The common and generic command element.
m_cmd - Variable in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
The common and generic command element.
m_cmd - Variable in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
The common and generic command element.
m_cmd - Variable in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
The common and generic command element.
m_cmd - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoReq
The common and generic command element.
m_cmd - Variable in class org.openrtk.idl.epp.host.epp_HostUpdateReq
The common and generic command element.
m_cmd - Variable in class org.openrtk.idl.epp.host.epp_HostInfoReq
The common and generic command element.
m_cmd - Variable in class org.openrtk.idl.epp.host.epp_HostDeleteReq
The common and generic command element.
m_cmd - Variable in class org.openrtk.idl.epp.host.epp_HostCreateReq
The common and generic command element.
m_cmd - Variable in class org.openrtk.idl.epp.host.epp_HostCheckReq
The common and generic command element.
m_code - Variable in class org.openrtk.idl.epp.epp_Result
The decimal number that describes the success or failure of an EPP command.
m_contact_id - Variable in class org.openrtk.idl.epp.epp_PollContactTransfer
The identifier of the contact object requested for transfer.
m_contact_transfer() - Method in class org.openrtk.idl.epp.epp_PollResDataUnion
Accessor method for the the poll response data object epp_PollContactTransfer
m_contact_transfer(epp_PollContactTransfer) - Method in class org.openrtk.idl.epp.epp_PollResDataUnion
Accessor method for the the poll response data object epp_PollContactTransfer
m_contacts - Variable in class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove
The array of contact objects to be associated with or removed from the domain object.
m_contacts - Variable in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
The array of contacts to be associated with the domain object.
m_contacts - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
The array of contacts associated with the domain object.
m_count - Variable in class org.openrtk.idl.epp.epp_MessageQueue
The number of the service messages queued in EPP server for client retrieval.
m_country_code - Variable in class org.openrtk.idl.epp.contact.epp_ContactAddress
The contact's country code.
m_created_by - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
The identifier of the client that created the contact object.
m_created_by - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
The identifier of the client that created the domain object.
m_created_by - Variable in class org.openrtk.idl.epp.host.epp_HostInfoRsp
The identifier of the client that created the host object.
m_created_date - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
The creation date of the contact object.
m_created_date - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
The creation date of the domain object.
m_created_date - Variable in class org.openrtk.idl.epp.host.epp_HostInfoRsp
The creation date of the host object.
m_creds - Variable in class org.openrtk.idl.epp.epp_Command
The element that provides client identity information.
m_current_expiration_date - Variable in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
The current expiration date associated with the domain object.
m_data - Variable in class org.openrtk.idl.epp.epp_PollResData
The actual poll response data.
m_details - Variable in class org.openrtk.idl.epp.epp_Exception
The array of error details.
m_domain_name - Variable in class org.openrtk.idl.epp.epp_PollDomainTransfer
The name of the domain object requested for transfer.
m_domain_transfer() - Method in class org.openrtk.idl.epp.epp_PollResDataUnion
Accessor method for the the poll response data object epp_PollDomainTransfer
m_domain_transfer(epp_PollDomainTransfer) - Method in class org.openrtk.idl.epp.epp_PollResDataUnion
Accessor method for the the poll response data object epp_PollDomainTransfer
m_email - Variable in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
The e-mail address of the contact.
m_email - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
The contact's e-mail address.
m_email - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
The contact's e-mail address.
m_error_message - Variable in class org.openrtk.idl.epp.epp_XMLException
The error message.
m_exists - Variable in class org.openrtk.idl.epp.epp_CheckResult
The boolean value indicating whether an object exists in the registry or not.
m_expiration_date - Variable in class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
The expiration date of the domain object.
m_expiration_date - Variable in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
The expiration date of the domain object.
m_expiration_date - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
The expiration date of the domain object.
m_expiration_date - Variable in class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
The expiration date of the domain object.
m_extension - Variable in class org.openrtk.idl.epp.contact.epp_ContactPhone
The extension of the telephone number.
m_fax - Variable in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
The fax number of the contact.
m_fax - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
The contact's fax number.
m_fax - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
The contact's fax number.
m_hosts - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
The array of host objects created under this domain object.
m_i15d_address - Variable in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
The contact name and address to be associated with the contact object.
m_i15d_address - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
The contact name and address associated with the contact object.
m_i15d_address - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
The contact name and address to be associated with the contact object.
m_id - Variable in class org.openrtk.idl.epp.epp_Result
The identifier of the service message dequeued from the server by the client.
m_id - Variable in class org.openrtk.idl.epp.contact.epp_ContactCreateRsp
The identifier for the contact object in the registry.
m_id - Variable in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
The identifier for the contact to be created.
m_id - Variable in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
The identifier for the contact object in the registry.
m_id - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
The identifier for the contact object in the registry.
m_id - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoReq
The identifier for the contact object to be queried.
m_id - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
The identifier for the contact object to be modified in the registry.
m_id - Variable in class org.openrtk.idl.epp.contact.epp_ContactTransferReq
The identifier for the contact object for the transfer request.
m_id - Variable in class org.openrtk.idl.epp.contact.epp_ContactDeleteReq
The identifier for the contact object to be deleted in the registry.
m_id - Variable in class org.openrtk.idl.epp.domain.epp_DomainContact
The identifier of the domain contact.
m_ids - Variable in class org.openrtk.idl.epp.contact.epp_ContactCheckReq
The array of contact ids to check in the registry.
m_ip - Variable in class org.openrtk.idl.epp.host.epp_HostAddress
The ip address of the host address.
m_lang - Variable in class org.openrtk.idl.epp.epp_Result
The language used to express the response message.
m_lang - Variable in class org.openrtk.idl.epp.epp_Options
The text response language to be used for the command or ongoing server session.
m_lang - Variable in class org.openrtk.idl.epp.contact.epp_ContactStatus
The language used to express the contact status value.
m_lang - Variable in class org.openrtk.idl.epp.domain.epp_DomainStatus
The language used to express the domain status value.
m_lang - Variable in class org.openrtk.idl.epp.host.epp_HostStatus
The language used to express the host status value.
m_langs - Variable in class org.openrtk.idl.epp.epp_Greeting
The array of languages supported by the server.
m_message_queue - Variable in class org.openrtk.idl.epp.epp_Response
The element that indicates stauts of the messages queued in the EPP server for client retrieval.
m_msg - Variable in class org.openrtk.idl.epp.epp_Result
The human-readable description of the response code.
m_msgID - Variable in class org.openrtk.idl.epp.epp_PollReq
The response message id from the EPP server.
m_name - Variable in class org.openrtk.idl.epp.epp_Service
The name of the object to be managed by the server.
m_name - Variable in class org.openrtk.idl.epp.contact.epp_ContactNameAddress
The contact individual name.
m_name - Variable in class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
The name of the domain object in the registry.
m_name - Variable in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
The name of the domain object in the registry.
m_name - Variable in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
The name of the domain object to be created in the registry.
m_name - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
The name of the domain object in the registry.
m_name - Variable in class org.openrtk.idl.epp.domain.epp_DomainDeleteReq
The name of the domain object to be deleted in the registry
m_name - Variable in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
The name of the domain object to be modified in the registry.
m_name - Variable in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
The name of the domain object to be renewed in the registry.
m_name - Variable in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
The name of the domain object for the transfer request.
m_name - Variable in class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
The name of the domain object in the registry.
m_name - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoReq
The name of the domain object to be queried.
m_name - Variable in class org.openrtk.idl.epp.host.epp_HostUpdateReq
The name of the host object to be modified in the registry.
m_name - Variable in class org.openrtk.idl.epp.host.epp_HostInfoRsp
The name of the host object in the registry.
m_name - Variable in class org.openrtk.idl.epp.host.epp_HostInfoReq
The name of the host object to be queried.
m_name - Variable in class org.openrtk.idl.epp.host.epp_HostDeleteReq
The name of the host object to be deleted in the registry.
m_name - Variable in class org.openrtk.idl.epp.host.epp_HostCreateRsp
The name of the host object in the registry.
m_name - Variable in class org.openrtk.idl.epp.host.epp_HostCreateReq
The name of the host object to be created in the registry.
m_name - Variable in class org.openrtk.idl.epp.host.epp_HostUpdateChange
The new host name of the host object.
m_name_servers - Variable in class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove
The array of name servers to be associated with or removed from the domain object.
m_name_servers - Variable in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
The array of name servers to be associated with the domain object.
m_name_servers - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
The array of name servers associated with the domain object.
m_names - Variable in class org.openrtk.idl.epp.domain.epp_DomainCheckReq
The array of domain names to check in the registry.
m_names - Variable in class org.openrtk.idl.epp.host.epp_HostCheckReq
The array of host names to check in the registry.
m_new_password - Variable in class org.openrtk.idl.epp.epp_Credentials
The new client password to be used for the future session establishment.
m_op - Variable in class org.openrtk.idl.epp.epp_PollReq
The poll operation type.
m_op - Variable in class org.openrtk.idl.epp.epp_TransferRequest
The transfer operation type.
m_options - Variable in class org.openrtk.idl.epp.epp_Credentials
The options element that contains client's choices on the protocol version and response language
m_org - Variable in class org.openrtk.idl.epp.contact.epp_ContactNameAddress
The name of the organization with which the contact is affiliated.
m_password - Variable in class org.openrtk.idl.epp.epp_Credentials
The client password.
m_period - Variable in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
The registration period of the domain object.
m_period - Variable in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
The number of units to be added to the registration period of the domain object.
m_period - Variable in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
The number of units to be added to the registration period of the domain object.
m_postal_code - Variable in class org.openrtk.idl.epp.contact.epp_ContactAddress
The contact's postal code.
m_queue_date - Variable in class org.openrtk.idl.epp.epp_MessageQueue
The date and time that a particular message was enqueued.
m_registrant - Variable in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
The domain registrant to be associated with the domain object.
m_registrant - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
The registrant associated with the domain object.
m_registrant - Variable in class org.openrtk.idl.epp.domain.epp_DomainUpdateChange
The registrant to be associated with the domain object.
m_remove - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
The remove element that contains attribute values to be removed from the contact object.
m_remove - Variable in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
The remove element that contains attribute values to be removed from the domain object.
m_remove - Variable in class org.openrtk.idl.epp.host.epp_HostUpdateReq
The remove element that contains attribute values to be removed from the host object.
m_request_client_id - Variable in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
The identifier of the client that requested the contact object transfer.
m_request_client_id - Variable in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
The identifier of the client that requested the domain object transfer.
m_request_date - Variable in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
The date that the contact transfer was requested.
m_request_date - Variable in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
The date that the domain transfer was requested.
m_res_data - Variable in class org.openrtk.idl.epp.epp_PollRsp
The retrieved message data.
m_results - Variable in class org.openrtk.idl.epp.epp_Response
The array of the results that document the success or failure of an EPP command execution.
m_results - Variable in class org.openrtk.idl.epp.contact.epp_ContactCheckRsp
The generic check response array.
m_results - Variable in class org.openrtk.idl.epp.domain.epp_DomainCheckRsp
The generic check response array.
m_results - Variable in class org.openrtk.idl.epp.host.epp_HostCheckRsp
The generic check response array.
m_roid - Variable in class org.openrtk.idl.epp.epp_AuthInfo
The authorizing object's repository object identifier.
m_roid - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
The repository object identifier associated with the domain object.
m_roid - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
The repository object identifier associated with the domain object.
m_roid - Variable in class org.openrtk.idl.epp.host.epp_HostInfoRsp
The repository object identifier associated with the host object.
m_rsp - Variable in class org.openrtk.idl.epp.epp_LoginRsp
The common and generic response element.
m_rsp - Variable in class org.openrtk.idl.epp.epp_LogoutRsp
The common and generic response element.
m_rsp - Variable in class org.openrtk.idl.epp.epp_PollRsp
The common and generic response element.
m_rsp - Variable in class org.openrtk.idl.epp.contact.epp_ContactCheckRsp
The common and generic response element.
m_rsp - Variable in class org.openrtk.idl.epp.contact.epp_ContactCreateRsp
The common and generic response element.
m_rsp - Variable in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
The common and generic response element.
m_rsp - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
The common and generic response element.
m_rsp - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateRsp
The common and generic response element.
m_rsp - Variable in class org.openrtk.idl.epp.contact.epp_ContactDeleteRsp
The common and generic response element.
m_rsp - Variable in class org.openrtk.idl.epp.domain.epp_DomainDeleteRsp
The common and generic response element.
m_rsp - Variable in class org.openrtk.idl.epp.domain.epp_DomainUpdateRsp
The common and generic response element.
m_rsp - Variable in class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
The common and generic response element.
m_rsp - Variable in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
The common and generic response element.
m_rsp - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
The common and generic response element.
m_rsp - Variable in class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
The common and generic response element.
m_rsp - Variable in class org.openrtk.idl.epp.domain.epp_DomainCheckRsp
The common and generic response element.
m_rsp - Variable in class org.openrtk.idl.epp.host.epp_HostUpdateRsp
The common and generic response element.
m_rsp - Variable in class org.openrtk.idl.epp.host.epp_HostInfoRsp
The common and generic response element.
m_rsp - Variable in class org.openrtk.idl.epp.host.epp_HostDeleteRsp
The common and generic response element.
m_rsp - Variable in class org.openrtk.idl.epp.host.epp_HostCreateRsp
The common and generic response element.
m_rsp - Variable in class org.openrtk.idl.epp.host.epp_HostCheckRsp
The common and generic response element.
m_schema_location - Variable in class org.openrtk.idl.epp.epp_Service
The xml schema location of the object.
m_server_date - Variable in class org.openrtk.idl.epp.epp_Greeting
The server's current date and time in UTC.
m_server_id - Variable in class org.openrtk.idl.epp.epp_Greeting
The name of the server.
m_server_trid - Variable in class org.openrtk.idl.epp.epp_TransID
The transaction identifier assigned by the server.
m_services - Variable in class org.openrtk.idl.epp.epp_Greeting
The array of services offered by the server.
m_services - Variable in class org.openrtk.idl.epp.epp_LoginReq
The array of service elements.
m_state_province - Variable in class org.openrtk.idl.epp.contact.epp_ContactAddress
The contact's state or province.
m_status - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateAddRemove
The array of status to be associated with or removed from the contact object.
m_status - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
The array of status associated with the contact object.
m_status - Variable in class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove
The array of status to be associated with or removed from the domain object.
m_status - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
The array of status associated with the domain object.
m_status - Variable in class org.openrtk.idl.epp.host.epp_HostUpdateAddRemove
The array of status values to be associated with or removed from the host object.
m_status - Variable in class org.openrtk.idl.epp.host.epp_HostInfoRsp
The array of status associated with the host object.
m_street1 - Variable in class org.openrtk.idl.epp.contact.epp_ContactAddress
The part 1 of the contact's street address.
m_street2 - Variable in class org.openrtk.idl.epp.contact.epp_ContactAddress
The part 2 of the contact's street address.
m_street3 - Variable in class org.openrtk.idl.epp.contact.epp_ContactAddress
The part 3 of the contact's street address.
m_trans - Variable in class org.openrtk.idl.epp.contact.epp_ContactTransferReq
The common and gereric transfer request element.
m_trans - Variable in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
The common and gereric transfer request element.
m_trans_id - Variable in class org.openrtk.idl.epp.epp_Response
The transaction identifiers assigned by the client and the server.
m_transfer_date - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
The most recent transfer date of the contact object.
m_transfer_date - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
The most recent transfer date of the domain object.
m_transfer_date - Variable in class org.openrtk.idl.epp.host.epp_HostInfoRsp
The most recent transfer date of the host object.
m_transfer_status - Variable in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
The transfer status associated with the contact object.
m_transfer_status - Variable in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
The transfer status associated with the domain object.
m_type - Variable in class org.openrtk.idl.epp.epp_AuthInfo
The authorization information type.
m_type - Variable in class org.openrtk.idl.epp.epp_PollResData
The poll response data type.
m_type - Variable in class org.openrtk.idl.epp.contact.epp_ContactStatus
The type of the contact status.
m_type - Variable in class org.openrtk.idl.epp.domain.epp_DomainContact
The type of the domain contact.
m_type - Variable in class org.openrtk.idl.epp.domain.epp_DomainStatus
The type of the domain status.
m_type - Variable in class org.openrtk.idl.epp.host.epp_HostAddress
The type of the host address.
m_type - Variable in class org.openrtk.idl.epp.host.epp_HostStatus
The type of the host status.
m_unit - Variable in class org.openrtk.idl.epp.domain.epp_DomainPeriod
The unit type of the domain registration period.
m_unspec - Variable in class org.openrtk.idl.epp.epp_LogoutReq
The optional command extensions.
m_unspec - Variable in class org.openrtk.idl.epp.epp_Command
The optional command extensions.
m_unspec_services - Variable in class org.openrtk.idl.epp.epp_Greeting
The array of custom object extensions supported by the server.
m_unspec_services - Variable in class org.openrtk.idl.epp.epp_LoginReq
The array of unspecified service elements.
m_unspec_string - Variable in class org.openrtk.idl.epp.epp_Response
The optional response extensions from the registry.
m_updated_by - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
The identifier of the client that last updated the contact object.
m_updated_by - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
The identifier of the client that last updated the domain object.
m_updated_by - Variable in class org.openrtk.idl.epp.host.epp_HostInfoRsp
The identifier of the client that last updated the host object.
m_updated_date - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
The most recent modification date of the contact object.
m_updated_date - Variable in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
The most recent modification date of the domain object.
m_updated_date - Variable in class org.openrtk.idl.epp.host.epp_HostInfoRsp
The most recent modification date of the host object.
m_value - Variable in class org.openrtk.idl.epp.epp_AuthInfo
The authorizing object's passphrase.
m_value - Variable in class org.openrtk.idl.epp.epp_CheckResult
The identifier or name of the object checked in the registry.
m_value - Variable in class org.openrtk.idl.epp.contact.epp_ContactPhone
The contact's telephone number value.
m_value - Variable in class org.openrtk.idl.epp.contact.epp_ContactStatus
The value of the contact status.
m_value - Variable in class org.openrtk.idl.epp.domain.epp_DomainStatus
The value of the domain status.
m_value - Variable in class org.openrtk.idl.epp.domain.epp_DomainPeriod
The value of the domain registration period.
m_value - Variable in class org.openrtk.idl.epp.host.epp_HostStatus
The value of the host status.
m_values - Variable in class org.openrtk.idl.epp.epp_Result
The array of messages that provide server error details.
m_version - Variable in class org.openrtk.idl.epp.epp_Options
The protocol version to be used for the command or ongoing server session.
m_versions - Variable in class org.openrtk.idl.epp.epp_Greeting
The array of protocol versions supported by the server.
m_voice - Variable in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
The telephone number of the contact.
m_voice - Variable in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
The contact's telephone number.
m_voice - Variable in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
The contact's telephone number.
m_xmlns - Variable in class org.openrtk.idl.epp.epp_Service
The xml namespace of the object.
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
Instance of epp_DomainPeriodUnitType representing the MONTH period unit type.

O

OK - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
Instance of epp_ContactStatusType representing the OK status type.
OK - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Instance of epp_DomainStatusType representing the OK status type.
OK - Static variable in class org.openrtk.idl.epp.host.epp_HostStatusType
Instance of epp_HostStatusType representing the OK status type.
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
Instance of epp_TransferStatusType representing the PENDING status type.
PENDING_DELETE - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
Instance of epp_ContactStatusType representing the PENDING_DELETE status type.
PENDING_DELETE - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Instance of epp_DomainStatusType representing the PENDING_DELETE status type.
PENDING_DELETE - Static variable in class org.openrtk.idl.epp.host.epp_HostStatusType
Instance of epp_HostStatusType representing the PENDING_DELETE status type.
PENDING_TRANSFER - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
Instance of epp_ContactStatusType representing the PENDING_TRANSFER status type.
PENDING_TRANSFER - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Instance of epp_DomainStatusType representing the PENDING_TRANSFER status type.
PENDING_TRANSFER - Static variable in class org.openrtk.idl.epp.host.epp_HostStatusType
Instance of epp_HostStatusType representing the PENDING_TRANSFER status type.
PENDING_VERIFICATION - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Instance of epp_DomainStatusType representing the PENDING_VERIFICATION status type.
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
Sends a poll request to the server.
poll(String, String) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Sends a poll request or acknowledge to the server.
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.
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.
preset_ - Variable in class com.tucows.oxrs.epp.rtk.transport.EPPTransportTCP
Flag to indicate if the transports socket has been preset externally.
processAction(epp_Action) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Sends EPP request to the server and retrieves the response.
processAction(epp_Action) - Method in interface org.openrtk.idl.epp.epp_SessionOperations
Sends EPP command request to the server and retrieves the response.
processXML(String) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Sends raw XML to the server and returns the XML response.
processXML(String) - Method in interface org.openrtk.idl.epp.epp_SessionOperations
Sends raw XML to the server and returns the XML response.
PW - Static variable in class org.openrtk.idl.epp.epp_AuthInfoType
Instance of epp_AuthInfoType representing the PW authorization information type.

Q

QUERY - Static variable in class org.openrtk.idl.epp.epp_TransferOpType
Instance of epp_TransferOpType representing the QUERY transfer operation type.

R

reader_from_server_ - Variable in class com.tucows.oxrs.epp.rtk.transport.EPPTransportTCP
Input stream from the server.
readFromServer() - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Reads a complete XML message from the EPP Server.
readFromServer() - Method in class com.tucows.oxrs.epp.rtk.transport.EPPTransportBase
Reads from the Server Abstract method to be implemented by subclasses.
readFromServer() - Method in class com.tucows.oxrs.epp.rtk.transport.EPPTransportSMTP
Reads an EPP message received from the server via SMTP (i.e.
readFromServer() - Method in class com.tucows.oxrs.epp.rtk.transport.EPPTransportTCP
Reads a complete XML message from the Server.
REJECT - Static variable in class org.openrtk.idl.epp.epp_TransferOpType
Instance of epp_TransferOpType representing the REJECT transfer operation type.
REQ - Static variable in class org.openrtk.idl.epp.epp_PollOpType
Instance of epp_PollOpType representing the REQ poll operation type.
REQUEST - Static variable in class org.openrtk.idl.epp.epp_TransferOpType
Instance of epp_TransferOpType representing the REQUEST transfer operation type.
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

SERVER_APPROVED - Static variable in class org.openrtk.idl.epp.epp_TransferStatusType
Instance of epp_TransferStatusType representing the SERVER_APPROVED status type.
SERVER_CANCELLED - Static variable in class org.openrtk.idl.epp.epp_TransferStatusType
Instance of epp_TransferStatusType representing the SERVER_CANCELLED status type.
SERVER_DELETE_PROHIBITED - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
Instance of epp_ContactStatusType representing the SERVER_DELETE_PROHIBITED status type.
SERVER_DELETE_PROHIBITED - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Instance of epp_DomainStatusType representing the SERVER_DELETE_PROHIBITED status type.
SERVER_DELETE_PROHIBITED - Static variable in class org.openrtk.idl.epp.host.epp_HostStatusType
Instance of epp_HostStatusType representing the SERVER_DELETE_PROHIBITED status type.
SERVER_HOLD - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Instance of epp_DomainStatusType representing the SERVER_HOLD status type.
SERVER_RENEW_PROHIBITED - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Instance of epp_DomainStatusType representing the SERVER_RENEW_PROHIBITED status type.
SERVER_TRANSFER_PROHIBITED - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
Instance of epp_ContactStatusType representing the SERVER_TRANSFER_PROHIBITED status type.
SERVER_TRANSFER_PROHIBITED - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Instance of epp_DomainStatusType representing the SERVER_TRANSFER_PROHIBITED status type.
SERVER_UPDATE_PROHIBITED - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
Instance of epp_ContactStatusType representing the SERVER_UPDATE_PROHIBITED status type.
SERVER_UPDATE_PROHIBITED - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Instance of epp_DomainStatusType representing the SERVER_UPDATE_PROHIBITED status type.
SERVER_UPDATE_PROHIBITED - Static variable in class org.openrtk.idl.epp.host.epp_HostStatusType
Instance of epp_HostStatusType representing the SERVER_UPDATE_PROHIBITED status type.
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
Accessor method for the identifier of the client that should act upon the contact transfer request
setActionClientId(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
Accessor method for the identifier of the client that should act upon the domain transfer request
setActionDate(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
Accessor method for the required or completed action date to the contact transfer request
setActionDate(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
Accessor method for the required or completed action date to the domain transfer request
setAdd(epp_ContactUpdateAddRemove) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
Accessor method for the add element that contains attribute values to be added to the contact object
setAdd(epp_DomainUpdateAddRemove) - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
Accessor method for the add element that contains attribute values to be added to the domain object
setAdd(epp_HostUpdateAddRemove) - Method in class org.openrtk.idl.epp.host.epp_HostUpdateReq
Accessor method for the add element that contains attribute values to be added to the host object
setAddress(epp_ContactAddress) - Method in class org.openrtk.idl.epp.contact.epp_ContactNameAddress
Accessor method for the contact's address information
setAddresses(epp_HostAddress[]) - Method in class org.openrtk.idl.epp.host.epp_HostUpdateAddRemove
Accessor method for the array of IP addresses
setAddresses(epp_HostAddress[]) - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
Accessor method for the array of IP addresses associated with the host object
setAddresses(epp_HostAddress[]) - Method in class org.openrtk.idl.epp.host.epp_HostCreateReq
Accessor method for the array of IP addresses to be associated with the host object
setAsciiAddress(epp_ContactNameAddress) - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
Accessor method for the ascii contact name and address to be associated with the contact object
setAsciiAddress(epp_ContactNameAddress) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the ascii contact name and address associated with the contact object
setAsciiAddress(epp_ContactNameAddress) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
Accessor method for the ascii contact name and address to be associated with the contact object
setAuthInfo(epp_AuthInfo) - Method in class org.openrtk.idl.epp.epp_PollDomainTransfer
Accessor method for the authorization information associated with the domain object
setAuthInfo(epp_AuthInfo) - Method in class org.openrtk.idl.epp.epp_TransferRequest
Accessor method for the authorization information
setAuthInfo(epp_AuthInfo) - Method in class org.openrtk.idl.epp.epp_PollContactTransfer
Accessor method for the authorization information associated with the contact object
setAuthInfo(epp_AuthInfo) - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
Accessor method for the authorization information to be associated with the contact object
setAuthInfo(epp_AuthInfo) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the authorization information associated with the contact object
setAuthInfo(epp_AuthInfo) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
Accessor method for the authorization information to be associated with the contact object
setAuthInfo(epp_AuthInfo) - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
Accessor method for the authorization information to be associated with the domain object
setAuthInfo(epp_AuthInfo) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the authorization information associated with the domain object
setAuthInfo(epp_AuthInfo) - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateChange
Accessor method for the authorization information to be associated with the domain object
setChange(epp_ContactUpdateChange) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
Accessor method for the change element that contains attribute values to be changed in the contact object
setChange(epp_DomainUpdateChange) - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
Accessor method for the change element that contains attribute values to be changed
setChange(epp_HostUpdateChange) - Method in class org.openrtk.idl.epp.host.epp_HostUpdateReq
Accessor method for the change element that contains attribute values to be changed
setCity(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
Accessor method for the contact's city
setClientId(String) - Method in class org.openrtk.idl.epp.epp_Credentials
Accessor method for the client identifier created on the server
setClientId(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the identifier of the sponsoring client
setClientId(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the identifier of the sponsoring client
setClientId(String) - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
Accessor method for the identifier of the sponsoring client
setClientTrid(String) - Method in class org.openrtk.idl.epp.epp_LogoutReq
Accessor method for the client transaction identifier assigned by the client to the command
setClientTrid(String) - Method in class org.openrtk.idl.epp.epp_Command
Accessor method for the client transaction identifier assigned by the client to the command
setClientTrid(String) - Method in class org.openrtk.idl.epp.epp_TransID
Accessor method for the transaction identifier assigned by the client
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.epp_PollReq
Accessor method for the common and generic command element
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.epp_LoginReq
Accessor method for the common and generic command element
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
Accessor method for the common and generic command element
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoReq
Accessor method for the common and generic command element
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.contact.epp_ContactCheckReq
Accessor method for the common and generic command element
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
Accessor method for the common and generic command element
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferReq
Accessor method for the common and generic command element
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.contact.epp_ContactDeleteReq
Accessor method for the common and generic command element
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.domain.epp_DomainCheckReq
Accessor method for the common and generic command element
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
Accessor method for the common and generic command element
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.domain.epp_DomainDeleteReq
Accessor method for the common and generic command element
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
Accessor method for the common and generic command element
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
Accessor method for the common and generic command element
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
Accessor method for the common and generic command element
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoReq
Accessor method for the common and generic command element
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.host.epp_HostUpdateReq
Accessor method for the common and generic command element
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.host.epp_HostInfoReq
Accessor method for the common and generic command element
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.host.epp_HostDeleteReq
Accessor method for the common and generic command element
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.host.epp_HostCreateReq
Accessor method for the common and generic command element
setCmd(epp_Command) - Method in class org.openrtk.idl.epp.host.epp_HostCheckReq
Accessor method for the common and generic command element
setCode(short) - Method in class org.openrtk.idl.epp.epp_Result
Accessor method for the decimal number that describes the success or failure of an EPP command
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.
setContactId(String) - Method in class org.openrtk.idl.epp.epp_PollContactTransfer
Accessor method for the identifier of the contact object
setContacts(epp_DomainContact[]) - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove
Accessor method for the array of domain contact objects
setContacts(epp_DomainContact[]) - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
Accessor method for the array of contacts to be associated with the domain object
setContacts(epp_DomainContact[]) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the array of contacts associated with the domain object
setCount(int) - Method in class org.openrtk.idl.epp.epp_MessageQueue
Accessor method for the number of the service messages queued for client retrieval
setCountryCode(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
Accessor method for the contact's country code
setCreatedBy(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the identifier of the client that created the contact object
setCreatedBy(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the identifier of the client that created the domain object
setCreatedBy(String) - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
Accessor method for the identifier of the client that created the host object
setCreatedDate(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the creation date of the contact object
setCreatedDate(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the creation date of the domain object
setCreatedDate(String) - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
Accessor method for the creation date of the host object
setCreds(epp_Credentials) - Method in class org.openrtk.idl.epp.epp_Command
Accessor method for the element that provides client identity information
setCurrentExpirationDate(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
Accessor method for the current expiration date associated with the domain object
setData(epp_PollResDataUnion) - Method in class org.openrtk.idl.epp.epp_PollResData
Accessor method for the actual poll response data
setDebugLevel() - Static method in class com.tucows.oxrs.epp.rtk.RTKBase
Accessor method for the debug level.
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
Accessor method for the array of error details
setDomainName(String) - Method in class org.openrtk.idl.epp.epp_PollDomainTransfer
Accessor method for the name of the domain object
setEmail(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
Accessor method for the e-mail address of the contact
setEmail(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the contact's e-mail address
setEmail(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
Accessor method for the contact's e-mail address
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
setEPPHostName(String) - Method in class com.tucows.oxrs.epp.rtk.transport.EPPTransportBase
Accessor method for the EPP Hostname
setEPPHostPort(int) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the EPP Host port
setEPPHostPort(int) - Method in class com.tucows.oxrs.epp.rtk.transport.EPPTransportBase
Accessor method for the EPP Host port
setEPPPassword(String) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the password
setEPPServices(epp_Service[]) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the epp services.
setEPPTimeout(int) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the EPP server timeout, in milliseconds Setting this value after a connection has been established has no effect.
setEPPTimeout(int) - Method in class com.tucows.oxrs.epp.rtk.transport.EPPTransportBase
Accessor method for the EPP server timeout, in milliseconds
setEPPUnspecServices(epp_Service[]) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the epp unspecified services
setErrorMessage(String) - Method in class org.openrtk.idl.epp.epp_XMLException
Accessor method for the error message
setExists(boolean) - Method in class org.openrtk.idl.epp.epp_CheckResult
Accessor method for the boolean value indicating whether an object exists in the registry or not
setExpirationDate(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
Accessor method for the expiration date of the domain object
setExpirationDate(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
Accessor method for the expiration date of the domain object
setExpirationDate(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the expiration date of the domain object
setExpirationDate(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
Accessor method for the expiration date of the domain object
setExtension(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactPhone
Accessor method for the extension of the telephone number
setFax(epp_ContactPhone) - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
Accessor method for the fax number of the contact
setFax(epp_ContactPhone) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the contact's fax number
setFax(epp_ContactPhone) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
Accessor method for the contact's fax number
setFax(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
Accessor method for the fax number of the contact
setFax(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the contact's fax number
setFax(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
Accessor method for the contact's fax number
setHosts(String[]) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the array of host objects created under this domain object
setI15dAddress(epp_ContactNameAddress) - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
Accessor method for the i15d contact name and address to be associated with the contact object
setI15dAddress(epp_ContactNameAddress) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the i15d contact name and address associated with the contact object
setI15dAddress(epp_ContactNameAddress) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
Accessor method for the i15d contact name and address to be associated with the contact object
setId(String) - Method in class org.openrtk.idl.epp.epp_Result
Accessor method for the identifier of the service message dequeued from the server by the client
setId(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateRsp
Accessor method for the identifier for the contact object in the registry
setId(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
Accessor method for the identifier for the contact to be created
setId(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
Accessor method for the identifier for the contact object in the registry
setId(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the identifier for the contact object in the registry
setId(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoReq
Accessor method for the identifier for the contact object to be queried
setId(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
Accessor method for the identifier for the contact object to be modified
setId(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferReq
Accessor method for the identifier for the contact object
setId(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactDeleteReq
Accessor method for the identifier for the contact object to be deleted
setId(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainContact
Accessor method for the identifier of the domain contact
setIds(String[]) - Method in class org.openrtk.idl.epp.contact.epp_ContactCheckReq
Accessor method for the array of contact ids to check in the registry
setIp(String) - Method in class org.openrtk.idl.epp.host.epp_HostAddress
Accessor method for the ip address of the host address
setLang(String) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the lang The lang setting is used in the creds portion of EPP commands (such as the login).
setLang(String) - Method in class org.openrtk.idl.epp.epp_Result
Accessor method for the language used to express the response message
setLang(String) - Method in class org.openrtk.idl.epp.epp_Options
Accessor method for the text response language to be used during the EPP server session
setLang(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactStatus
Accessor method for the language used to express the contact status value
setLang(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainStatus
Accessor method for the language used to express the domain status value
setLang(String) - Method in class org.openrtk.idl.epp.host.epp_HostStatus
Accessor method for the language used to express the host status value
setLangs(String[]) - Method in class org.openrtk.idl.epp.epp_Greeting
Accessor method for the array of languages supported by the server
setMessageQueue(epp_MessageQueue) - Method in class org.openrtk.idl.epp.epp_Response
Accessor method for the element that indicates the status of the messages queued in the EPP server
setMsg(String) - Method in class org.openrtk.idl.epp.epp_Result
Accessor method for the human-readable description of the response code
setMsgID(String) - Method in class org.openrtk.idl.epp.epp_PollReq
Accessor method for the response message id from the EPP server
setName(String) - Method in class org.openrtk.idl.epp.epp_Service
Accessor method for the name of the object to be managed by the server
setName(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactNameAddress
Accessor method for the contact individual name
setName(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
Accessor method for the name of the domain object in the registry
setName(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
Accessor method for the name of the domain object in the registry
setName(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
Accessor method for the name of the domain object to be created in the registry
setName(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the name of the domain object in the registry
setName(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainDeleteReq
Accessor method for the name of the domain object to be deleted in the registry
setName(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
Accessor method for the name of the domain object to be modified in the registry
setName(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
Accessor method for the name of the domain object to be renewed in the registry
setName(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
Accessor method for the name of the domain object for the transfer request
setName(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
Accessor method for the name of the domain object in the registry
setName(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoReq
Accessor method for the name of the domain object to be queried
setName(String) - Method in class org.openrtk.idl.epp.host.epp_HostUpdateReq
Accessor method for the name of the host object
setName(String) - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
Accessor method for the name of the host object in the registry
setName(String) - Method in class org.openrtk.idl.epp.host.epp_HostInfoReq
Accessor method for the name of the host object to be queried
setName(String) - Method in class org.openrtk.idl.epp.host.epp_HostDeleteReq
Accessor method for the name of the host object to be deleted in the registry
setName(String) - Method in class org.openrtk.idl.epp.host.epp_HostCreateRsp
Accessor method for the name of the host object in the registry
setName(String) - Method in class org.openrtk.idl.epp.host.epp_HostCreateReq
Accessor method for the name of the host object to be created
setName(String) - Method in class org.openrtk.idl.epp.host.epp_HostUpdateChange
Accessor method for the new host name of the host object
setNames(String[]) - Method in class org.openrtk.idl.epp.domain.epp_DomainCheckReq
Accessor method for the array of domain names to check in the registry
setNames(String[]) - Method in class org.openrtk.idl.epp.host.epp_HostCheckReq
Accessor method for the array of host names to check in the registry
setNameServers(String[]) - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove
Accessor method for the array of domain name servers
setNameServers(String[]) - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
Accessor method for the array of name servers to be associated with the domain object
setNameServers(String[]) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the array of name servers associated with the domain object
setNewPassword(String) - Method in class org.openrtk.idl.epp.epp_Credentials
Accessor method for the new client password
setOp(epp_PollOpType) - Method in class org.openrtk.idl.epp.epp_PollReq
Accessor method for the poll operation type
setOp(epp_TransferOpType) - Method in class org.openrtk.idl.epp.epp_TransferRequest
Accessor method for the transfer operation type
setOptions(epp_Options) - Method in class org.openrtk.idl.epp.epp_Credentials
Accessor method for the options element that contains client's choices
setOrg(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactNameAddress
Accessor method for the name of the organization with which the contact is affiliated
setPassword(String) - Method in class org.openrtk.idl.epp.epp_Credentials
Accessor method for the client password
setPeriod(epp_DomainPeriod) - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
Accessor method for the registration period of the domain object
setPeriod(epp_DomainPeriod) - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
Accessor method for the number of units to be added to the registration period of the domain object
setPeriod(epp_DomainPeriod) - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
Accessor method for the number of units to be added to the registration period of the domain object
setPostalCode(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
Accessor method for the contact's postal code
setQueueDate(String) - Method in class org.openrtk.idl.epp.epp_MessageQueue
Accessor method for the date and time that a particular message was enqueued
setRegistrant(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
Accessor method for the registrant to be associated with the domain object
setRegistrant(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the registrant associated with the domain object
setRegistrant(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateChange
Accessor method for the registrant to be associated with the domain object
setRemove(epp_ContactUpdateAddRemove) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
Accessor method for the remove element that contains attribute values to be removed from the contact object
setRemove(epp_DomainUpdateAddRemove) - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
Accessor method for the remove element that contains attribute values to be removed from the domain object
setRemove(epp_HostUpdateAddRemove) - Method in class org.openrtk.idl.epp.host.epp_HostUpdateReq
Accessor method for the remove element that contains attribute values to be removed from the host object
setRequestClientId(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
Accessor method for the client that requested the contact object transfer
setRequestClientId(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
Accessor method for the identifier of the client that requested the domain object transfer
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
Sets the request data for an outgoing Contact Check EPP request.
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
Sets the request data for an outgoing Contact Create EPP request.
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
Sets the request data for an outgoing Contact Delete EPP request.
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
Sets the request data for an outgoing Contact Info EPP request.
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
Sets the request data for an outgoing Contact Transfer EPP request.
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
Sets the request data for an outgoing Contact Update EPP request.
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
Sets the request data for an outgoing Domain Check EPP request.
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
Sets the request data for an outgoing Domain Create EPP request.
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
Sets the request data for an outgoing Domain Delete EPP request.
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
Sets the request data for an outgoing Domain Info EPP request.
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
Sets the request data for an outgoing Domain Renew EPP request.
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
Sets the request data for an outgoing Domain Transfer EPP request.
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
Sets the request data for an outgoing Domain Update EPP request.
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
Sets the request data for an outgoing Host Check EPP request.
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
Sets the request data for an outgoing Host Create EPP request.
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
Sets the request data for an outgoing Host Delete EPP request.
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
Sets the request data for an outgoing Host Info EPP request.
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
Sets the request data for an outgoing Host Update EPP request.
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
Sets the request data for an outgoing Login EPP request.
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
Sets the request data for an outgoing Logout EPP request.
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
Sets the request data for an outgoing Poll EPP request.
setRequestDate(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
Accessor method for the date that the contact transfer was requested
setRequestDate(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
Accessor method for the date that the domain transfer was requested
setResData(epp_PollResData) - Method in class org.openrtk.idl.epp.epp_PollRsp
Accessor method for the retrieved message data
setResults(epp_CheckResult[]) - Method in class org.openrtk.idl.epp.contact.epp_ContactCheckRsp
Accessor method for the contact check results
setResults(epp_CheckResult[]) - Method in class org.openrtk.idl.epp.domain.epp_DomainCheckRsp
Accessor method for the domain check results
setResults(epp_CheckResult[]) - Method in class org.openrtk.idl.epp.host.epp_HostCheckRsp
Accessor method for the host check results
setResults(epp_Result[]) - Method in class org.openrtk.idl.epp.epp_Response
Accessor method for the array of the results that document the success or failure of an EPP command execution
setRoid(String) - Method in class org.openrtk.idl.epp.epp_AuthInfo
Accessor method for the authorizing object's repository object identifier
setRoid(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateRsp
Deprecated.  
setRoid(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
Deprecated.  
setRoid(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
Deprecated.  
setRoid(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the repository object identifier associated with the domain object
setRoid(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoReq
Deprecated.  
setRoid(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
Deprecated.  
setRoid(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferReq
Deprecated.  
setRoid(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactDeleteReq
Deprecated.  
setRoid(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the repository object identifier associated with the domain object
setRoid(String) - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
Accessor method for the repository object identifier associated with the host object
setRoids(String[]) - Method in class org.openrtk.idl.epp.contact.epp_ContactCheckReq
Deprecated.  
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.epp_LoginRsp
Accessor method for the common and generic response element.
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.epp_LogoutRsp
Accessor method for the common and generic response element.
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.epp_PollRsp
Accessor method for the common and generic response element.
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.contact.epp_ContactCheckRsp
Accessor method for the common and generic response element.
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateRsp
Accessor method for the common and generic response element.
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
Accessor method for the common and generic response element.
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the common and generic response element.
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateRsp
Accessor method for the common and generic response element.
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.contact.epp_ContactDeleteRsp
Accessor method for the common and generic response element.
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.domain.epp_DomainDeleteRsp
Accessor method for the common and generic response element.
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateRsp
Accessor method for the common and generic response element.
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
Accessor method for the common and generic response element.
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
Accessor method for the common and generic response element.
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the common and generic response element.
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
Accessor method for the common and generic response element.
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.domain.epp_DomainCheckRsp
Accessor method for the common and generic response element.
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.host.epp_HostUpdateRsp
Accessor method for the common and generic response element.
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
Accessor method for the common and generic response element.
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.host.epp_HostDeleteRsp
Accessor method for the common and generic response element.
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.host.epp_HostCreateRsp
Accessor method for the common and generic response element.
setRsp(epp_Response) - Method in class org.openrtk.idl.epp.host.epp_HostCheckRsp
Accessor method for the common and generic response element.
setSchemaLocation(String) - Method in class org.openrtk.idl.epp.epp_Service
Accessor method for the xml schema location of the object
setServerDate(String) - Method in class org.openrtk.idl.epp.epp_Greeting
Accessor method for the server's current date and time in UTC
setServerId(String) - Method in class org.openrtk.idl.epp.epp_Greeting
Accessor method for the name of the server
setServerTrid(String) - Method in class org.openrtk.idl.epp.epp_TransID
Accessor method for the transaction identifier assigned by the server
setServices(epp_Service[]) - Method in class org.openrtk.idl.epp.epp_Greeting
Accessor method for the array of services offered by the server
setServices(epp_Service[]) - Method in class org.openrtk.idl.epp.epp_LoginReq
Accessor method for the array of services supported by the server
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
Accessor method for the contact's state or province
setStatus(epp_ContactStatus[]) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateAddRemove
Accessor method for the array of status to be associated with or removed from the contact object
setStatus(epp_ContactStatus[]) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the array of status associated with the contact object
setStatus(epp_DomainStatus[]) - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove
Accessor method for the array of domain status values
setStatus(epp_DomainStatus[]) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the array of status associated with the domain object
setStatus(epp_HostStatus[]) - Method in class org.openrtk.idl.epp.host.epp_HostUpdateAddRemove
Accessor method for the array of host status values
setStatus(epp_HostStatus[]) - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
Accessor method for the array of status associated with the host object
setStreet1(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
Accessor method for the part 1 of the contact's street address
setStreet2(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
Accessor method for the part 2 of the contact's street address
setStreet3(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
Accessor method for the part 3 of the contact's street address
setTrans(epp_TransferRequest) - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferReq
Accessor method for the common and gereric transfer request element
setTrans(epp_TransferRequest) - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
Accessor method for the common and gereric transfer request element
setTransferDate(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the most recent transfer date of the contact object
setTransferDate(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the most recent transfer date of the domain object
setTransferDate(String) - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
Accessor method for the most recent transfer date of the host object
setTransferStatus(epp_TransferStatusType) - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
Accessor method for the transfer status associated with the contact object
setTransferStatus(epp_TransferStatusType) - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
Accessor method for the transfer status associated with the domain object
setTransId(epp_TransID) - Method in class org.openrtk.idl.epp.epp_Response
Accessor method for the transaction identifiers assigned by the client and the server
setTransport(EPPTransportBase) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Bypass to the EPPClient's connect() methods.
setType(epp_AuthInfoType) - Method in class org.openrtk.idl.epp.epp_AuthInfo
Accessor method for the authorization information type
setType(epp_ContactStatusType) - Method in class org.openrtk.idl.epp.contact.epp_ContactStatus
Accessor method for the type of the contact status
setType(epp_DomainContactType) - Method in class org.openrtk.idl.epp.domain.epp_DomainContact
Accessor method for the type of the domain contact
setType(epp_DomainStatusType) - Method in class org.openrtk.idl.epp.domain.epp_DomainStatus
Accessor method for the type of the domain status
setType(epp_HostAddressType) - Method in class org.openrtk.idl.epp.host.epp_HostAddress
Accessor method for the type of the host address
setType(epp_HostStatusType) - Method in class org.openrtk.idl.epp.host.epp_HostStatus
Accessor method for the type of the host status
setType(epp_PollResDataType) - Method in class org.openrtk.idl.epp.epp_PollResData
Accessor method for the poll response data type
setUnit(epp_DomainPeriodUnitType) - Method in class org.openrtk.idl.epp.domain.epp_DomainPeriod
Accessor method for the unit type of the domain registration period
setUnspec(epp_Unspec) - Method in class org.openrtk.idl.epp.epp_LogoutReq
Accessor method for the optional command extensions
setUnspec(epp_Unspec) - Method in class org.openrtk.idl.epp.epp_Command
Accessor method for the optional command extensions
setUnspecServices(epp_Service[]) - Method in class org.openrtk.idl.epp.epp_Greeting
Accessor method for the array of custom object extensions supported by the server
setUnspecServices(epp_Service[]) - Method in class org.openrtk.idl.epp.epp_LoginReq
Accessor method for the array of unspecified service extensions supported by the server
setUnspecString(String) - Method in class org.openrtk.idl.epp.epp_Response
Accessor method for the response extensions from the registry
setUpdatedBy(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the identifier of the client that last updated the contact object
setUpdatedBy(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the identifier of the client that last updated the domain object
setUpdatedBy(String) - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
Accessor method for the identifier of the client that last updated the host object
setUpdatedDate(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for the most recent modification date of the contact object
setUpdatedDate(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Accessor method for the most recent modification date of the domain object
setUpdatedDate(String) - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
Accessor method for the most recent modification date of the host object
setValue(int) - Method in class org.openrtk.idl.epp.domain.epp_DomainPeriod
Accessor method for the value of the domain registration period
setValue(short) - Method in class org.openrtk.idl.epp.domain.epp_DomainPeriod
Accessor method for the value of the domain registration period
setValue(String) - Method in class org.openrtk.idl.epp.epp_AuthInfo
Accessor method for the authorizing object's passphrase
setValue(String) - Method in class org.openrtk.idl.epp.epp_CheckResult
Accessor method for the identifier or name of the object checked in the registry
setValue(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactPhone
Accessor method for the contact's telephone number value
setValue(String) - Method in class org.openrtk.idl.epp.contact.epp_ContactStatus
Accessor method for the value of the contact status
setValue(String) - Method in class org.openrtk.idl.epp.domain.epp_DomainStatus
Accessor method for the value of the domain status
setValue(String) - Method in class org.openrtk.idl.epp.host.epp_HostStatus
Accessor method for the value of the host status
setValues(String[]) - Method in class org.openrtk.idl.epp.epp_Result
Accessor method for the array of messages that provide server error details
setVersion(String) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Accessor method for the EPP version The EPP version is sent to the server on login.
setVersion(String) - Method in class org.openrtk.idl.epp.epp_Options
Accessor method for the protocol version to be used during the EPP server session
setVersions(String[]) - Method in class org.openrtk.idl.epp.epp_Greeting
Accessor method for the array of protocol versions supported by the server
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
Accessor method for the telephone number of the contact
setVoice(epp_ContactPhone) - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Accessor method for contact's telephone number
setVoice(epp_ContactPhone) - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
Accessor method for the contact's telephone number
setXmlns(String) - Method in class org.openrtk.idl.epp.epp_Service
Accessor method for the xml namespace of the object
socket_to_server_ - Variable in class com.tucows.oxrs.epp.rtk.transport.EPPTransportTCP
The socket to the server.
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
Contact instance of epp_DomainContactType representing the TECH contact type.
toString() - Method in class org.openrtk.idl.epp.epp_Exception
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.epp_LogoutReq
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.epp_Result
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.epp_PollDomainTransfer
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.epp_AuthInfo
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.epp_PollReq
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.epp_MessageQueue
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.epp_LoginRsp
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.epp_TransferRequest
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.epp_Command
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.epp_PollResData
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.epp_Greeting
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.epp_XMLException
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.epp_Credentials
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.epp_TransID
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.epp_PollContactTransfer
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.epp_LogoutRsp
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.epp_Service
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.epp_PollRsp
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.epp_Response
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.epp_LoginReq
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.epp_Options
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.epp_CheckResult
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactCheckRsp
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateRsp
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactCreateReq
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferRsp
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactAddress
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactPhone
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactStatus
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateAddRemove
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoRsp
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactInfoReq
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactNameAddress
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactCheckReq
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateRsp
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateReq
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactDeleteRsp
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactTransferReq
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactDeleteReq
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.contact.epp_ContactUpdateChange
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainDeleteRsp
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateRsp
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewRsp
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferRsp
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainCheckReq
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateReq
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoRsp
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainDeleteReq
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateReq
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainUpdateChange
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainContact
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainRenewReq
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainStatus
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainTransferReq
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainCreateRsp
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainCheckRsp
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainInfoReq
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.domain.epp_DomainPeriod
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.host.epp_HostAddress
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateAddRemove
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateRsp
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateReq
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.host.epp_HostInfoRsp
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.host.epp_HostDeleteRsp
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.host.epp_HostInfoReq
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.host.epp_HostDeleteReq
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.host.epp_HostStatus
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.host.epp_HostCreateRsp
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.host.epp_HostCreateReq
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.host.epp_HostUpdateChange
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.host.epp_HostCheckRsp
Converts this class into a string.
toString() - Method in class org.openrtk.idl.epp.host.epp_HostCheckReq
Converts this class into a string.
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.EPPHostCheck
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.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
Converts the data into XML to be put into the unspec section of the request
toXML() - Method in interface org.openrtk.idl.epp.epp_ActionOperations
Builds request XML from the request data of the EPP command.
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.
transferStatusFromString(String) - Static method in class com.tucows.oxrs.epp.rtk.xml.EPPXMLBase
 
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
Accessor method for the internal integer representing the type of authorization information.
value() - Method in class org.openrtk.idl.epp.epp_PollResDataType
Accessor method for the internal integer representing the poll response data type.
value() - Method in class org.openrtk.idl.epp.epp_PollOpType
Accessor method for the internal integer representing the poll operation type.
value() - Method in class org.openrtk.idl.epp.epp_TransferStatusType
Accessor method for the internal integer representing the type of transfer status.
value() - Method in class org.openrtk.idl.epp.epp_TransferOpType
Accessor method for the internal integer representing the transfer operation type.
value() - Method in class org.openrtk.idl.epp.contact.epp_ContactStatusType
Accessor method for the internal integer representing the type of status.
value() - Method in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Accessor method for the internal integer representing the type of status.
value() - Method in class org.openrtk.idl.epp.domain.epp_DomainContactType
Accessor method for the internal integer represent the type of contact.
value() - Method in class org.openrtk.idl.epp.domain.epp_DomainPeriodUnitType
Accessor method for the internal integer representing the unit type of period.
value() - Method in class org.openrtk.idl.epp.host.epp_HostAddressType
Accessor method for the internal integer representing the type of address.
value() - Method in class org.openrtk.idl.epp.host.epp_HostStatusType
Accessor method for the internal integer representing the type of status.
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
 
writer_to_server_ - Variable in class com.tucows.oxrs.epp.rtk.transport.EPPTransportTCP
Output stream to the server.
writeToServer(String) - Method in class com.tucows.oxrs.epp.rtk.EPPClient
Sends an XML string to the EPP Server.
writeToServer(String) - Method in class com.tucows.oxrs.epp.rtk.transport.EPPTransportBase
Writes to the Server Abstract method to be implemented by subclasses.
writeToServer(String) - Method in class com.tucows.oxrs.epp.rtk.transport.EPPTransportSMTP
Sends an EPP message to the server via SMTP (i.e.
writeToServer(String) - Method in class com.tucows.oxrs.epp.rtk.transport.EPPTransportTCP
Sends an XML string to the 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
Instance of epp_DomainPeriodUnitType representing the YEAR period unit type.

_

_ACK - Static variable in class org.openrtk.idl.epp.epp_PollOpType
Integer value representing the ACK poll operation type.
_ADMIN - Static variable in class org.openrtk.idl.epp.domain.epp_DomainContactType
Integer value representing the ADMIN contact type.
_APPROVE - Static variable in class org.openrtk.idl.epp.epp_TransferOpType
Integer value representing the APPROVE transfer operation type.
_BILLING - Static variable in class org.openrtk.idl.epp.domain.epp_DomainContactType
Integer value representing the BILLING contact type.
_CANCEL - Static variable in class org.openrtk.idl.epp.epp_TransferOpType
Integer value representing the CANCEL transfer operation type.
_CLIENT_APPROVED - Static variable in class org.openrtk.idl.epp.epp_TransferStatusType
Integer value representing the CLIENT_APPROVED transfer status type.
_CLIENT_CANCELLED - Static variable in class org.openrtk.idl.epp.epp_TransferStatusType
Integer value representing the CLIENT_CANCELLED transfer status type.
_CLIENT_DELETE_PROHIBITED - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
Integer value representing the CLIENT_DELETE_PROHIBITED status type.
_CLIENT_DELETE_PROHIBITED - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Integer value representing the CLIENT_DELETE_PROHIBITED status type.
_CLIENT_DELETE_PROHIBITED - Static variable in class org.openrtk.idl.epp.host.epp_HostStatusType
Integer value representing the CLIENT_DELETE_PROHIBITED status type.
_CLIENT_HOLD - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Integer value representing the CLIENT_HOLD status type.
_CLIENT_REJECTED - Static variable in class org.openrtk.idl.epp.epp_TransferStatusType
Integer value representing the CLIENT_REJECTED transfer status type.
_CLIENT_RENEW_PROHIBITED - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Integer value representing the CLIENT_RENEW_PROHIBITED status type.
_CLIENT_TRANSFER_PROHIBITED - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
Integer value representing the CLIENT_TRANSFER_PROHIBITED status type.
_CLIENT_TRANSFER_PROHIBITED - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Integer value representing the CLIENT_TRANSFER_PROHIBITED status type.
_CLIENT_UPDATE_PROHIBITED - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
Integer value representing the CLIENT_UPDATE_PROHIBITED status type.
_CLIENT_UPDATE_PROHIBITED - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Integer value representing the CLIENT_UPDATE_PROHIBITED status type.
_CLIENT_UPDATE_PROHIBITED - Static variable in class org.openrtk.idl.epp.host.epp_HostStatusType
Integer value representing the CLIENT_UPDATE_PROHIBITED status type.
_CONTACT_TRANSFER - Static variable in class org.openrtk.idl.epp.epp_PollResDataType
Integer value representing the CONTACT_TRANSFER poll response data type.
_DOMAIN_TRANSFER - Static variable in class org.openrtk.idl.epp.epp_PollResDataType
Integer value representing the DOMAIN_TRANSFER poll response data type.
_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
Integer value representing the INACTIVE status type.
_IPV4 - Static variable in class org.openrtk.idl.epp.host.epp_HostAddressType
Integer value representing the IPV4 address type.
_IPV6 - Static variable in class org.openrtk.idl.epp.host.epp_HostAddressType
Integer value representing the IPV6 address type.
_LINKED - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
Integer value representing the LINKED status type.
_LINKED - Static variable in class org.openrtk.idl.epp.host.epp_HostStatusType
Integer value representing the LINKED status type.
_MONTH - Static variable in class org.openrtk.idl.epp.domain.epp_DomainPeriodUnitType
Integer value representing the MONTH period unit type.
_OK - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
Integer value representing the OK status type.
_OK - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Integer value representing the OK status type.
_OK - Static variable in class org.openrtk.idl.epp.host.epp_HostStatusType
Integer value representing the OK status type.
_PENDING - Static variable in class org.openrtk.idl.epp.epp_TransferStatusType
Integer value representing the PENDING transfer status type.
_PENDING_DELETE - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
Integer value representing the PENDING_DELETE status type.
_PENDING_DELETE - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Integer value representing the PENDING_DELETE status type.
_PENDING_DELETE - Static variable in class org.openrtk.idl.epp.host.epp_HostStatusType
Integer value representing the PENDING_DELETE status type.
_PENDING_TRANSFER - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
Integer value representing the PENDING_TRANSFER status type.
_PENDING_TRANSFER - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Integer value representing the PENDING_TRANSFER status type.
_PENDING_TRANSFER - Static variable in class org.openrtk.idl.epp.host.epp_HostStatusType
Integer value representing the PENDING_TRANSFER status type.
_PENDING_VERIFICATION - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Integer value representing the PENDING_VERIFICATION status type.
_PW - Static variable in class org.openrtk.idl.epp.epp_AuthInfoType
Integer value representing the PW authorization information type.
_QUERY - Static variable in class org.openrtk.idl.epp.epp_TransferOpType
Integer value representing the QUERY transfer operation type.
_REJECT - Static variable in class org.openrtk.idl.epp.epp_TransferOpType
Integer value representing the REJECT transfer operation type.
_REQ - Static variable in class org.openrtk.idl.epp.epp_PollOpType
Integer value representing the REQ poll operation type.
_REQUEST - Static variable in class org.openrtk.idl.epp.epp_TransferOpType
Integer value representing the REQUEST transfer operation type.
_SERVER_APPROVED - Static variable in class org.openrtk.idl.epp.epp_TransferStatusType
Integer value representing the SERVER_APPROVED transfer status type.
_SERVER_CANCELLED - Static variable in class org.openrtk.idl.epp.epp_TransferStatusType
Integer value representing the SERVER_CANCELLED transfer status type.
_SERVER_DELETE_PROHIBITED - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
Integer value representing the SERVER_DELETE_PROHIBITED status type.
_SERVER_DELETE_PROHIBITED - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Integer value representing the SERVER_DELETE_PROHIBITED status type.
_SERVER_DELETE_PROHIBITED - Static variable in class org.openrtk.idl.epp.host.epp_HostStatusType
Integer value representing the SERVER_DELETE_PROHIBITED status type.
_SERVER_HOLD - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Integer value representing the SERVER_HOLD status type.
_SERVER_RENEW_PROHIBITED - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Integer value representing the SERVER_RENEW_PROHIBITED status type.
_SERVER_TRANSFER_PROHIBITED - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
Integer value representing the SERVER_TRANSFER_PROHIBITED status type.
_SERVER_TRANSFER_PROHIBITED - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Integer value representing the SERVER_TRANSFER_PROHIBITED status type.
_SERVER_UPDATE_PROHIBITED - Static variable in class org.openrtk.idl.epp.contact.epp_ContactStatusType
Integer value representing the SERVER_UPDATE_PROHIBITED status type.
_SERVER_UPDATE_PROHIBITED - Static variable in class org.openrtk.idl.epp.domain.epp_DomainStatusType
Integer value representing the SERVER_UPDATE_PROHIBITED status type.
_SERVER_UPDATE_PROHIBITED - Static variable in class org.openrtk.idl.epp.host.epp_HostStatusType
Integer value representing the SERVER_UPDATE_PROHIBITED status type.
_TECH - Static variable in class org.openrtk.idl.epp.domain.epp_DomainContactType
Integer value representing the TECH contact type.
_YEAR - Static variable in class org.openrtk.idl.epp.domain.epp_DomainPeriodUnitType
Integer value representing the YEAR period unit type.

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

Copyright © 2001 - Tucows, Inc.