Class MessageProcessingHint

  • 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
    Direct Known Subclasses:
    NoCopyHint, NoPermanentStoreHint, NoStoreHint, StoreHint

    public abstract class MessageProcessingHint
    extends java.lang.Object
    implements org.jivesoftware.smack.packet.ExtensionElement
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAMESPACE  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract MessageProcessingHintType getHintType()  
      java.lang.String getNamespace()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.jivesoftware.smack.packet.Element

        toXML, toXML, toXML
      • Methods inherited from interface org.jivesoftware.smack.packet.FullyQualifiedElement

        getLanguage, getQName
      • Methods inherited from interface org.jivesoftware.smack.packet.NamedElement

        getElementName
    • Constructor Detail

      • MessageProcessingHint

        public MessageProcessingHint()
    • Method Detail

      • getNamespace

        public final java.lang.String getNamespace()
        Specified by:
        getNamespace in interface org.jivesoftware.smack.packet.FullyQualifiedElement