Class JingleContentDescription

java.lang.Object
org.jivesoftware.smackx.jingle.element.JingleContentDescription
All Implemented Interfaces:
org.jivesoftware.smack.packet.Element, org.jivesoftware.smack.packet.NamedElement, org.jivesoftware.smack.packet.XmlElement, org.jivesoftware.smack.packet.XmlLangElement
Direct Known Subclasses:
UnknownJingleContentDescription

public abstract class JingleContentDescription extends Object implements org.jivesoftware.smack.packet.XmlElement
Jingle content description.
  • Field Summary

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    JingleContentDescription(List<? extends org.jivesoftware.smack.packet.NamedElement> payloads)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    addExtraAttributes(org.jivesoftware.smack.util.XmlStringBuilder xml)
     
     
    List<org.jivesoftware.smack.packet.NamedElement>
     
    org.jivesoftware.smack.util.XmlStringBuilder
    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, getNamespace, getQName
  • Field Details

  • Constructor Details

    • JingleContentDescription

      protected JingleContentDescription(List<? extends org.jivesoftware.smack.packet.NamedElement> payloads)
  • Method Details

    • getElementName

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

      public List<org.jivesoftware.smack.packet.NamedElement> getJingleContentDescriptionChildren()
    • addExtraAttributes

      protected void addExtraAttributes(org.jivesoftware.smack.util.XmlStringBuilder xml)
    • toXML

      public org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
      Specified by:
      toXML in interface org.jivesoftware.smack.packet.Element