public static class StreamManagement.AckAnswer extends FullStreamElement
| Constructor and Description |
|---|
AckAnswer(long handledCount) |
| Modifier and Type | Method and Description |
|---|---|
String |
getElementName()
Returns the root element name.
|
long |
getHandledCount() |
String |
getNamespace()
Returns the root element XML namespace.
|
CharSequence |
toXML()
Returns the XML representation of this Element.
|
public static final String ELEMENT
public AckAnswer(long handledCount)
public long getHandledCount()
public CharSequence toXML()
Elementpublic String getNamespace()
ExtensionElementpublic String getElementName()
NamedElement