|
||||||||||
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.DomainDataRequest
de.knipp.rritoolkit.request.DomainCreateRequest
public class DomainCreateRequest
class that represents a domain create request
Field Summary |
---|
Fields inherited from class de.knipp.rritoolkit.request.DomainDataRequest |
---|
domain |
Constructor Summary | |
---|---|
DomainCreateRequest()
constructor |
|
DomainCreateRequest(DomainData theDomain)
constructor |
Method Summary | |
---|---|
DomainCreateResponse |
execute(Port port)
executes the this request on the given port. |
protected java.lang.String |
getActionCode()
return the action string for this request |
protected java.lang.String |
getRequestElementName()
return the XML element name |
Methods inherited from class de.knipp.rritoolkit.request.DomainDataRequest |
---|
getDomain, includeDnsData, requestToKVList, requestToXml, setDomain, toString |
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 |
Constructor Detail |
---|
public DomainCreateRequest()
public DomainCreateRequest(DomainData theDomain)
theDomain
- the domainMethod Detail |
---|
public DomainCreateResponse 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 java.lang.String getActionCode()
getActionCode
in class Request
protected java.lang.String getRequestElementName()
getRequestElementName
in class DomainDataRequest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |