net.sf.dexterim.msn.message
Class ContactListMessage

java.lang.Object
  extended bynet.sf.dexterim.msn.message.SingleLineMessage
      extended bynet.sf.dexterim.msn.message.ContactListMessage
All Implemented Interfaces:
MsnMessage

public class ContactListMessage
extends SingleLineMessage

Description of the Class

Author:
christoph

Constructor Summary
ContactListMessage()
          Constructor for the ContactListMessage object
 
Method Summary
 MsnMessage addLine(java.lang.String line)
          Adds a feature to the Line attribute of the ContactListMessage object
 java.lang.String getAccount()
          Getter for property account.
 int getContactCount()
          Getter for property contactCount.
 int getContactNumber()
          Getter for property contactNumber.
 java.lang.String getList()
          Getter for property list.
 java.lang.String getMessageCommand()
          Gets the messageCommand attribute of the ContactListMessage object
 java.lang.String getNick()
          Getter for property nick.
 void process(MsnConnection connection)
          Double Dispatching Messages
 
Methods inherited from class net.sf.dexterim.msn.message.SingleLineMessage
addCharBlock, getRequiredByteInput, isCompleted, isMultipartMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactListMessage

public ContactListMessage()
Constructor for the ContactListMessage object

Method Detail

getMessageCommand

public java.lang.String getMessageCommand()
Gets the messageCommand attribute of the ContactListMessage object

Returns:
The messageCommand value

getAccount

public java.lang.String getAccount()
Getter for property account.

Returns:
Value of property account.

getNick

public java.lang.String getNick()
Getter for property nick.

Returns:
Value of property nick.

getList

public java.lang.String getList()
Getter for property list.

Returns:
Value of property list.

addLine

public MsnMessage addLine(java.lang.String line)
                   throws MessageFormatException
Adds a feature to the Line attribute of the ContactListMessage object

Specified by:
addLine in interface MsnMessage
Overrides:
addLine in class SingleLineMessage
Parameters:
line - The feature to be added to the Line attribute
Returns:
Description of the Return Value
Throws:
MessageFormatException - Description of the Exception

getContactNumber

public int getContactNumber()
Getter for property contactNumber.

Returns:
Value of property contactNumber.

getContactCount

public int getContactCount()
Getter for property contactCount.

Returns:
Value of property contactCount.

process

public void process(MsnConnection connection)
Description copied from interface: MsnMessage
Double Dispatching Messages

Parameters:
connection -


Copyright © 2003-2004 Dexter IM Team. All Rights Reserved.