net.sf.jml.protocol.outgoing
Class OutgoingURL
java.lang.Object
net.sf.jml.protocol.MsnMessage
net.sf.jml.protocol.MsnOutgoingMessage
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
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 |
OutgoingURL
public OutgoingURL(MsnProtocol protocol)
setServiceType
public void setServiceType(String serviceType)
getServiceType
public String getServiceType()
setParameter
public void setParameter(String parameter)
getParameter
public String getParameter()