JML

net.sf.jml.protocol.outgoing
Class OutgoingURL

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

public class OutgoingURL
extends MsnOutgoingMessage

Retrieves URLs. See http://www.hypothetic.org/docs/msn/notification/miscellaneous.php "Service URLs (URL)" section. Supported Protocol: All Syntax: URL trId serviceType( parameter)

Author:
Roger Chen

Field Summary
 
Fields inherited from class net.sf.jml.protocol.MsnMessage
protocol
 
Constructor Summary
OutgoingURL(MsnProtocol protocol)
           
 
Method Summary
 String getParameter()
           
 String getServiceType()
           
 void setParameter(String parameter)
           
 void setServiceType(String serviceType)
           
 
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

OutgoingURL

public OutgoingURL(MsnProtocol protocol)
Method Detail

setServiceType

public void setServiceType(String serviceType)

getServiceType

public String getServiceType()

setParameter

public void setParameter(String parameter)

getParameter

public String getParameter()

JML