com.tucows.oxrs.epp02.rtk.xml.poll

Class contacttransfer

Implemented Interfaces:
PollResData

public class contacttransfer
extends EPPXMLBase
implements PollResData

An implementation of PollResData for contact transfer poll response data. Populates the epp_PollResData with the epp_PollResDataUnion and m_contact_transfer member set.

Field Summary

Fields inherited from class com.tucows.oxrs.epp02.rtk.xml.EPPXMLBase

auth_type_string_to_type_hash_, auth_type_to_string_array_, transfer_op_to_string_array_, transfer_status_to_string_array_, transfer_status_to_type_hash_, xml_

Fields inherited from class com.tucows.oxrs.epp02.rtk.RTKBase

CRLF, DATE_FMT, DEBUG_LEVEL_ONE, DEBUG_LEVEL_THREE, DEBUG_LEVEL_TWO, DEBUG_NONE, RTK_VERSION, UTC_FMT

Method Summary

void
fromXML(Node res_data_sub_node)
Populates the poll res data with epp_PollContactTransfer data.
epp_PollResData
getPollResData()
Returns the epp_PollResData private member.

Methods inherited from class com.tucows.oxrs.epp02.rtk.xml.EPPXMLBase

addXMLElement, convertListToArray, convertListToStringArray, createDocRoot, createXMLFromDoc, createXMLSnippetFromDoc, getCheckResultFor, getDocumentElement, getElement, getNode, getUnspecNode, getXML, initAuthInfoStringToTypeHash, initHashes, initTransferStatusToTypeHash, parseGenericResult, prepareAuthInfo, prepareCreds, prepareUnspecElement, stringListToXML, transferStatusToString

Methods inherited from class com.tucows.oxrs.epp02.rtk.RTKBase

_ids, debug, debug, getDebugLevel, getRTKProperties, setDebugLevel

Method Details

fromXML

public void fromXML(Node res_data_sub_node)
            throws epp_XMLException
Populates the poll res data with epp_PollContactTransfer data.
Specified by:
fromXML in interface PollResData

getPollResData

public epp_PollResData getPollResData()
Returns the epp_PollResData private member. Should only be called after a successful fromXML() otherwise, the poll res data will be null.
Specified by:
getPollResData in interface PollResData

Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS