Class JingleFileTransfer

java.lang.Object
org.jivesoftware.smackx.jingle.element.JingleContentDescription
org.jivesoftware.smackx.jingle_filetransfer.element.JingleFileTransfer
All Implemented Interfaces:
org.jivesoftware.smack.packet.Element, org.jivesoftware.smack.packet.ExtensionElement, org.jivesoftware.smack.packet.NamedElement, org.jivesoftware.smack.packet.XmlElement, org.jivesoftware.smack.packet.XmlLangElement

public class JingleFileTransfer extends org.jivesoftware.smackx.jingle.element.JingleContentDescription implements org.jivesoftware.smack.packet.ExtensionElement
File element.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final QName
     

    Fields inherited from class org.jivesoftware.smackx.jingle.element.JingleContentDescription

    ELEMENT
  • Constructor Summary

    Constructors
    Constructor
    Description
    JingleFileTransfer(List<org.jivesoftware.smackx.jingle.element.JingleContentDescriptionChildElement> payloads)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.jivesoftware.smackx.jingle.element.JingleContentDescription

    addExtraAttributes, getElementName, getJingleContentDescriptionChildren, toXML

    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.NamedElement

    getElementName

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

    getLanguage, getQName
  • Field Details

  • Constructor Details

    • JingleFileTransfer

      public JingleFileTransfer(List<org.jivesoftware.smackx.jingle.element.JingleContentDescriptionChildElement> payloads)
  • Method Details

    • getNamespace

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