|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.dexterim.msn.message.SingleLineMessage net.sf.dexterim.msn.message.StartConversationMessage
Description of the Class
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 |
public StartConversationMessage()
Method Detail |
public java.lang.String getMessageCommand()
public java.lang.String getAccount()
public java.lang.String getSwitchBoardCKI()
public java.lang.String getConversationID()
public java.lang.String getSwitchBoardIP()
public int getSwitchBoardPort()
public MsnMessage addLine(java.lang.String line)
addLine
in interface MsnMessage
addLine
in class SingleLineMessage
line
- The feature to be added to the Line attribute
public void process(MsnConnection connection)
MsnMessage
connection
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |