net.sf.jml.protocol.incoming
Class IncomingSBP
java.lang.Object
net.sf.jml.protocol.MsnMessage
net.sf.jml.protocol.MsnIncomingMessage
net.sf.jml.protocol.incoming.IncomingSBP
public class IncomingSBP
- extends MsnIncomingMessage
The response message of OutgoingSBP, indicating a change to a contact's properties.
Supported Protocol: >= MSNP11
Syntax: SBP trId id propType property
- Author:
- Daniel Henninger
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 |
IncomingSBP
public IncomingSBP(MsnProtocol protocol)
getId
public String getId()
getPropertyType
public MsnUserPropertyType getPropertyType()
getProperty
public String getProperty()
messageReceived
protected void messageReceived(MsnSession session)
- Description copied from class:
MsnIncomingMessage
- The message have received.
- Overrides:
messageReceived
in class MsnIncomingMessage
- Parameters:
session
- the MsnSession which received the message