Class RoomTransfer
java.lang.Object
org.jivesoftware.smackx.workgroup.packet.RoomTransfer
- All Implemented Interfaces:
Element
,ExtensionElement
,NamedElement
,XmlElement
,XmlLangElement
Stanza extension for
TransferRequest
.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static enum
Type of entity being invited to a groupchat support session. -
Field Summary
-
Constructor Summary
ConstructorDescriptionRoomTransfer
(RoomTransfer.Type type, String invitee, String sessionID, String reason) -
Method Summary
Modifier and TypeMethodDescriptionReturns the root element name.Returns the root element XML namespace.getRoom()
toXML
(XmlEnvironment enclosingNamespace) 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
-
ELEMENT_NAME
Element name of the stanza extension.- See Also:
-
NAMESPACE
Namespace of the stanza extension.- See Also:
-
QNAME
-
-
Constructor Details
-
RoomTransfer
-
-
Method Details
-
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.
-
getInviter
-
getRoom
-
getReason
-
getSessionID
-
toXML
-
getIQChildElementBuilder
-