Class JingleContent
java.lang.Object
org.jivesoftware.smackx.jingle.element.JingleContent
- All Implemented Interfaces:
Element,NamedElement,XmlElement,XmlLangElement
Jingle content element.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic enumstatic enum -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic JingleContent.BuilderGets 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, waitMethods 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:NamedElementReturns the root element name.- Specified by:
getElementNamein interfaceNamedElement- Returns:
- the element name.
-
getNamespace
Description copied from interface:XmlElementReturns the root element XML namespace.- Specified by:
getNamespacein interfaceXmlElement- Returns:
- the namespace.
-
toXML
-
getBuilder
-
getTransport()instead.