net.sf.dexterim.msn.message
Class StartConversationMessage

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

public class StartConversationMessage
extends SingleLineMessage

Description of the Class

Author:
christoph

Constructor Summary
StartConversationMessage()
          Constructor for the StartConversationMessage object
 
Method Summary
 MsnMessage addLine(java.lang.String line)
          Adds a feature to the Line attribute of the StartConversationMessage object
 java.lang.String getAccount()
          Getter for property account.
 java.lang.String getConversationID()
          Getter for property conversationID.
 java.lang.String getMessageCommand()
          Gets the messageCommand attribute of the StartConversationMessage object
 java.lang.String getSwitchBoardCKI()
          Getter for property switchBoardCKI.
 java.lang.String getSwitchBoardIP()
          Getter for property switchBoardIP.
 int getSwitchBoardPort()
          Getter for property switchBoardPort.
 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

StartConversationMessage

public StartConversationMessage()
Constructor for the StartConversationMessage object

Method Detail

getMessageCommand

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

Returns:
The messageCommand value

getAccount

public java.lang.String getAccount()
Getter for property account.

Returns:
Value of property account.

getSwitchBoardCKI

public java.lang.String getSwitchBoardCKI()
Getter for property switchBoardCKI.

Returns:
Value of property switchBoardCKI.

getConversationID

public java.lang.String getConversationID()
Getter for property conversationID.

Returns:
Value of property conversationID.

getSwitchBoardIP

public java.lang.String getSwitchBoardIP()
Getter for property switchBoardIP.

Returns:
Value of property switchBoardIP.

getSwitchBoardPort

public int getSwitchBoardPort()
Getter for property switchBoardPort.

Returns:
Value of property switchBoardPort.

addLine

public MsnMessage addLine(java.lang.String line)
Adds a feature to the Line attribute of the StartConversationMessage 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

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.