net.sf.dexterim.msn.message
Class CallMessage

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

public class CallMessage
extends SingleLineMessage

Author:
Christoph Walcher

Constructor Summary
CallMessage()
          Creates a new instance of CallMessage
 
Method Summary
 MsnMessage addLine(java.lang.String line)
          Parses Messages of the format CAL 2 RINGING 11752099.
 java.lang.String getSessionID()
          Getter for property sessionID.
 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

CallMessage

public CallMessage()
Creates a new instance of CallMessage

Method Detail

addLine

public MsnMessage addLine(java.lang.String line)
Parses Messages of the format CAL 2 RINGING 11752099. Call Messages are sent similar to phone calls. The first Call Message when starting a Conversation is a ringing message.

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

getSessionID

public java.lang.String getSessionID()
Getter for property sessionID.

Returns:
Value of property sessionID.

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.