Class JingleError
java.lang.Object
org.jivesoftware.smackx.jingle.element.JingleError
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element,org.jivesoftware.smack.packet.NamedElement,org.jivesoftware.smack.packet.XmlElement,org.jivesoftware.smack.packet.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 name of the Jingle error.toString()org.jivesoftware.smack.util.XmlStringBuildertoXML(org.jivesoftware.smack.packet.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.Element
toXML, toXMLMethods 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
public org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace) - Specified by:
toXMLin interfaceorg.jivesoftware.smack.packet.Element
-
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
- Specified by:
getElementNamein interfaceorg.jivesoftware.smack.packet.NamedElement
-
getNamespace
- Specified by:
getNamespacein interfaceorg.jivesoftware.smack.packet.XmlElement
-