JML

net.sf.jml.message.invitation
Class MsnCallInviteMessage

java.lang.Object
  extended by net.sf.jml.message.MsnMimeMessage
      extended by net.sf.jml.message.MsnPropMessage
          extended by net.sf.jml.message.invitation.MsnInvitationMessage
              extended by net.sf.jml.message.invitation.MsnInviteMessage
                  extended by net.sf.jml.message.invitation.MsnCallInviteMessage

public class MsnCallInviteMessage
extends MsnInviteMessage

Computer call invite.

Author:
Lars Hoogweg

Field Summary
 
Fields inherited from class net.sf.jml.message.MsnPropMessage
properties
 
Fields inherited from class net.sf.jml.message.MsnMimeMessage
headers
 
Constructor Summary
MsnCallInviteMessage()
           
 
Method Summary
protected  void messageReceived(MsnSession session, MsnContact contact)
          The message have received, invoked by dispatch thread
 
Methods inherited from class net.sf.jml.message.invitation.MsnInviteMessage
cancelled, getApplicationGUID, getApplicationName, messageSent, setApplicationGUID, setApplicationName
 
Methods inherited from class net.sf.jml.message.invitation.MsnInvitationMessage
getInvitationCommand, getInvitationCookie, setInvitationCommand, setInvitationCookie, toOutgoingMsg
 
Methods inherited from class net.sf.jml.message.MsnPropMessage
getProperties, parseBuffer, toString
 
Methods inherited from class net.sf.jml.message.MsnMimeMessage
getCharset, getContentType, getHeaders, getMimeVersion, parseMessage, setContentType, setMimeVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MsnCallInviteMessage

public MsnCallInviteMessage()
Method Detail

messageReceived

protected void messageReceived(MsnSession session,
                               MsnContact contact)
Description copied from class: MsnMimeMessage
The message have received, invoked by dispatch thread

Overrides:
messageReceived in class MsnInviteMessage
Parameters:
session - the MsnSession which received the message
contact - the user who sent this message

JML