JML

net.sf.jml.protocol.incoming
Class IncomingURL

java.lang.Object
  extended by net.sf.jml.protocol.MsnMessage
      extended by net.sf.jml.protocol.MsnIncomingMessage
          extended by net.sf.jml.protocol.incoming.IncomingURL

public class IncomingURL
extends MsnIncomingMessage

OutgoingURL's response. See http://www.hypothetic.org/docs/msn/notification/miscellaneous.php "Service URLs (URL)" section. Supported Protocol: All Syntax: URL trId url1 url2 idNumber

Author:
Roger Chen

Field Summary
 
Fields inherited from class net.sf.jml.protocol.MsnMessage
protocol
 
Constructor Summary
IncomingURL(MsnProtocol protocol)
           
 
Method Summary
 
Methods inherited from class net.sf.jml.protocol.MsnIncomingMessage
getOutgoingMessage, messageReceived
 
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

IncomingURL

public IncomingURL(MsnProtocol protocol)

JML