Package | Description |
---|---|
de.knipp.rritoolkit | |
de.knipp.rritoolkit.dns | |
de.knipp.rritoolkit.request |
Modifier and Type | Method and Description |
---|---|
byte[] |
Codec.docToBytes(org.w3c.dom.Document doc)
convert the DOM document to a sequence of bytes
|
byte[] |
Codec.encodeRequest(Request req)
convert the given request to a byte sequence
|
org.w3c.dom.Document |
Codec.requestToDoc(Request req)
convert the request to an XML document
|
KVList |
Codec.requestToList(Request req)
convert the given request to a list
|
void |
ContactData.toList(KVList list)
convert the object to a KV list as part of a contact request
|
void |
DomainData.toList(KVList list,
boolean addDns)
convert the object to a KV list as part of a domain request
(create, update, chholder, chprov, delete)
|
void |
ContactData.toXml(org.w3c.dom.Node node)
convert the object to XML as part of a contact request
|
void |
DomainData.toXml(org.w3c.dom.Node node,
boolean addDns)
convert the object to XML as part of a domain request
(create, update, chholder, chprov, delete)
|
Modifier and Type | Method and Description |
---|---|
void |
DnsEntryAddress.toList(KVList list)
convert the instance to an entry in the given list
|
void |
DnsEntryNS.toList(KVList list)
convert the instance to an entry in the given list
|
void |
DnsEntryMX.toList(KVList list)
convert the instance to an entry in the given list
|
void |
DnsEntryDNSKEY.toList(KVList list)
convert the instance to an entry in the given list
|
abstract void |
DnsEntry.toList(KVList list)
convert the instance to an entry in the given list
|
void |
DnsEntryAddress.toXml(org.w3c.dom.Node node,
java.lang.String encodedDomainName)
convert the instance to XML
|
void |
DnsEntryNS.toXml(org.w3c.dom.Node node,
java.lang.String encodedDomainName)
convert the instance to XML
|
void |
DnsEntryMX.toXml(org.w3c.dom.Node node,
java.lang.String encodedDomainName)
convert the instance to XML
|
void |
DnsEntryDNSKEY.toXml(org.w3c.dom.Node node,
java.lang.String encodedDomainName)
convert the instance to XML
|
abstract void |
DnsEntry.toXml(org.w3c.dom.Node node,
java.lang.String encodedDomainName)
convert the instance to XML
|
Modifier and Type | Method and Description |
---|---|
protected void |
DomainInfoRequest.addAttributes(XmlBuilder xb)
allow the addition of attributes to the request.
|
protected void |
AuthInfo1CreateRequest.addAttributes(XmlBuilder xb)
allow the addition of attributes to the request.
|
protected void |
DomainSimpleRequest.addAttributes(XmlBuilder xb)
allow the addition of attributes to the request.
|
protected void |
DomainTransitRequest.addAttributes(XmlBuilder xb)
allow the addition of attributes to the request.
|
protected void |
DomainInfoRequest.addElements(XmlBuilder xb)
allow the addition of elements within the request.
|
protected void |
DomainSimpleRequest.addElements(XmlBuilder xb)
allow the addition of elements within the request.
|
protected void |
DomainInfoRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected void |
AuthInfo1CreateRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected void |
DomainSimpleRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected void |
DomainTransitRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected void |
QueueDeleteRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected void |
ContactInfoRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected void |
LogoutRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected void |
QueueReadRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected void |
DomainDataRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected void |
ContactCheckRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected void |
ContactUpdateRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected abstract void |
Request.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected void |
ContactCreateRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected void |
LoginRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the
key-value list conversion
|
protected void |
DomainSimpleRequest.requestToXml(org.w3c.dom.Node node)
method that needs to be implemented by subclasses for the XML conversion
|
protected void |
QueueDeleteRequest.requestToXml(org.w3c.dom.Node node)
method that needs to be implemented by subclasses for the XML conversion
|
protected void |
ContactInfoRequest.requestToXml(org.w3c.dom.Node node)
method that needs to be implemented by subclasses for the XML conversion
|
protected void |
LogoutRequest.requestToXml(org.w3c.dom.Node node)
method that needs to be implemented by subclasses for the XML conversion
|
protected void |
QueueReadRequest.requestToXml(org.w3c.dom.Node node)
method that needs to be implemented by subclasses for the XML conversion
|
protected void |
DomainDataRequest.requestToXml(org.w3c.dom.Node node)
method that needs to be implemented by subclasses for the XML conversion
|
protected void |
ContactCheckRequest.requestToXml(org.w3c.dom.Node node)
method that needs to be implemented by subclasses for the XML conversion
|
protected void |
ContactUpdateRequest.requestToXml(org.w3c.dom.Node node)
method that needs to be implemented by subclasses for the XML conversion
|
protected abstract void |
Request.requestToXml(org.w3c.dom.Node node)
method that needs to be implemented by subclasses for the XML conversion
|
protected void |
ContactCreateRequest.requestToXml(org.w3c.dom.Node node)
method that needs to be implemented by subclasses for the XML conversion
|
protected void |
LoginRequest.requestToXml(org.w3c.dom.Node node)
method that needs to be implemented by subclasses for the XML conversion
|
void |
Request.toList(KVList list)
convert the request to a key-value list
|
void |
Request.toXml(org.w3c.dom.Document doc)
convert the request into an XML document
|
Copyright © 2005-2013 Knipp Medien und Kommunikation GmbH