|
|||||||||||
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.JoinMessage
Constructor Summary | |
JoinMessage()
Creates a new instance of JoinMessage |
Method Summary | |
MsnMessage |
addLine(java.lang.String line)
Adds a feature to the Line attribute of the JoinMessage object |
java.lang.String |
getAccount()
Getter for property account. |
java.lang.String |
getMessageCommand()
Gets the messageCommand attribute of the JoinMessage object |
java.lang.String |
getNick()
Getter for property nick. |
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 JoinMessage()
Method Detail |
public java.lang.String getMessageCommand()
public java.lang.String getAccount()
public java.lang.String getNick()
public MsnMessage addLine(java.lang.String line) throws MessageFormatException
addLine
in interface MsnMessage
addLine
in class SingleLineMessage
line
- The feature to be added to the Line
attribute
MessageFormatException
- Description of the Exceptionpublic void process(MsnConnection connection)
MsnMessage
connection
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |