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)
Element
public static JingleError fromString(String value)
public String getElementName()
NamedElement
getElementName
in interface NamedElement
public String getNamespace()
ExtensionElement
getNamespace
in interface ExtensionElement