|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
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_NAME
Element name of the packet extension. |
static String |
NAMESPACE
Namespace 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 reppresentation 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 PacketExtension
public String getNamespace()
PacketExtension
getNamespace
in interface PacketExtension
public String toXML()
PacketExtension
toXML
in interface PacketExtension
|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |