JML

net.sf.jml.protocol.outgoing
Class OutgoingREM

java.lang.Object
  extended by net.sf.jml.protocol.MsnMessage
      extended by net.sf.jml.protocol.MsnOutgoingMessage
          extended by net.sf.jml.protocol.outgoing.OutgoingREM

public class OutgoingREM
extends MsnOutgoingMessage

Remove a user from contact list.

Supported Protocol: All

Syntax 1: REM trId AL|BL email

Syntax 2: REM trId FL id( groupId)

Can't remove a user from RL, can't set email and id both in one message.

Author:
Roger Chen

Field Summary
 
Fields inherited from class net.sf.jml.protocol.MsnMessage
protocol
 
Constructor Summary
OutgoingREM(MsnProtocol protocol)
           
 
Method Summary
 void setEmail(Email email)
           
 void setGroupId(String groupId)
           
 void setId(String id)
           
 void setRemoveFromList(MsnList list)
           
 
Methods inherited from class net.sf.jml.protocol.MsnOutgoingMessage
messageSent, receivedResponse
 
Methods inherited from class net.sf.jml.protocol.MsnMessage
addParam, asString, clearParams, getChunkData, getCommand, getParam, getParamCount, getProtocol, getTransactionId, isSupportChunkData, isSupportTransactionId, load, save, setChunkData, setChunkData, setCommand, setParam, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutgoingREM

public OutgoingREM(MsnProtocol protocol)
Method Detail

setRemoveFromList

public void setRemoveFromList(MsnList list)

setEmail

public void setEmail(Email email)

setId

public void setId(String id)

setGroupId

public void setGroupId(String groupId)

JML