Class JingleContentDescription
java.lang.Object
org.jivesoftware.smackx.jingle.element.JingleContentDescription
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element,org.jivesoftware.smack.packet.NamedElement,org.jivesoftware.smack.packet.XmlElement,org.jivesoftware.smack.packet.XmlLangElement
- Direct Known Subclasses:
UnknownJingleContentDescription
public abstract class JingleContentDescription
extends Object
implements org.jivesoftware.smack.packet.XmlElement
Jingle content description.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJingleContentDescription(List<? extends org.jivesoftware.smack.packet.NamedElement> payloads) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddExtraAttributes(org.jivesoftware.smack.util.XmlStringBuilder xml) List<org.jivesoftware.smack.packet.NamedElement>org.jivesoftware.smack.util.XmlStringBuildertoXML(org.jivesoftware.smack.packet.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.Element
toXML, toXMLMethods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getNamespace, getQName
-
Field Details
-
ELEMENT
- See Also:
-
-
Constructor Details
-
JingleContentDescription
protected JingleContentDescription(List<? extends org.jivesoftware.smack.packet.NamedElement> payloads)
-
-
Method Details
-
getElementName
- Specified by:
getElementNamein interfaceorg.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
-