Class JingleContentDescription
java.lang.Object
org.jivesoftware.smackx.jingle.element.JingleContentDescription
- All Implemented Interfaces:
Element
,NamedElement
,XmlElement
,XmlLangElement
- Direct Known Subclasses:
JingleFileTransfer
,UnknownJingleContentDescription
Jingle content description.
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
JingleContentDescription
(List<? extends NamedElement> payloads) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Returns the root element name.toXML
(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.XmlElement
getLanguage, getNamespace, getQName
-
Field Details
-
ELEMENT
- See Also:
-
-
Constructor Details
-
JingleContentDescription
-
-
Method Details
-
getElementName
Description copied from interface:NamedElement
Returns the root element name.- Specified by:
getElementName
in interfaceNamedElement
- Returns:
- the element name.
-
getJingleContentDescriptionChildren
-
addExtraAttributes
-
toXML
-