|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.knipp.rritoolkit.message.Message
de.knipp.rritoolkit.message.ExpireMessageBase
public abstract class ExpireMessageBase
abstract intermediate class which operates as the base class for expire messages
Nested Class Summary | |
---|---|
static class |
ExpireMessageBase.Entry
class that holds the domain name as well as the expiration date |
Nested classes/interfaces inherited from class de.knipp.rritoolkit.message.Message |
---|
Message.Type |
Field Summary | |
---|---|
private java.util.List<ExpireMessageBase.Entry> |
domainList
list of all domains |
Constructor Summary | |
---|---|
ExpireMessageBase()
|
Method Summary | |
---|---|
protected void |
dataFromList(KVList list)
setup the object's data from the given list. |
protected void |
dataFromXml(org.w3c.dom.Element el)
setup the object's data from the given XML element. |
java.util.List<ExpireMessageBase.Entry> |
getList()
return the list of all reported domains |
java.lang.String |
toString()
return a string representation for debugging purposes |
Methods inherited from class de.knipp.rritoolkit.message.Message |
---|
accept, createMessage, fromList, fromXml, getCreationDate, getMessageID, getType, setData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private java.util.List<ExpireMessageBase.Entry> domainList
Constructor Detail |
---|
public ExpireMessageBase()
Method Detail |
---|
protected void dataFromXml(org.w3c.dom.Element el) throws org.w3c.dom.DOMException, ResponseParseException
dataFromXml
in class Message
el
- the element
org.w3c.dom.DOMException
- on DOM exceptions
ResponseParseException
- if the data was not recognizedprotected void dataFromList(KVList list) throws ResponseParseException
dataFromList
in class Message
list
- the list
ResponseParseException
- if the list does not contain the
expected contentpublic java.lang.String toString()
toString
in class Message
public java.util.List<ExpireMessageBase.Entry> getList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |