|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.knipp.rritoolkit.request.Request
de.knipp.rritoolkit.request.DomainMigrateDescrRequest
public class DomainMigrateDescrRequest
request to migrate a domain from the description format to the holder handle format
Field Summary | |
---|---|
private java.lang.String |
domainName
the domain name |
private java.lang.String |
encodedDomainName
the encoded domain name |
private java.lang.String |
holderHandle
the holder handle |
Constructor Summary | |
---|---|
DomainMigrateDescrRequest()
constructor |
|
DomainMigrateDescrRequest(java.lang.String theDomainName,
java.lang.String theHolderHandle)
constructor |
|
DomainMigrateDescrRequest(java.lang.String theDomainName,
java.lang.String theEncodedDomainName,
java.lang.String theHolderHandle)
constructor |
Method Summary | |
---|---|
DomainMigrateDescrResponse |
execute(Port port)
execute the this request on the given port. |
protected java.lang.String |
getActionCode()
return the action string for this request |
java.lang.String |
getDomainName()
return the domain name |
java.lang.String |
getEncodedDomainName()
return the encoded domain name |
java.lang.String |
getHolderHandle()
return the holder handle |
protected void |
requestToKVList(KVList list)
method that needs to be implemented by subclasses for the key-value list conversion |
protected void |
requestToXml(org.w3c.dom.Node node)
method that needs to be implemented by subclasses for the XML conversion |
void |
setDomainName(java.lang.String theDomainName)
set the domain name. |
void |
setDomainName(java.lang.String theDomainName,
java.lang.String theEncodedDomainName)
set the domain name |
void |
setHolderHandle(java.lang.String theHolderHandle)
set the holder handle |
java.lang.String |
toString()
return a string representation for debugging purposes |
Methods inherited from class de.knipp.rritoolkit.request.Request |
---|
getClientTxnID, getProtocolVersion, setClientTxnID, toList, toXml |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private java.lang.String domainName
private java.lang.String encodedDomainName
private java.lang.String holderHandle
Constructor Detail |
---|
public DomainMigrateDescrRequest()
public DomainMigrateDescrRequest(java.lang.String theDomainName, java.lang.String theEncodedDomainName, java.lang.String theHolderHandle)
theDomainName
- the domain nametheEncodedDomainName
- the encoded domain name, may be null
for ASCII only domainstheHolderHandle
- the holder handlepublic DomainMigrateDescrRequest(java.lang.String theDomainName, java.lang.String theHolderHandle)
theDomainName
- the domain nametheHolderHandle
- the holder handleMethod Detail |
---|
public DomainMigrateDescrResponse execute(Port port) throws java.io.IOException
execute
in class Request
port
- the port on which this request shall
be executed
java.io.IOException
- if the execution failedprotected void requestToXml(org.w3c.dom.Node node) throws org.w3c.dom.DOMException, EncodeException
requestToXml
in class Request
node
- the node where the request shall be added to
org.w3c.dom.DOMException
- on DOM exceptions
EncodeException
- if the encoding fails for some reasonprotected java.lang.String getActionCode()
getActionCode
in class Request
protected void requestToKVList(KVList list) throws EncodeException
requestToKVList
in class Request
list
- the list that has to be filled
EncodeException
- if the encoding fails for some reasonpublic java.lang.String toString()
toString
in class Request
public java.lang.String getDomainName()
public java.lang.String getEncodedDomainName()
public void setDomainName(java.lang.String theDomainName)
theDomainName
- the domain namepublic void setDomainName(java.lang.String theDomainName, java.lang.String theEncodedDomainName)
theDomainName
- the domain nametheEncodedDomainName
- the encoded domain namepublic java.lang.String getHolderHandle()
public void setHolderHandle(java.lang.String theHolderHandle)
theHolderHandle
- the holder handle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |