net.sf.dexterim.msn.message
Class UnknownMessage

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

public class UnknownMessage
extends SingleLineMessage

Author:
Christoph Walcher

Constructor Summary
UnknownMessage()
          Creates a new instance of UnknownMessage
 
Method Summary
 MsnMessage addLine(java.lang.String line)
          Adds a Received Line to a Message.
 void process(MsnConnection connection)
          Double Dispatching Messages
 java.lang.String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

UnknownMessage

public UnknownMessage()
Creates a new instance of UnknownMessage

Method Detail

addLine

public MsnMessage addLine(java.lang.String line)
                   throws MessageFormatException
Description copied from class: SingleLineMessage
Adds a Received Line to a Message. Return an instance of MsnMessage

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

toString

public java.lang.String toString()

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.