public class DelayXMessage extends JabberJDOMMessage
Current Implementation: JEP-0091 Version 1.0
messageID| Constructor and Description |
|---|
DelayXMessage()
constructs a default Delay message (with the x element)
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFrom() |
int |
getMessageType()
the default message type is unknown.
|
java.lang.String |
getText()
the text that is optionally associated with the message.
|
java.lang.String |
getTime()
The time stamp string as returned by the remote server.
|
java.util.Date |
getTimeInLocal()
The time when the message was sent by the sender, NOT the time received.
|
JabberMessage |
parse(JabberMessageParser parser,
Element msgTree)
parses the message.
|
encode, getDOM, getXMLOutputter, setMessageID, toStringgetMessageID, getReplyMessage, getTimeout, getXMessage, getXMessages, interrupt, isReplyRequired, isSendXMessages, isSynchronized, replyReceived, setReplyRequired, setSendXMessages, setSynchronized, setTimeout, setXMessage, setXMessagespublic DelayXMessage()
public JabberMessage parse(JabberMessageParser parser, Element msgTree) throws ParseException
parse in interface JabberMessageParsableparse in class JabberJDOMMessageParseExceptionpublic java.util.Date getTimeInLocal()
public java.lang.String getTime()
public java.lang.String getFrom()
public java.lang.String getText()
public int getMessageType()
JabberJDOMMessagegetMessageType in class JabberJDOMMessageJabberCodeCopyright © 2001-2005 Echomine. All Rights Reserved.