JML

net.sf.jml.message
Class MsnEmoticonMessage

java.lang.Object
  extended by net.sf.jml.message.MsnMimeMessage
      extended by net.sf.jml.message.MsnEmoticonMessage

public class MsnEmoticonMessage
extends MsnMimeMessage


Field Summary
static String EMOTICON_SEPARATOR
           
 
Fields inherited from class net.sf.jml.message.MsnMimeMessage
headers
 
Constructor Summary
MsnEmoticonMessage()
           
 
Method Summary
protected  void parseMessage(byte[] message)
          Parse content from IncomingMSG's chunk data.
 void putEmoticon(String shortcut, MsnObject emoticon, DisplayPictureDuelManager duelManager)
           
 String toString()
           
 
Methods inherited from class net.sf.jml.message.MsnMimeMessage
getCharset, getContentType, getHeaders, getMimeVersion, messageReceived, parseBuffer, setContentType, setMimeVersion, toOutgoingMsg
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EMOTICON_SEPARATOR

public static final String EMOTICON_SEPARATOR
See Also:
Constant Field Values
Constructor Detail

MsnEmoticonMessage

public MsnEmoticonMessage()
Method Detail

putEmoticon

public void putEmoticon(String shortcut,
                        MsnObject emoticon,
                        DisplayPictureDuelManager duelManager)

parseMessage

protected void parseMessage(byte[] message)
Description copied from class: MsnMimeMessage
Parse content from IncomingMSG's chunk data.

Overrides:
parseMessage in class MsnMimeMessage
Parameters:
message - IncomingMSG's chunk data

toString

public String toString()
Overrides:
toString in class MsnMimeMessage

JML