|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResponseParseException | |
---|---|
de.knipp.rritoolkit | |
de.knipp.rritoolkit.dns | |
de.knipp.rritoolkit.message | |
de.knipp.rritoolkit.response |
Uses of ResponseParseException in de.knipp.rritoolkit |
---|
Methods in de.knipp.rritoolkit that throw ResponseParseException | |
---|---|
org.w3c.dom.Document |
Codec.bytesToDoc(byte[] data)
convert the byte array to an DOM document |
Response |
DefaultResponseFactory.createResponse(org.w3c.dom.Document doc,
Request request)
create an instance based on the given XML document. |
Response |
ResponseFactory.createResponse(org.w3c.dom.Document doc,
Request request)
create an instance based on the given XML document. |
Response |
DefaultResponseFactory.createResponse(KVMultiList list,
Request request)
create an instance based on the given key-value pair list. |
Response |
ResponseFactory.createResponse(KVMultiList list,
Request request)
create an instance based on the given key-value pair list. |
Response |
Codec.decodeResponse(byte[] data,
Request req)
convert the given byte sequence to a response object. |
Response |
Codec.docToResponse(org.w3c.dom.Document doc,
Request req)
convert the document to a response |
void |
ContactData.fromList(KVList list)
parse the given key-value list. |
void |
DomainData.fromList(KVMultiList list)
parse the given key-value list. |
void |
DomainData.fromXml(org.w3c.dom.Element node)
parse the given XML subtree |
void |
ContactData.fromXml(org.w3c.dom.Element node)
parse the given XML subtree |
Response |
Codec.listToResponse(KVMultiList list,
Request request)
convert the list to the response instance |
static java.util.Date |
Utils.parseDateTime(java.lang.String text)
helper method to parse a date. |
KVMultiList |
Codec.stringToList(java.lang.String text)
parse the given string into a key-value list |
Uses of ResponseParseException in de.knipp.rritoolkit.dns |
---|
Methods in de.knipp.rritoolkit.dns that throw ResponseParseException | |
---|---|
static java.util.List<DnsEntry> |
DnsEntry.allFromList(KVList list,
java.lang.String encodedDomainName)
create an instances from the given key-value list |
private static DnsEntry |
DnsEntry.createNSEntry(java.lang.String value)
create an name server entry |
static DnsEntry |
DnsEntry.fromXml(org.w3c.dom.Element el)
creates an instance from the given XML element |
Constructors in de.knipp.rritoolkit.dns that throw ResponseParseException | |
---|---|
DnsEntryA(org.w3c.dom.Element el)
constructor |
|
DnsEntryAAAA(org.w3c.dom.Element el)
constructor |
|
DnsEntryAddress(org.w3c.dom.Element el)
constructor |
|
DnsEntryDNSKEY(org.w3c.dom.Element el)
constructor |
|
DnsEntryDNSKEY(java.lang.String owner,
java.lang.String data)
constructor |
|
DnsEntryMX(org.w3c.dom.Element el)
constructor |
|
DnsEntryMX(java.lang.String owner,
java.lang.String value)
constructor |
|
DnsEntryNS(org.w3c.dom.Element el)
constructor |
|
DnsEntryNS(java.lang.String encodedDomainName,
java.lang.String name,
java.util.List<java.lang.String> ips)
constructor |
Uses of ResponseParseException in de.knipp.rritoolkit.message |
---|
Methods in de.knipp.rritoolkit.message that throw ResponseParseException | |
---|---|
protected void |
ChangeProvMessageBase.dataFromList(KVList list)
setup the object's data from the given list. |
protected void |
ExpireMessageBase.dataFromList(KVList list)
setup the object's data from the given list. |
protected abstract void |
Message.dataFromList(KVList list)
setups the object's data from the given list. |
protected void |
AuthInfo2NotifyMessage.dataFromList(KVList list)
setup the object's data from the given list. |
protected void |
AuthInfoExpireMessage.dataFromList(KVList list)
setup the object's data from the given list. |
protected void |
DeleteLegalMessage.dataFromList(KVList list)
setup the object's data from the given list. |
protected void |
ChangeProvMessageBase.dataFromXml(org.w3c.dom.Element el)
setup the object's data from the given XML element. |
protected void |
ExpireMessageBase.dataFromXml(org.w3c.dom.Element el)
setup the object's data from the given XML element. |
protected abstract void |
Message.dataFromXml(org.w3c.dom.Element el)
setup the object's data from the given XML element. |
protected void |
AuthInfo2NotifyMessage.dataFromXml(org.w3c.dom.Element el)
setup the object's data from the given XML element. |
protected void |
AuthInfoExpireMessage.dataFromXml(org.w3c.dom.Element el)
setup the object's data from the given XML element. |
protected void |
DeleteLegalMessage.dataFromXml(org.w3c.dom.Element el)
setup the object's data from the given XML element. |
static Message |
Message.fromList(KVList list)
initializes the instance from the given key-value multi-list |
static Message |
Message.fromXml(org.w3c.dom.Element el)
create an instance from the given XML element |
Uses of ResponseParseException in de.knipp.rritoolkit.response |
---|
Methods in de.knipp.rritoolkit.response that throw ResponseParseException | |
---|---|
protected void |
Response.dataFromList(KVMultiList list)
subclasses that need to read additional data from the key-value pair response should override this method. |
protected void |
ContactCheckResponse.dataFromList(KVMultiList list)
subclasses that need to read additional data from the key-value pair response should override this method. |
protected void |
AuthInfo1CreateResponse.dataFromList(KVMultiList list)
subclasses that need to read additional data from the key-value pair response should override this method. |
protected void |
ContactInfoResponse.dataFromList(KVMultiList list)
subclasses that need to read additional data from the key-value pair response should override this method. |
protected void |
DomainCheckResponse.dataFromList(KVMultiList list)
subclasses that need to read additional data from the key-value pair response should override this method. |
protected void |
QueueReadResponse.dataFromList(KVMultiList list)
subclasses that need to read additional data from the key-value pair response should override this method. |
protected void |
DomainInfoResponse.dataFromList(KVMultiList list)
subclasses that need to read additional data from the key-value pair response should override this method. |
protected void |
Response.dataFromXml(org.w3c.dom.Element data)
subclasses that need to read additional data from the XML response should override this method. |
protected void |
ContactCheckResponse.dataFromXml(org.w3c.dom.Element data)
subclasses that need to read additional data from the XML response should override this method. |
protected void |
AuthInfo1CreateResponse.dataFromXml(org.w3c.dom.Element data)
subclasses that need to read additional data from the XML response should override this method. |
protected void |
ContactInfoResponse.dataFromXml(org.w3c.dom.Element data)
subclasses that need to read additional data from the XML response should override this method. |
protected void |
DomainCheckResponse.dataFromXml(org.w3c.dom.Element data)
subclasses that need to read additional data from the XML response should override this method. |
protected void |
QueueReadResponse.dataFromXml(org.w3c.dom.Element data)
subclasses that need to read additional data from the XML response should override this method. |
protected void |
DomainInfoResponse.dataFromXml(org.w3c.dom.Element data)
subclasses that need to read additional data from the XML response should override this method. |
void |
Response.fromList(KVMultiList list)
initialize the instance from the given key-value multi-list |
void |
Response.fromXml(org.w3c.dom.Document doc)
initialize the instance from the given XML DOM document. |
Constructors in de.knipp.rritoolkit.response that throw ResponseParseException | |
---|---|
ResultMessage(org.w3c.dom.Element el)
constructor for XML |
|
ResultMessage(java.lang.String key,
boolean levelFromKey,
java.lang.String value)
constructor for key-value pairs |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |