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