Class NoStoreHint
- java.lang.Object
-
- org.jivesoftware.smackx.hints.element.MessageProcessingHint
-
- org.jivesoftware.smackx.hints.element.NoStoreHint
-
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element,org.jivesoftware.smack.packet.ExtensionElement,org.jivesoftware.smack.packet.FullyQualifiedElement,org.jivesoftware.smack.packet.NamedElement,org.jivesoftware.smack.packet.XmlLangElement
public final class NoStoreHint extends MessageProcessingHint
A "no store" hint. Messages with this hint should not be stored in stores or archives. XEP-0334 ยง 4.2 No store
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringELEMENTstatic NoStoreHintINSTANCE-
Fields inherited from class org.jivesoftware.smackx.hints.element.MessageProcessingHint
NAMESPACE
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NoStoreHintfrom(org.jivesoftware.smack.packet.Message message)java.lang.StringgetElementName()MessageProcessingHintTypegetHintType()static booleanhasHint(org.jivesoftware.smack.packet.Message message)static voidset(org.jivesoftware.smack.packet.Message message)java.lang.StringtoXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)-
Methods inherited from class org.jivesoftware.smackx.hints.element.MessageProcessingHint
getNamespace
-
-
-
-
Field Detail
-
INSTANCE
public static final NoStoreHint INSTANCE
-
ELEMENT
public static final java.lang.String ELEMENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getElementName
public java.lang.String getElementName()
-
toXML
public java.lang.String toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
-
getHintType
public MessageProcessingHintType getHintType()
- Specified by:
getHintTypein classMessageProcessingHint
-
from
public static NoStoreHint from(org.jivesoftware.smack.packet.Message message)
-
hasHint
public static boolean hasHint(org.jivesoftware.smack.packet.Message message)
-
set
public static void set(org.jivesoftware.smack.packet.Message message)
-
-