|
||||||||||
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.epp0705.rtk.RTKBase | +--com.tucows.oxrs.epp0705.rtk.xml.EPPXMLBase | +--com.liberty.rtk.extension.epp0705.DomainProtocol
This extension is the .org domain's protocol in which it was registered: RRP or EPP. The .org EPP server will optionally return the extension XML for this class in the <domain:info> response. If the extension is not present and this handler is called, no exception will be thrown and the protocol will be set to "epp". The .org registry specifies that the default protocol value is "epp".
DomainProtocolExample
,
Serialized FormField Summary |
Fields inherited from class com.tucows.oxrs.epp0705.rtk.xml.EPPXMLBase |
auth_type_string_to_type_hash_, transfer_status_to_type_hash_, xml_ |
Fields inherited from class com.tucows.oxrs.epp0705.rtk.RTKBase |
CRLF, DATE_FMT, DEBUG_LEVEL_ONE, DEBUG_LEVEL_THREE, DEBUG_LEVEL_TWO, DEBUG_NONE, RTK_VERSION, UTC_FMT |
Constructor Summary | |
DomainProtocol()
Default constructor |
|
DomainProtocol(java.lang.String xml)
Constructor with Protocol Version Extension XML string (from .org's |
Method Summary | |
void |
fromXML(java.lang.String xml)
This would parse a response from the server with the |
java.lang.String |
getProtocol()
Accessor method for the domain protocol |
void |
setProtocol(java.lang.String value)
Accessor method for the domain protocol |
java.lang.String |
toXML()
Converts the test number data into XML to be put into the unspec section of the request. |
Methods inherited from class com.tucows.oxrs.epp0705.rtk.xml.EPPXMLBase |
addXMLElement, convertListToArray, convertListToStringArray, createDocRoot, createXMLFromDoc, createXMLSnippetFromDoc, getAvailResultFor, getCheckResultFor, getDocumentElement, getElement, getExtensionNode, getNode, getPanData, getTransID, getXML, initAuthInfoStringToTypeHash, initHashes, initTransferStatusToTypeHash, parseGenericCheckResults, parseGenericResult, prepareAuthInfo, prepareExtensionElement, stringListToXML, transferStatusFromString, transferStatusToString |
Methods inherited from class com.tucows.oxrs.epp0705.rtk.RTKBase |
_ids, debug, debug, getDebugLevel, getDebugPrintStream, getEasyProperty, getRTKProperties, setDebugLevel, setDebugLevel, setDebugPrintStream |
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 DomainProtocol()
public DomainProtocol(java.lang.String xml) throws org.openrtk.idl.epp0705.epp_XMLException, org.openrtk.idl.epp0705.epp_Exception
xml
- The Protocol Version Extension response XML String
org.openrtk.idl.epp0705.epp_XMLException
- if the response XML is not parsable or does not contain the expected data
org.openrtk.idl.epp0705.epp_Exception
fromXML(String)
Method Detail |
public void setProtocol(java.lang.String value)
value
- The new value for the domain protocolpublic java.lang.String getProtocol()
public java.lang.String toXML() throws org.openrtk.idl.epp0705.epp_XMLException
toXML
in interface org.openrtk.idl.epp0705.epp_ExtensionOperations
org.openrtk.idl.epp0705.epp_XMLException
- if required data is missingepp_Unspec
public void fromXML(java.lang.String xml) throws org.openrtk.idl.epp0705.epp_XMLException
fromXML
in interface org.openrtk.idl.epp0705.epp_ExtensionOperations
org.openrtk.idl.epp0705.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 |