Class JingleError
java.lang.Object
org.jivesoftware.smackx.jingle.element.JingleError
- All Implemented Interfaces:
Element
,NamedElement
,XmlElement
,XmlLangElement
-
Field Summary
Modifier and TypeFieldDescriptionstatic String
static final JingleError
static final JingleError
static final JingleError
static final JingleError
-
Method Summary
Modifier and TypeMethodDescriptionstatic JingleError
fromString
(String value) Returns a error instance associated with the String value.Returns the root element name.Returns the name of the Jingle error.Returns the root element XML namespace.toString()
toXML
(XmlEnvironment enclosingNamespace) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
NAMESPACE
-
OUT_OF_ORDER
-
TIE_BREAK
-
UNKNOWN_SESSION
-
UNSUPPORTED_INFO
-
-
Method Details
-
getMessage
Returns the name of the Jingle error.- Returns:
- the name of the error.
-
toXML
-
fromString
Returns a error instance associated with the String value.- Parameters:
value
- the input String.- Returns:
- the jingle error instance associated with the input String.
-
toString
-
getElementName
Description copied from interface:NamedElement
Returns the root element name.- Specified by:
getElementName
in interfaceNamedElement
- Returns:
- the element name.
-
getNamespace
Description copied from interface:XmlElement
Returns the root element XML namespace.- Specified by:
getNamespace
in interfaceXmlElement
- Returns:
- the namespace.
-