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.epprtk.rtk.RTKBase
com.tucows.oxrs.epprtk.rtk.xml.EPPXMLBase
com.tucows.oxrs.epprtk.rtk.xml.EPPContactBase
com.tucows.oxrs.epprtk.rtk.xml.EPPContactCreate
ContactExample
, epp_Action
, epp_ContactCreate
, epp_ContactCreateReq
, epp_ContactCreateRsp
, Contact Spec for more information
Field Summary |
Fields inherited from class com.tucows.oxrs.epprtk.rtk.xml.EPPContactBase | |
contact_address_type_hash_ , contact_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_ContactCreateRsp |
|
void |
|
String |
|
Methods inherited from class com.tucows.oxrs.epprtk.rtk.xml.EPPContactBase | |
addressToXML , contactStatusFromString , contactStatusToString , getTrnData , initContactAddressTypeHash , initContactStatusHash , initHashes , setCommonAttributes |
Methods inherited from class com.tucows.oxrs.epprtk.rtk.RTKBase | |
_ids , debug , debug , getDebugLevel , getDebugPrintStream , getEasyProperty , getRTKProperties , setDebugLevel , setDebugLevel , setDebugPrintStream |
public EPPContactCreate()
Default constructor
public EPPContactCreate(String xml) throws epp_XMLException, epp_Exception
Constructor with response XML string to automatically parse.
- Parameters:
xml
- The EPP Contact 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_Exception
Parses 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_ContactCreateRsp getResponseData()
Accessor method for the contact create response data.
- Specified by:
- getResponseData in interface epp_ContactCreateOperations
- Returns:
- value org.openrtk.idl.epprtk.epp_ContactCreateRsp
public void setRequestData(epp_ContactCreateReq value)
Accessor method for the contact create request data. Must be set to for this command.
- Specified by:
- setRequestData in interface epp_ContactCreateOperations
- Parameters:
value
- org.openrtk.idl.epprtk.epp_ContactCreateReq
public String toXML() throws epp_XMLException
Builds 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