|
||||||||||
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.DomainSimpleRequest
de.knipp.rritoolkit.request.AuthInfo1DeleteRequest
public class AuthInfo1DeleteRequest
class that represents an AuthInfo 1 delete request
Constructor Summary | |
---|---|
AuthInfo1DeleteRequest()
constructor |
|
AuthInfo1DeleteRequest(java.lang.String theDomainName)
constructor |
|
AuthInfo1DeleteRequest(java.lang.String theDomainName,
java.lang.String theEncodedDomainName)
constructor |
Method Summary | |
---|---|
AuthInfo1DeleteResponse |
execute(Port port)
execute 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.DomainSimpleRequest |
---|
addAttributes, getDomainName, getEncodedDomainName, requestToKVList, requestToXml, setDomainName, setDomainName, 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 AuthInfo1DeleteRequest()
public AuthInfo1DeleteRequest(java.lang.String theDomainName, java.lang.String theEncodedDomainName)
theDomainName
- the domain nametheEncodedDomainName
- the encoded domain name, may be null
for ASCII only domainspublic AuthInfo1DeleteRequest(java.lang.String theDomainName)
theDomainName
- the domain nameMethod Detail |
---|
public AuthInfo1DeleteResponse 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 getRequestElementName()
getRequestElementName
in class DomainSimpleRequest
protected java.lang.String getActionCode()
getActionCode
in class Request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |