public class AuthInfoExpireMessage extends Message
Message.Type
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
domainName
the domain name
|
private java.lang.String |
encodedDomainName
the encoded domain name
|
private java.util.Date |
expireDate
the expire message
|
Constructor and Description |
---|
AuthInfoExpireMessage() |
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(MessageFuncVisitor<R> visitor)
call the suitable method of the given visitor
|
void |
accept(MessageVisitor visitor)
call the suitable method of the given visitor
|
protected void |
dataFromList(KVList list)
set up the object's data from the given list.
|
protected void |
dataFromXml(org.w3c.dom.Element el)
set up the object's data from the given XML element.
|
java.lang.String |
getDomainName()
return the domain name
|
java.lang.String |
getEncodedDomainName()
return the encoded domain name
|
java.util.Date |
getExpireDate()
return the AuthInfo expire date
|
java.lang.String |
toString()
return a string representation for debugging purposes
|
createMessage, fromList, fromXml, getCreationDate, getMessageID, getType, setData
private java.lang.String domainName
private java.lang.String encodedDomainName
private java.util.Date expireDate
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 void accept(MessageVisitor visitor)
public <R> R accept(MessageFuncVisitor<R> visitor)
public java.lang.String toString()
public java.lang.String getDomainName()
public java.lang.String getEncodedDomainName()
public java.util.Date getExpireDate()
Copyright © 2005-2013 Knipp Medien und Kommunikation GmbH