public static class StreamManagement.Failed
extends java.lang.Object
implements org.jivesoftware.smack.packet.Nonza
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELEMENT |
| Constructor and Description |
|---|
Failed() |
Failed(org.jivesoftware.smack.packet.XMPPError.Condition condition,
java.util.List<org.jivesoftware.smack.packet.StanzaErrorTextElement> textElements) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getElementName() |
java.lang.String |
getNamespace() |
java.util.List<org.jivesoftware.smack.packet.StanzaErrorTextElement> |
getTextElements() |
org.jivesoftware.smack.packet.XMPPError.Condition |
getXMPPErrorCondition() |
java.lang.CharSequence |
toXML() |
public static final java.lang.String ELEMENT
public Failed()
public Failed(org.jivesoftware.smack.packet.XMPPError.Condition condition,
java.util.List<org.jivesoftware.smack.packet.StanzaErrorTextElement> textElements)
public org.jivesoftware.smack.packet.XMPPError.Condition getXMPPErrorCondition()
public java.util.List<org.jivesoftware.smack.packet.StanzaErrorTextElement> getTextElements()
public java.lang.CharSequence toXML()
toXML in interface org.jivesoftware.smack.packet.Elementpublic java.lang.String getNamespace()
getNamespace in interface org.jivesoftware.smack.packet.ExtensionElementpublic java.lang.String getElementName()
getElementName in interface org.jivesoftware.smack.packet.NamedElement