public final class StoreHint extends MessageProcessingHint
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELEMENT |
static StoreHint |
INSTANCE |
static javax.xml.namespace.QName |
QNAME |
NAMESPACE| Modifier and Type | Method and Description |
|---|---|
static StoreHint |
from(org.jivesoftware.smack.packet.MessageView message) |
java.lang.String |
getElementName() |
MessageProcessingHintType |
getHintType() |
static boolean |
hasHint(org.jivesoftware.smack.packet.MessageView message) |
static void |
set(org.jivesoftware.smack.packet.MessageBuilder message) |
java.lang.String |
toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace) |
getNamespaceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final StoreHint INSTANCE
public static final java.lang.String ELEMENT
public static final javax.xml.namespace.QName QNAME
public java.lang.String getElementName()
public java.lang.String toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
public MessageProcessingHintType getHintType()
getHintType in class MessageProcessingHintpublic static StoreHint from(org.jivesoftware.smack.packet.MessageView message)
public static boolean hasHint(org.jivesoftware.smack.packet.MessageView message)
public static void set(org.jivesoftware.smack.packet.MessageBuilder message)