net.sf.dexterim.msn.message
Class SwitchBoardMessage

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

public class SwitchBoardMessage
extends SingleLineMessage

Description of the Class

Author:
christoph

Constructor Summary
SwitchBoardMessage()
          Constructor for the SwitchBoardMessage object
SwitchBoardMessage(java.lang.String ip, int port, java.lang.String cki)
           
 
Method Summary
 MsnMessage addLine(java.lang.String line)
          Adds a feature to the Line attribute of the SwitchBoardMessage object
 java.lang.String getId()
          Getter for property id.
 java.lang.String getMessageCommand()
          Gets the messageCommand attribute of the SwitchBoardMessage object
 SwitchBoardServer getSwitchBoardServer()
           
 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

SwitchBoardMessage

public SwitchBoardMessage()
Constructor for the SwitchBoardMessage object


SwitchBoardMessage

public SwitchBoardMessage(java.lang.String ip,
                          int port,
                          java.lang.String cki)
Method Detail

getMessageCommand

public java.lang.String getMessageCommand()
Gets the messageCommand attribute of the SwitchBoardMessage object

Returns:
The messageCommand value

getSwitchBoardServer

public SwitchBoardServer getSwitchBoardServer()

addLine

public MsnMessage addLine(java.lang.String line)
                   throws MessageFormatException
Adds a feature to the Line attribute of the SwitchBoardMessage object

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 - Description of the Exception

getId

public java.lang.String getId()
Getter for property id.

Returns:
Value of property id.

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.