|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.dexterim.msn.message.MimeMessage
Constructor Summary | |
MimeMessage()
Constructor for the MimeMessage object |
Method Summary | |
MsnMessage |
addCharBlock(char[] charBlock)
Adds a feature to the CharBlock attribute of the MimeMessage object |
MsnMessage |
addLine(java.lang.String line)
Adds a Received Line to a Message. |
int |
getRequiredByteInput()
Gets the requiredByteInput attribute of the MimeMessage object |
boolean |
isCompleted()
Return true if MsnMessage does not require any further input. |
boolean |
isMultipartMessage()
Gets the multipartMessage attribute of the MimeMessage object |
abstract void |
processMessage(java.lang.String account,
java.lang.String nick,
java.util.List lineList)
Description of the Method |
void |
setRequiredByteInput(int requiredByteInput)
Setter for property requiredByteInput. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.dexterim.msn.message.MsnMessage |
process |
Constructor Detail |
public MimeMessage()
Method Detail |
public boolean isMultipartMessage()
isMultipartMessage
in interface MsnMessage
public boolean isCompleted()
isCompleted
in interface MsnMessage
public int getRequiredByteInput()
getRequiredByteInput
in interface MsnMessage
public abstract void processMessage(java.lang.String account, java.lang.String nick, java.util.List lineList) throws MessageFormatException
account
- Description of the Parameternick
- Description of the ParameterlineList
- Description of the Parameter
net.sf.dexterim.msn.engine.MessageFormatException
- Description of the Exception
MessageFormatException
public void setRequiredByteInput(int requiredByteInput)
requiredByteInput
- New value of property requiredByteInput.public MsnMessage addLine(java.lang.String line) throws MessageFormatException
addLine
in interface MsnMessage
line
- The
feature to be added to the Line attribute
net.sf.dexterim.msn.engine.MessageFormatException
- Description of the Exception
MessageFormatException
public MsnMessage addCharBlock(char[] charBlock) throws MessageFormatException
addCharBlock
in interface MsnMessage
charBlock
- The
feature to be added to the CharBlock attribute
net.sf.dexterim.msn.engine.MessageFormatException
- Description of the Exception
MessageFormatException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |