|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CORBA.portable.ObjectImpl | +--com.tucows.oxrs.epp02.rtk.RTKBase | +--com.tucows.oxrs.epp02.rtk.xml.EPPXMLBase | +--com.liberty.rtk.addon.IDN
blah blah blah....
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 |
Constructor Summary | |
IDN()
Default constructor |
Method Summary | |
void |
fromXML(java.lang.String xml)
This method is used to parse the IDN unspec contained in an EPP response. The response usually contains the script but may also contain an error reason string if something went wrong in the server. |
java.lang.String |
getCommand()
Accessor method for the EPP command for this IDN unspec. |
java.lang.String |
getReason()
Accessor method for the error reason string |
java.lang.String |
getScript()
Accessor method for the IDN ISO locale/script. |
void |
setCommand(java.lang.String value)
Accessor method for the EPP command for this IDN unspec. |
void |
setReason(java.lang.String value)
Accessor method for the error reason string |
void |
setScript(java.lang.String value)
Accessor method for the IDN ISO locale/script. |
java.lang.String |
toXML()
Renders the IDN unspec "extension" for EPP 02. This qualifies the punycode name of the domain(s) in domain:create and domain:check commands. |
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 |
Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.omg.CORBA.Object |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
Constructor Detail |
public IDN()
Method Detail |
public void setCommand(java.lang.String value)
value
- The new command namepublic java.lang.String getCommand()
public void setScript(java.lang.String value)
value
- The new IDN script.public java.lang.String getScript()
public void setReason(java.lang.String value)
value
- The new error reason string.public java.lang.String getReason()
public java.lang.String toXML() throws org.openrtk.idl.epp02.epp_XMLException
toXML
in interface org.openrtk.idl.epp02.epp_UnspecOperations
org.openrtk.idl.epp0705.epp_XMLException
- if required data is missing
org.openrtk.idl.epp02.epp_XMLException
epp_Unspec
public void fromXML(java.lang.String xml) throws org.openrtk.idl.epp02.epp_XMLException
fromXML
in interface org.openrtk.idl.epp02.epp_UnspecOperations
org.openrtk.idl.epp02.epp_XMLException
- if the response XML is not parsable or does not contain the expected dataepp_Action
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |