JML

net.sf.jml.protocol.outgoing
Class OutgoingVER

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

public class OutgoingVER
extends MsnOutgoingMessage

Exchange supported version.

Supported Protocol: All

Syntax: VER trId supportedProtocol1 supportedProtocol2...

Author:
Roger Chen

Field Summary
 
Fields inherited from class net.sf.jml.protocol.MsnMessage
protocol
 
Constructor Summary
OutgoingVER(MsnProtocol protocol)
           
 
Method Summary
 MsnProtocol[] getSupportedProtocol()
           
 void setSupportedProtocol(MsnProtocol[] protocol)
           
 
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

OutgoingVER

public OutgoingVER(MsnProtocol protocol)
Method Detail

setSupportedProtocol

public void setSupportedProtocol(MsnProtocol[] protocol)

getSupportedProtocol

public MsnProtocol[] getSupportedProtocol()

JML