Class JingleContentDescription
- java.lang.Object
-
- org.jivesoftware.smackx.jingle.element.JingleContentDescription
-
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element,org.jivesoftware.smack.packet.ExtensionElement,org.jivesoftware.smack.packet.FullyQualifiedElement,org.jivesoftware.smack.packet.NamedElement,org.jivesoftware.smack.packet.XmlLangElement
- Direct Known Subclasses:
UnknownJingleContentDescription
public abstract class JingleContentDescription extends java.lang.Object implements org.jivesoftware.smack.packet.ExtensionElementJingle content description.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringELEMENT
-
Constructor Summary
Constructors Modifier Constructor Description protectedJingleContentDescription(java.util.List<? extends org.jivesoftware.smack.packet.NamedElement> payloads)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddExtraAttributes(org.jivesoftware.smack.util.XmlStringBuilder xml)java.lang.StringgetElementName()java.util.List<org.jivesoftware.smack.packet.NamedElement>getJingleContentDescriptionChildren()org.jivesoftware.smack.util.XmlStringBuildertoXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
-
-
-
Field Detail
-
ELEMENT
public static final java.lang.String ELEMENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getElementName
public java.lang.String getElementName()
- Specified by:
getElementNamein interfaceorg.jivesoftware.smack.packet.NamedElement
-
getJingleContentDescriptionChildren
public java.util.List<org.jivesoftware.smack.packet.NamedElement> getJingleContentDescriptionChildren()
-
addExtraAttributes
protected void addExtraAttributes(org.jivesoftware.smack.util.XmlStringBuilder xml)
-
toXML
public org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
- Specified by:
toXMLin interfaceorg.jivesoftware.smack.packet.Element
-
-