net.sf.dexterim.msn.message
Class ReferMessage

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

public class ReferMessage
extends SingleLineMessage

Author:
Christoph Walcher

Constructor Summary
ReferMessage()
          Creates a new instance of ReferMessage
 
Method Summary
 MsnMessage addLine(java.lang.String line)
          Parses Refer Messages.
 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

ReferMessage

public ReferMessage()
Creates a new instance of ReferMessage

Method Detail

addLine

public MsnMessage addLine(java.lang.String line)
                   throws MessageFormatException
Parses Refer Messages. Two types of Refer Messages are used in MSN Messenger

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

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.