Class JingleError
java.lang.Object
org.jivesoftware.smackx.jingle.element.JingleError
- All Implemented Interfaces:
Element,NamedElement,XmlElement,XmlLangElement
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Stringstatic final JingleErrorstatic final JingleErrorstatic final JingleErrorstatic final JingleError -
Method Summary
Modifier and TypeMethodDescriptionstatic JingleErrorfromString(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, waitMethods 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:NamedElementReturns the root element name.- Specified by:
getElementNamein interfaceNamedElement- Returns:
- the element name.
-
getNamespace
Description copied from interface:XmlElementReturns the root element XML namespace.- Specified by:
getNamespacein interfaceXmlElement- Returns:
- the namespace.
-