Class StreamManagement.Failed

java.lang.Object
org.jivesoftware.smack.sm.packet.StreamManagement.Failed
All Implemented Interfaces:
org.jivesoftware.smack.packet.Element, org.jivesoftware.smack.packet.NamedElement, org.jivesoftware.smack.packet.Nonza, org.jivesoftware.smack.packet.TopLevelStreamElement, org.jivesoftware.smack.packet.XmlElement, org.jivesoftware.smack.packet.XmlLangElement
Enclosing class:
StreamManagement

public static class StreamManagement.Failed extends Object implements org.jivesoftware.smack.packet.Nonza
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    Failed(org.jivesoftware.smack.packet.StanzaError.Condition condition, List<org.jivesoftware.smack.packet.StanzaErrorTextElement> textElements)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    org.jivesoftware.smack.packet.StanzaError.Condition
     
    List<org.jivesoftware.smack.packet.StanzaErrorTextElement>
     
    toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
     

    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

    Methods inherited from interface org.jivesoftware.smack.packet.XmlElement

    getLanguage, getQName
  • Field Details

  • Constructor Details

    • Failed

      public Failed()
    • Failed

      public Failed(org.jivesoftware.smack.packet.StanzaError.Condition condition, List<org.jivesoftware.smack.packet.StanzaErrorTextElement> textElements)
  • Method Details

    • getStanzaErrorCondition

      public org.jivesoftware.smack.packet.StanzaError.Condition getStanzaErrorCondition()
    • getTextElements

      public List<org.jivesoftware.smack.packet.StanzaErrorTextElement> getTextElements()
    • toXML

      public CharSequence toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
      Specified by:
      toXML in interface org.jivesoftware.smack.packet.Element
    • getNamespace

      public String getNamespace()
      Specified by:
      getNamespace in interface org.jivesoftware.smack.packet.XmlElement
    • getElementName

      public String getElementName()
      Specified by:
      getElementName in interface org.jivesoftware.smack.packet.NamedElement