public final class JingleError extends Object implements ExtensionElement
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE |
static JingleError |
OUT_OF_ORDER |
static JingleError |
TIE_BREAK |
static JingleError |
UNKNOWN_SESSION |
static JingleError |
UNSUPPORTED_INFO |
| Modifier and Type | Method and Description |
|---|---|
static JingleError |
fromString(String value)
Returns a Action instance associated with the String value.
|
String |
getElementName()
Returns the root element name.
|
String |
getMessage()
Returns the name of the Jingle error.
|
String |
getNamespace()
Returns the root element XML namespace.
|
String |
toString() |
XmlStringBuilder |
toXML(String enclosingNamespace)
Returns the XML representation of this Element.
|
public static final JingleError OUT_OF_ORDER
public static final JingleError TIE_BREAK
public static final JingleError UNKNOWN_SESSION
public static final JingleError UNSUPPORTED_INFO
public String getMessage()
public XmlStringBuilder toXML(String enclosingNamespace)
Elementpublic static JingleError fromString(String value)
public String getElementName()
NamedElementgetElementName in interface NamedElementpublic String getNamespace()
ExtensionElementgetNamespace in interface ExtensionElement