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
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJingleContentDescription(List<? extends NamedElement> payloads) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidReturns the root element name.toXML(XmlEnvironment enclosingNamespace) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:NamedElementReturns the root element name.- Specified by:
getElementNamein interfaceNamedElement- Returns:
- the element name.
-
getJingleContentDescriptionChildren
-
addExtraAttributes
-
toXML
-