net.sf.jml.protocol.incoming
Class IncomingPRP
java.lang.Object
net.sf.jml.protocol.MsnMessage
net.sf.jml.protocol.MsnIncomingMessage
net.sf.jml.protocol.incoming.IncomingPRP
public class IncomingPRP
- extends MsnIncomingMessage
The response message of OutgoingPRP or one of the responses
message of OutgoingSYN, indicate your properties.
Supported Protocol: All
Syntax 1: PRP propType property
Syntax 2: PRP trId versionNum propType property
Syntax 1 is the response of OutgoingSYN. For example: PRP PHH 01%20234
Syntax 2 is the response of OutgoingPRP. For example: PRP 55 12183 PHH 555-1234
- 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 |
IncomingPRP
public IncomingPRP(MsnProtocol protocol)
getVersion
public int getVersion()
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