Class NoPermanentStoreHint
java.lang.Object
org.jivesoftware.smackx.hints.element.MessageProcessingHint
org.jivesoftware.smackx.hints.element.NoPermanentStoreHint
- All Implemented Interfaces:
 Element,ExtensionElement,NamedElement,XmlElement,XmlLangElement
A "no permanent store" hint. Messages with this hint should not 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 NoPermanentStoreHintReturns the root element name.static booleanstatic voidstatic voidsetExplicitly(Message message) toXML(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.XmlElement
getLanguage, getQName 
- 
Field Details
- 
INSTANCE
 - 
ELEMENT
- See Also:
 
 
 - 
 - 
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
 - 
setExplicitly
 
 -