|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dexterim.msn.message.SingleLineMessage
net.sf.dexterim.msn.message.BuddyPhoneMessage
Field Summary | |
static java.lang.String |
HOME
Description of the Field |
static java.lang.String |
MOBILE
Description of the Field |
static java.lang.String |
WORK
Description of the Field |
Constructor Summary | |
BuddyPhoneMessage()
Creates a new instance of BuddyPhoneMessage |
Method Summary | |
MsnMessage |
addLine(java.lang.String line)
Adds a feature to the Line attribute of the BuddyPhoneMessage object |
java.lang.String |
getAccount()
Getter for property account. |
java.lang.String |
getMessageCommand()
Gets the messageCommand attribute of the BuddyPhoneMessage object |
java.lang.String |
getPhoneNumber()
Getter for property phoneNumber. |
java.lang.String |
getType()
Getter for property type. |
boolean |
isMultipartMessage()
Gets the multipartMessage attribute of the BuddyPhoneMessage object |
void |
process(MsnConnection connection)
Double Dispatching Messages |
Methods inherited from class net.sf.dexterim.msn.message.SingleLineMessage |
addCharBlock, getRequiredByteInput, isCompleted |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String WORK
public static final java.lang.String HOME
public static final java.lang.String MOBILE
Constructor Detail |
public BuddyPhoneMessage()
Method Detail |
public java.lang.String getMessageCommand()
public java.lang.String getType()
public java.lang.String getPhoneNumber()
public boolean isMultipartMessage()
isMultipartMessage
in interface MsnMessage
isMultipartMessage
in class SingleLineMessage
public MsnMessage addLine(java.lang.String line)
addLine
in interface MsnMessage
addLine
in class SingleLineMessage
line
- The feature to be added to the Line attribute
public java.lang.String getAccount()
public void process(MsnConnection connection)
MsnMessage
connection
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |