|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EncodeException | |
---|---|
de.knipp.rritoolkit | |
de.knipp.rritoolkit.dns | |
de.knipp.rritoolkit.request |
Uses of EncodeException in de.knipp.rritoolkit |
---|
Methods in de.knipp.rritoolkit that throw EncodeException | |
---|---|
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) |
Uses of EncodeException in de.knipp.rritoolkit.dns |
---|
Methods in de.knipp.rritoolkit.dns that throw EncodeException | |
---|---|
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 |
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 |
abstract void |
DnsEntry.toList(KVList list)
converts the instance to an entry in the given list |
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 |
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 |
abstract void |
DnsEntry.toXml(org.w3c.dom.Node node,
java.lang.String encodedDomainName)
converts the instance to XML |
Uses of EncodeException in de.knipp.rritoolkit.request |
---|
Methods in de.knipp.rritoolkit.request that throw EncodeException | |
---|---|
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 |
DomainTransitRequest.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 |
LoginRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the key-value list conversion |
protected void |
DomainInfoRequest.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 |
LogoutRequest.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 abstract void |
Request.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 |
ContactInfoRequest.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 |
ContactCheckRequest.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 |
DomainTransitRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the key-value list conversion |
protected void |
DomainMigrateDescrRequest.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 |
ContactUpdateRequest.requestToKVList(KVList list)
method that needs to be implemented by subclasses for the key-value list conversion |
protected void |
LoginRequest.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 |
LogoutRequest.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 abstract void |
Request.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 |
ContactCreateRequest.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 |
QueueDeleteRequest.requestToXml(org.w3c.dom.Node node)
method that needs to be implemented by subclasses for the XML conversion |
protected void |
DomainMigrateDescrRequest.requestToXml(org.w3c.dom.Node node)
method that needs to be implemented by subclasses for the XML conversion |
protected void |
DomainSimpleRequest.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 |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |