| 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.ObjectImplcom.tucows.oxrs.epprtk.rtk.RTKBasecom.tucows.oxrs.epprtk.rtk.xml.EPPXMLBasecom.tucows.oxrs.epprtk.rtk.xml.EPPHostBasecom.tucows.oxrs.epprtk.rtk.xml.EPPHostCreateHostExample, epp_Action, epp_HostCreate, epp_HostCreateReq, epp_HostCreateRsp, Host Spec for more informationField Summary |
Fields inherited from class com.tucows.oxrs.epprtk.rtk.xml.EPPHostBase | |
host_ip_to_type_hash_, host_status_hash_ | |
Fields inherited from class com.tucows.oxrs.epprtk.rtk.xml.EPPXMLBase | |
auth_type_string_to_type_hash_, transfer_status_to_type_hash_, xml_ | |
Fields inherited from class com.tucows.oxrs.epprtk.rtk.RTKBase | |
CRLF, DATE_FMT, DEBUG_LEVEL_ONE, DEBUG_LEVEL_THREE, DEBUG_LEVEL_TWO, DEBUG_NONE, RTK_VERSION, UTC_FMT | |
Constructor Summary | |
| |
| |
Method Summary | |
void |
|
epp_HostCreateRsp |
|
void |
|
String |
|
Methods inherited from class com.tucows.oxrs.epprtk.rtk.xml.EPPHostBase | |
hostAddressTypeToString, hostStatusFromString, hostStatusToString, initHashes, initHostIpToTypeHash, initHostStatusHash, setCommonAttributes | |
Methods inherited from class com.tucows.oxrs.epprtk.rtk.RTKBase | |
_ids, debug, debug, getDebugLevel, getDebugPrintStream, getEasyProperty, getRTKProperties, setDebugLevel, setDebugLevel, setDebugPrintStream | |
public EPPHostCreate()
Default constructor
public EPPHostCreate(String xml)
throws epp_XMLException,
epp_ExceptionConstructor with response XML string to automatically parse.
- Parameters:
xml- The EPP Host Create response XML String
- Throws:
epp_XMLException- if the response XML is not parsable or does not contain the expected dataepp_Exception- if the server has responded with an error code
- See Also:
fromXML(String)
public void fromXML(String xml)
throws epp_XMLException,
epp_ExceptionParses a new XML String and populates the response data member. Implemented method from org.openrtk.idl.epprtk.epp_Action interface.
- Specified by:
- fromXML in interface epp_ActionOperations
- Parameters:
- Throws:
epp_XMLException- if the response XML is not parsable or does not contain the expected dataepp_Exception- if the server has responded with an error code
- See Also:
epp_Action
public epp_HostCreateRsp getResponseData()
Accessor method for the host create response data.
- Specified by:
- getResponseData in interface epp_HostCreateOperations
- Returns:
- value org.openrtk.idl.epprtk.epp_HostCreateRsp
public void setRequestData(epp_HostCreateReq value)
Accessor method for the host create request data. Must be set to for this command.
- Specified by:
- setRequestData in interface epp_HostCreateOperations
- Parameters:
value- org.openrtk.idl.epprtk.epp_HostCreateReq
public String toXML()
throws epp_XMLExceptionBuilds request XML from the request data. Implemented method from org.openrtk.idl.epprtk.epp_Action interface.
- Specified by:
- toXML in interface epp_ActionOperations
- Throws:
epp_XMLException- if required data is missing
- See Also:
setRequestData(epp_HostCreateReq),epp_Action