org.jivesoftware.xiff.data.muc
class MUCItem
Object
|
+--org.jivesoftware.xiff.data.XMLStanza
|
+--org.jivesoftware.xiff.data.muc.MUCItem
Implemented Interfaces: ISerializableclass MUCItem extends XMLStanza
This class is used by the MUCExtension for internal representation of information pertaining to occupants in a multi-user conference room.
- Author:Sean Treadway
- Since:2.0.0
Fields inherited from class org.jivesoftware.xiff.data.XMLStanza
Method Summary
Called when data is retrieved from the XMLSocket, use this method to extract any state into internal state.
Called when the library need to retrieve the state of the instance. If the instance manages its own state, then the state should be copied into the XMLNode passed. If the instance also implements INodeProxy, then the parent should be verified against the parent XMLNode passed to determine if the serialization is in the same namespace.
Methods inherited from class org.jivesoftware.xiff.data.XMLStanza
Field Documentation
Property Documentation
Constructor Documentation
Method Documentation
deserialize
public function deserialize (
node: XMLNode): Boolean
Called when data is retrieved from the XMLSocket, use this method to extract any state into internal state.
- Specified by:deserialize in interface org.jivesoftware.xiff.data.ISerializable
- Parameters:
node (XMLNode) The node that should be used as the data container.
serialize
public function serialize (
parent: XMLNode): Boolean
Called when the library need to retrieve the state of the instance. If the instance manages its own state, then the state should be copied into the XMLNode passed. If the instance also implements INodeProxy, then the parent should be verified against the parent XMLNode passed to determine if the serialization is in the same namespace.
- Specified by:serialize in interface org.jivesoftware.xiff.data.ISerializable
- Parameters:
parent parentNode (XMLNode) The container of the XML.
- MUCItem.as, Last Modified: 3/10/2005 10:12:40 PM