|
||||||||||
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.AuthInfoExpireMessage
public class AuthInfoExpireMessage
class that represents the AuthInfo expire message
Nested Class Summary |
---|
Nested classes/interfaces inherited from class de.knipp.rritoolkit.message.Message |
---|
Message.Type |
Field Summary | |
---|---|
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 Summary | |
---|---|
AuthInfoExpireMessage()
|
Method Summary | |
---|---|
void |
accept(MessageVisitor visitor)
call the suitable method of the given visitor |
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.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 |
Methods inherited from class de.knipp.rritoolkit.message.Message |
---|
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.lang.String domainName
private java.lang.String encodedDomainName
private java.util.Date expireDate
Constructor Detail |
---|
public AuthInfoExpireMessage()
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 void accept(MessageVisitor visitor)
accept
in class Message
visitor
- the visitorpublic java.lang.String toString()
toString
in class Message
public java.lang.String getDomainName()
public java.lang.String getEncodedDomainName()
public java.util.Date getExpireDate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |