Class StoreHint
java.lang.Object
org.jivesoftware.smackx.hints.element.MessageProcessingHint
org.jivesoftware.smackx.hints.element.StoreHint
- All Implemented Interfaces:
Element
,ExtensionElement
,NamedElement
,XmlElement
,XmlLangElement
A "store" hint. Messages with this hint should be stored in permanent stores or archives.
- See Also:
-
Field Summary
Fields inherited from class org.jivesoftware.smackx.hints.element.MessageProcessingHint
NAMESPACE
-
Method Summary
Modifier and TypeMethodDescriptionstatic StoreHint
from
(MessageView message) Returns the root element name.static boolean
hasHint
(MessageView message) static void
set
(MessageBuilder message) toXML
(XmlEnvironment enclosingNamespace) Methods inherited from class org.jivesoftware.smackx.hints.element.MessageProcessingHint
getNamespace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
INSTANCE
-
ELEMENT
- See Also:
-
QNAME
-
-
Method Details
-
getElementName
Description copied from interface:NamedElement
Returns the root element name.- Returns:
- the element name.
-
toXML
-
getHintType
- Specified by:
getHintType
in classMessageProcessingHint
-
from
-
hasHint
-
set
-