Class JingleFileTransfer
- java.lang.Object
-
- org.jivesoftware.smackx.jingle.element.JingleContentDescription
-
- org.jivesoftware.smackx.jingle_filetransfer.element.JingleFileTransfer
-
- All Implemented Interfaces:
Element
,ExtensionElement
,NamedElement
,XmlElement
,XmlLangElement
public class JingleFileTransfer extends JingleContentDescription implements ExtensionElement
File element.
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAMESPACE_V5
static QName
QNAME
-
Fields inherited from class org.jivesoftware.smackx.jingle.element.JingleContentDescription
ELEMENT
-
-
Constructor Summary
Constructors Constructor Description JingleFileTransfer(List<JingleContentDescriptionChildElement> payloads)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getNamespace()
Returns the root element XML namespace.-
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.NamedElement
getElementName
-
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
-
-
-
Field Detail
-
NAMESPACE_V5
public static final String NAMESPACE_V5
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JingleFileTransfer
public JingleFileTransfer(List<JingleContentDescriptionChildElement> payloads)
-
-
Method Detail
-
getNamespace
public String getNamespace()
Description copied from interface:XmlElement
Returns the root element XML namespace.- Specified by:
getNamespace
in interfaceXmlElement
- Returns:
- the namespace.
-
-