Class MessageProcessingHint
java.lang.Object
org.jivesoftware.smackx.hints.element.MessageProcessingHint
- All Implemented Interfaces:
Element, ExtensionElement, NamedElement, XmlElement, XmlLangElement
- Direct Known Subclasses:
NoCopyHint, NoPermanentStoreHint, NoStoreHint, StoreHint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract MessageProcessingHintTypefinal StringReturns the root element XML namespace.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface NamedElement
getElementNameMethods inherited from interface XmlElement
getLanguage, getQName
-
Field Details
-
NAMESPACE
-
-
Constructor Details
-
MessageProcessingHint
public MessageProcessingHint()
-
-
Method Details
-
getNamespace
Description copied from interface:XmlElementReturns the root element XML namespace.- Specified by:
getNamespacein interfaceXmlElement- Returns:
- the namespace.
-
getHintType
-