Package org.jivesoftware.smack.sm.packet
Class StreamManagement.AckAnswer
- java.lang.Object
-
- org.jivesoftware.smack.sm.packet.StreamManagement.AckAnswer
-
- All Implemented Interfaces:
Element
,FullyQualifiedElement
,NamedElement
,Nonza
,TopLevelStreamElement
,XmlLangElement
- Enclosing class:
- StreamManagement
public static class StreamManagement.AckAnswer extends Object implements Nonza
-
-
Constructor Summary
Constructors Constructor Description AckAnswer(long handledCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getElementName()
Returns the root element name.long
getHandledCount()
String
getNamespace()
Returns the root element XML namespace.CharSequence
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.FullyQualifiedElement
getLanguage, getQName
-
-
-
-
Field Detail
-
ELEMENT
public static final String ELEMENT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AckAnswer
public AckAnswer(long handledCount)
-
-
Method Detail
-
getHandledCount
public long getHandledCount()
-
toXML
public CharSequence toXML(XmlEnvironment enclosingNamespace)
-
getNamespace
public String getNamespace()
Description copied from interface:FullyQualifiedElement
Returns the root element XML namespace.- Specified by:
getNamespace
in interfaceFullyQualifiedElement
- Returns:
- the namespace.
-
getElementName
public String getElementName()
Description copied from interface:NamedElement
Returns the root element name.- Specified by:
getElementName
in interfaceNamedElement
- Returns:
- the element name.
-
-