|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.dexterim.msn.message.MimeMessage
net.sf.dexterim.msn.message.UserMessage
| Constructor Summary | |
UserMessage()
|
|
| Method Summary | |
java.lang.String |
getAccount()
Getter for property account. |
java.lang.String |
getMessage()
Getter for property message. |
java.lang.String |
getNick()
Getter for property nick. |
void |
process(MsnConnection connection)
Double Dispatching Messages |
void |
processMessage(java.lang.String account,
java.lang.String nick,
java.util.List lineList)
Description of the Method |
void |
setAccount(java.lang.String account)
Setter for property account. |
void |
setNick(java.lang.String nick)
Setter for property nick. |
| Methods inherited from class net.sf.dexterim.msn.message.MimeMessage |
addCharBlock, addLine, getRequiredByteInput, isCompleted, isMultipartMessage, setRequiredByteInput |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UserMessage()
| Method Detail |
public java.lang.String getMessage()
public java.lang.String getAccount()
public void setAccount(java.lang.String account)
account - New value of property account.public java.lang.String getNick()
public void setNick(java.lang.String nick)
nick - New value of property nick.
public void processMessage(java.lang.String account,
java.lang.String nick,
java.util.List lineList)
throws MessageFormatException
processMessage in class MimeMessageaccount - Description of the Parameternick - Description of the ParameterlineList - Description of the Parameter
net.sf.dexterim.msn.engine.MessageFormatException - Description of the Exception
MessageFormatExceptionpublic void process(MsnConnection connection)
MsnMessage
connection -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||