net.sf.dexterim.msn.message
Class AnswerMessage

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

public class AnswerMessage
extends SingleLineMessage

Author:
Christoph Walcher

Constructor Summary
AnswerMessage()
          Creates a new instance of AnswerMessage
 
Method Summary
 MsnMessage addLine(java.lang.String line)
          Parses Messages of the form ANS 1 OK.
 boolean isOk()
          Getter for property ok.
 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

AnswerMessage

public AnswerMessage()
Creates a new instance of AnswerMessage

Method Detail

addLine

public MsnMessage addLine(java.lang.String line)
Parses Messages of the form ANS 1 OK. Answer Messages are sent after conversation was established.

Specified by:
addLine in interface MsnMessage
Overrides:
addLine in class SingleLineMessage
Parameters:
line -
Returns:
See Also:
net.sf.dexterim.msn.MsnMessage#addLine(java.lang.String)

isOk

public boolean isOk()
Getter for property ok.

Returns:
Value of property ok.

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.