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