Package org.jivesoftware.smack.packet
Class StreamClose
- java.lang.Object
-
- org.jivesoftware.smack.packet.AbstractStreamClose
-
- org.jivesoftware.smack.packet.StreamClose
-
- All Implemented Interfaces:
Element,NamedElement,Nonza,TopLevelStreamElement,XmlElement,XmlLangElement
public final class StreamClose extends AbstractStreamClose
-
-
Field Summary
Fields Modifier and Type Field Description static StreamCloseINSTANCEstatic StringSTRING
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetElementName()Returns the root element name.StringgetNamespace()Returns the root element XML namespace.StringtoString()StringtoXML(XmlEnvironment enclosingNamespace)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
-
-
-
Field Detail
-
INSTANCE
public static final StreamClose INSTANCE
-
STRING
public static final String STRING
- See Also:
- Constant Field Values
-
-
Method Detail
-
toXML
public String toXML(XmlEnvironment enclosingNamespace)
-
getNamespace
public String getNamespace()
Description copied from interface:XmlElementReturns the root element XML namespace.- Returns:
- the namespace.
-
getElementName
public String getElementName()
Description copied from interface:NamedElementReturns the root element name.- Returns:
- the element name.
-
-