Uses of Class
rocks.xmpp.core.stanza.model.Message
-
Packages that use Message Package Description rocks.xmpp.core.stanza Provides classes for XML stanza management (message, presence, IQ).rocks.xmpp.core.stanza.model Provides XML Stanzas and Stanza Errors.rocks.xmpp.core.stanza.model.client rocks.xmpp.core.stanza.model.server -
-
Uses of Message in rocks.xmpp.core.stanza
Methods in rocks.xmpp.core.stanza that return Message Modifier and Type Method Description MessageMessageEvent. getMessage()Gets the message.Constructors in rocks.xmpp.core.stanza with parameters of type Message Constructor Description MessageEvent(Object source, Message message, boolean inbound)Constructs a message event. -
Uses of Message in rocks.xmpp.core.stanza.model
Methods in rocks.xmpp.core.stanza.model that return Message Modifier and Type Method Description MessageMessage. createError(Condition condition)MessageMessage. createError(StanzaError error) -
Uses of Message in rocks.xmpp.core.stanza.model.client
Subclasses of Message in rocks.xmpp.core.stanza.model.client Modifier and Type Class Description classClientMessageThe implementation of the<message/>element in thejabber:clientnamespace.Methods in rocks.xmpp.core.stanza.model.client with parameters of type Message Modifier and Type Method Description static ClientMessageClientMessage. from(Message m)Creates a message for thejabber:clientnamespace from a generic message. -
Uses of Message in rocks.xmpp.core.stanza.model.server
Subclasses of Message in rocks.xmpp.core.stanza.model.server Modifier and Type Class Description classServerMessageThe implementation of the<message/>element in thejabber:servernamespace.Methods in rocks.xmpp.core.stanza.model.server with parameters of type Message Modifier and Type Method Description static ServerMessageServerMessage. from(Message m)Creates a message for thejabber:servernamespace from a generic message.
-