Package org.jivesoftware.smack.packet
Class MessageOrPresence<MPB extends MessageOrPresenceBuilder<?,?>>
- java.lang.Object
-
- org.jivesoftware.smack.packet.Stanza
-
- org.jivesoftware.smack.packet.MessageOrPresence<MPB>
-
- All Implemented Interfaces:
Element
,FullyQualifiedElement
,NamedElement
,StanzaView
,TopLevelStreamElement
,XmlLangElement
public abstract class MessageOrPresence<MPB extends MessageOrPresenceBuilder<?,?>> extends Stanza
-
-
Field Summary
-
Fields inherited from class org.jivesoftware.smack.packet.Stanza
DEFAULT_LANGUAGE, ITEM, language, TEXT
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MessageOrPresence()
Deprecated.protected
MessageOrPresence(Stanza other)
protected
MessageOrPresence(StanzaBuilder<?> stanzaBuilder)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract MPB
asBuilder()
abstract MPB
asBuilder(java.lang.String id)
abstract MPB
asBuilder(XMPPConnection connection)
-
Methods inherited from class org.jivesoftware.smack.packet.Stanza
addCommonAttributes, addExtension, addExtensions, appendErrorIfExists, getDefaultLanguage, getError, getExtension, getExtension, getExtension, getExtensionElement, getExtensions, getExtensions, getExtensions, getExtensions, getExtensionsMap, getFrom, getLanguage, getNamespace, getStanzaId, getTo, hasExtension, hasExtension, hasStanzaIdSet, logCommonAttributes, overrideExtension, removeExtension, removeExtension, setError, setError, setFrom, setLanguage, setNewStanzaId, setStanzaId, setStanzaId, setTo, throwIfNoStanzaId, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jivesoftware.smack.packet.FullyQualifiedElement
getQName
-
Methods inherited from interface org.jivesoftware.smack.packet.NamedElement
getElementName
-
Methods inherited from interface org.jivesoftware.smack.packet.StanzaView
getExtension, hasExtension, hasExtension
-
-
-
-
Constructor Detail
-
MessageOrPresence
@Deprecated protected MessageOrPresence()
Deprecated.
-
MessageOrPresence
protected MessageOrPresence(StanzaBuilder<?> stanzaBuilder)
-
MessageOrPresence
protected MessageOrPresence(Stanza other)
-
-