JML

net.sf.jml.protocol.outgoing
Class OutgoingANS

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

public class OutgoingANS
extends MsnOutgoingMessage

Join a switchboard.

Supported Protocol: All

Syntax: ANS trId email authStr sessionId

Author:
Roger Chen

Field Summary
 
Fields inherited from class net.sf.jml.protocol.MsnMessage
protocol
 
Constructor Summary
OutgoingANS(MsnProtocol protocol)
           
 
Method Summary
 void setAuthStr(String authStr)
           
 void setEmail(Email email)
           
 void setSessionId(int sessionId)
           
 
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

OutgoingANS

public OutgoingANS(MsnProtocol protocol)
Method Detail

setEmail

public void setEmail(Email email)

setAuthStr

public void setAuthStr(String authStr)

setSessionId

public void setSessionId(int sessionId)

JML