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
FieldsFields inherited from class MessageProcessingHint
NAMESPACE -
Method Summary
Modifier and TypeMethodDescriptionstatic StoreHintfrom(MessageView message) Returns the root element name.static booleanhasHint(MessageView message) static voidset(MessageBuilder message) toXML(XmlEnvironment enclosingNamespace) Methods inherited from class MessageProcessingHint
getNamespaceMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface XmlElement
getLanguage, getQName
-
Field Details
-
INSTANCE
-
ELEMENT
-
QNAME
-
-
Method Details
-
getElementName
Description copied from interface:NamedElementReturns the root element name.- Returns:
- the element name.
-
toXML
-
getHintType
- Specified by:
getHintTypein classMessageProcessingHint
-
from
-
hasHint
-
set
-