| 
 | Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jivesoftware.smackx.workgroup.packet.WorkgroupInformation
public class WorkgroupInformation
A packet extension that contains information about the user and agent in a workgroup chat. The packet extension is attached to group chat invitations.
| Nested Class Summary | |
|---|---|
| static class | WorkgroupInformation.Provider | 
| Field Summary | |
|---|---|
| static String | ELEMENT_NAMEElement name of the packet extension. | 
| static String | NAMESPACENamespace of the packet extension. | 
| Constructor Summary | |
|---|---|
| WorkgroupInformation(String workgroupJID) | |
| Method Summary | |
|---|---|
|  String | getElementName()Returns the root element name. | 
|  String | getNamespace()Returns the root element XML namespace. | 
|  String | getWorkgroupJID() | 
|  String | toXML()Returns the XML representation of the PacketExtension. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final String ELEMENT_NAME
public static final String NAMESPACE
| Constructor Detail | 
|---|
public WorkgroupInformation(String workgroupJID)
| Method Detail | 
|---|
public String getWorkgroupJID()
public String getElementName()
PacketExtension
getElementName in interface PacketExtensionpublic String getNamespace()
PacketExtension
getNamespace in interface PacketExtensionpublic String toXML()
PacketExtension
toXML in interface PacketExtension| 
 | Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||