EPP RTK for Java v 0.9.5 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
org.omg.CORBA.portable.ObjectImpl
com.tucows.oxrs.epp0503.rtk.RTKBase
com.tucows.oxrs.epp0503.rtk.xml.EPPXMLBase
com.tucows.oxrs.epp0503.rtk.xml.EPPStatus
Field Summary |
Fields inherited from class com.tucows.oxrs.epp0503.rtk.xml.EPPXMLBase | |
auth_type_string_to_type_hash_ , auth_type_to_string_array_ , transfer_op_to_string_array_ , transfer_status_to_type_hash_ , xml_ |
Fields inherited from class com.tucows.oxrs.epp0503.rtk.RTKBase | |
CRLF , DATE_FMT , DEBUG_LEVEL_ONE , DEBUG_LEVEL_THREE , DEBUG_LEVEL_TWO , DEBUG_NONE , RTK_VERSION , UTC_FMT |
Method Summary | |
void |
|
epp_StatusRsp |
|
void |
|
String |
|
Methods inherited from class com.tucows.oxrs.epp0503.rtk.xml.EPPXMLBase | |
addXMLElement , convertListToArray , convertListToStringArray , createDocRoot , createXMLFromDoc , getAvailResultFor , getCheckResultFor , getDocumentElement , getElement , getExtensionNode , getNode , getXML , initAuthInfoStringToTypeHash , initHashes , initTransferStatusToTypeHash , parseGenericCheckResults , parseGenericResult , prepareAuthInfo , prepareCreds , prepareExtensionElement , stringListToXML , transferStatusFromString , transferStatusToString |
Methods inherited from class com.tucows.oxrs.epp0503.rtk.RTKBase | |
_ids , debug , debug , getDebugLevel , getDebugPrintStream , getRTKProperties , setDebugLevel , setDebugLevel , setDebugPrintStream |
public void fromXML(String xml) throws epp_XMLException, epp_Exception
Parses the status response XML.
- Specified by:
- fromXML in interface epp_ActionOperations
public epp_StatusRsp getResponseData()
Accessor method for the domain info request data. Must be set to for this command.
- Specified by:
- getResponseData in interface epp_StatusOperations
- Returns:
- epp_LoginRsp
public void setRequestData(epp_StatusReq value)
Accessor method for the domain info request data. Must be set to for this command.
- Specified by:
- setRequestData in interface epp_StatusOperations
- Parameters:
value
- epp_LoginReq
public String toXML() throws epp_XMLException
Builds request XML from the request data of the EPP command.
- Specified by:
- toXML in interface epp_ActionOperations
- Returns:
- the xml String.
- Throws:
epp_XMLException
- if required data is missing.