Class JingleContent
java.lang.Object
org.jivesoftware.smackx.jingle.element.JingleContent
- All Implemented Interfaces:
Element
,NamedElement
,XmlElement
,XmlLangElement
Jingle content element.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static enum
static enum
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JingleContent.Builder
Gets the description for this Jingle content.Returns the root element name.Deprecated.getName()
Returns the root element XML namespace.Returns an Iterator for the JingleTransports in the packet.toXML
(XmlEnvironment enclosingXmlEnvironment) 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, getQName
-
Field Details
-
ELEMENT
- See Also:
-
NAMESPACE
- See Also:
-
CREATOR_ATTRIBUTE_NAME
- See Also:
-
DISPOSITION_ATTRIBUTE_NAME
- See Also:
-
NAME_ATTRIBUTE_NAME
- See Also:
-
SENDERS_ATTRIBUTE_NAME
- See Also:
-
-
Method Details
-
getCreator
-
getDisposition
-
getName
-
getSenders
-
getDescription
Gets the description for this Jingle content.- Returns:
- The description.
-
getJingleTransport
Deprecated.usegetTransport()
instead.Returns an Iterator for the JingleTransports in the packet.- Returns:
- an Iterator for the JingleTransports in the packet.
-
getTransport
Returns an Iterator for the JingleTransports in the packet.- Returns:
- an Iterator for the JingleTransports in the packet.
-
getElementName
Description copied from interface:NamedElement
Returns the root element name.- Specified by:
getElementName
in interfaceNamedElement
- Returns:
- the element name.
-
getNamespace
Description copied from interface:XmlElement
Returns the root element XML namespace.- Specified by:
getNamespace
in interfaceXmlElement
- Returns:
- the namespace.
-
toXML
-
getBuilder
-
getTransport()
instead.