Package org.jivesoftware.smack.sm.packet
Class StreamManagement.Resume
java.lang.Object
org.jivesoftware.smack.sm.packet.StreamManagement.Resume
- All Implemented Interfaces:
Element
,NamedElement
,Nonza
,TopLevelStreamElement
,XmlElement
,XmlLangElement
- Enclosing class:
- StreamManagement
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the root element name.long
final String
Returns the root element XML namespace.final XmlStringBuilder
toXML
(XmlEnvironment enclosingNamespace) 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:
-
-
Constructor Details
-
Resume
-
-
Method Details
-
getElementName
Description copied from interface:NamedElement
Returns the root element name.- Returns:
- the element name.
-
getHandledCount
public long getHandledCount() -
getPrevId
-
getNamespace
Description copied from interface:XmlElement
Returns the root element XML namespace.- Specified by:
getNamespace
in interfaceXmlElement
- Returns:
- the namespace.
-
toXML
-