net.sf.dexterim.msn.message
Class HotmailProfileMessage

java.lang.Object
  extended bynet.sf.dexterim.msn.message.MimeMessage
      extended bynet.sf.dexterim.msn.message.HotmailProfileMessage
All Implemented Interfaces:
MsnMessage

public class HotmailProfileMessage
extends MimeMessage

Author:
Christoph Walcher

Constructor Summary
HotmailProfileMessage()
          Creates a new instance of HotmailProfileMessage
 
Method Summary
 HotmailProfile getHotmailProfile()
          Getter for property hotmailProfile.
 java.lang.String getMessageCommand()
          Gets the messageCommand attribute of the HotmailProfileMessage object
 void process(MsnConnection connection)
          Double Dispatching Messages
 void processMessage(java.lang.String account, java.lang.String nick, java.util.List lineList)
          Description of the Method
 
Methods inherited from class net.sf.dexterim.msn.message.MimeMessage
addCharBlock, addLine, getRequiredByteInput, isCompleted, isMultipartMessage, setRequiredByteInput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotmailProfileMessage

public HotmailProfileMessage()
Creates a new instance of HotmailProfileMessage

Method Detail

getMessageCommand

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

Returns:
The messageCommand value

processMessage

public void processMessage(java.lang.String account,
                           java.lang.String nick,
                           java.util.List lineList)
Description of the Method

Specified by:
processMessage in class MimeMessage
Parameters:
account - Description of the Parameter
nick - Description of the Parameter
lineList - Description of the Parameter

getHotmailProfile

public HotmailProfile getHotmailProfile()
Getter for property hotmailProfile.

Returns:
Value of property hotmailProfile.

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.