public static class StreamManagement.Failed extends Object implements Nonza
Constructor and Description |
---|
Failed() |
Failed(XMPPError.Condition condition,
List<StanzaErrorTextElement> textElements) |
Modifier and Type | Method and Description |
---|---|
String |
getElementName()
Returns the root element name.
|
String |
getNamespace()
Returns the root element XML namespace.
|
List<StanzaErrorTextElement> |
getTextElements() |
XMPPError.Condition |
getXMPPErrorCondition() |
CharSequence |
toXML()
Returns the XML representation of this Element.
|
public static final String ELEMENT
public Failed()
public Failed(XMPPError.Condition condition, List<StanzaErrorTextElement> textElements)
public XMPPError.Condition getXMPPErrorCondition()
public List<StanzaErrorTextElement> getTextElements()
public CharSequence toXML()
Element
public String getNamespace()
ExtensionElement
getNamespace
in interface ExtensionElement
public String getElementName()
NamedElement
getElementName
in interface NamedElement