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