public abstract class ExpireMessageBase extends Message
Modifier and Type | Class and Description |
---|---|
static class |
ExpireMessageBase.Entry
class that holds the domain name as well as the expiration date
|
Message.Type
Modifier and Type | Field and Description |
---|---|
private java.util.List<ExpireMessageBase.Entry> |
domainList
list of all domains
|
Constructor and Description |
---|
ExpireMessageBase() |
Modifier and Type | Method and Description |
---|---|
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
|
accept, accept, createMessage, fromList, fromXml, getCreationDate, getMessageID, getType, setData
private java.util.List<ExpireMessageBase.Entry> domainList
protected void dataFromXml(org.w3c.dom.Element el) throws org.w3c.dom.DOMException, ResponseParseException
dataFromXml
in class Message
el
- the elementorg.w3c.dom.DOMException
- on DOM exceptionsResponseParseException
- if the data was not recognizedprotected void dataFromList(KVList list) throws ResponseParseException
dataFromList
in class Message
list
- the listResponseParseException
- if the list does not contain the
expected contentpublic java.lang.String toString()
public java.util.List<ExpireMessageBase.Entry> getList()
Copyright © 2005-2013 Knipp Medien und Kommunikation GmbH