Class JingleContent

  • All Implemented Interfaces:
    org.jivesoftware.smack.packet.Element, org.jivesoftware.smack.packet.NamedElement, org.jivesoftware.smack.packet.XmlElement, org.jivesoftware.smack.packet.XmlLangElement

    public final class JingleContent
    extends java.lang.Object
    implements org.jivesoftware.smack.packet.XmlElement
    Jingle content element.
    • Method Detail

      • getDisposition

        public java.lang.String getDisposition()
      • getName

        public java.lang.String getName()
      • getDescription

        public JingleContentDescription getDescription()
        Gets the description for this Jingle content.
        Returns:
        The description.
      • getJingleTransport

        @Deprecated
        public JingleContentTransport getJingleTransport()
        Deprecated.
        use getTransport() instead.
        Returns an Iterator for the JingleTransports in the packet.
        Returns:
        an Iterator for the JingleTransports in the packet.
      • getTransport

        public JingleContentTransport getTransport()
        Returns an Iterator for the JingleTransports in the packet.
        Returns:
        an Iterator for the JingleTransports in the packet.
      • getElementName

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

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

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