net.sf.dexterim.msn.message
Class MD5ReplyMessage

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

public class MD5ReplyMessage
extends SingleLineMessage

Author:
Christoph Walcher

Constructor Summary
MD5ReplyMessage()
          Creates a new instance of MD5ReplyMessage
 
Method Summary
 MsnMessage addLine(java.lang.String line)
          Adds a Received Line to a Message.
 java.lang.String getHash()
          Getter for property hash.
 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

MD5ReplyMessage

public MD5ReplyMessage()
Creates a new instance of MD5ReplyMessage

Method Detail

addLine

public MsnMessage addLine(java.lang.String line)
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

getHash

public java.lang.String getHash()
Getter for property hash.

Returns:
Value of property hash.

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.