Class JingleReason.AlternativeSession
java.lang.Object
org.jivesoftware.smackx.jingle.element.JingleReason
org.jivesoftware.smackx.jingle.element.JingleReason.AlternativeSession
- All Implemented Interfaces:
Element
,NamedElement
,XmlElement
,XmlLangElement
- Enclosing class:
- JingleReason
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jivesoftware.smackx.jingle.element.JingleReason
JingleReason.AlternativeSession, JingleReason.Reason
-
Field Summary
Fields inherited from class org.jivesoftware.smackx.jingle.element.JingleReason
Busy, Cancel, ConnectivityError, Decline, ELEMENT, Expired, FailedApplication, FailedTransport, GeneralError, Gone, IncompatibleParameters, MediaError, NAMESPACE, reason, SecurityError, Success, TEXT_ELEMENT, Timeout, UnsupportedApplications, UnsupportedTransports
-
Constructor Summary
ConstructorDescriptionAlternativeSession
(String sessionId) AlternativeSession
(String sessionId, String text, XmlElement element) -
Method Summary
Methods inherited from class org.jivesoftware.smackx.jingle.element.JingleReason
AlternativeSession, asEnum, getElement, getElementName, getNamespace, getText
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
SID
- See Also:
-
-
Constructor Details
-
AlternativeSession
-
AlternativeSession
-
-
Method Details
-
toXML
- Specified by:
toXML
in interfaceElement
- Overrides:
toXML
in classJingleReason
-
getAlternativeSessionId
-