Package org.jivesoftware.smack.packet
Interface MessageView
-
- All Superinterfaces:
StanzaView,XmlLangElement
- All Known Implementing Classes:
Message,MessageBuilder
public interface MessageView extends StanzaView
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Message.TypegetType()Returns the type of the message.-
Methods inherited from interface org.jivesoftware.smack.packet.StanzaView
getError, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getFrom, getStanzaId, getTo, hasExtension, hasExtension, hasExtension
-
Methods inherited from interface org.jivesoftware.smack.packet.XmlLangElement
getLanguage
-
-
-
-
Method Detail
-
getType
Message.Type getType()
Returns the type of the message. If no type has been set this method will returnMessage.Type.normal.- Returns:
- the type of the message.
-
-