net.sf.dexterim.msn.message
Class LoginReplyMessage

java.lang.Object
  extended bynet.sf.dexterim.msn.message.SingleLineMessage
      extended bynet.sf.dexterim.msn.message.LoginReplyMessage
All Implemented Interfaces:
MsnMessage

public class LoginReplyMessage
extends SingleLineMessage

Author:
Christoph Walcher

Constructor Summary
LoginReplyMessage()
          Creates a new instance of LoginReplyMessage
 
Method Summary
 MsnMessage addLine(java.lang.String line)
          Parses loginin replies of the form: USR 6 OK example@passport.com My%20Screen%20Name 1
 java.lang.String getFriendlyName()
          Getter for property friendlyName.
 java.lang.String getLoginName()
          Getter for property loginName.
 boolean isLoginVerified()
          Getter for property loginVerified.
 boolean isOk()
          Getter for property ok.
 void process(MsnConnection connection)
          Double Dispatching Messages
 
Methods inherited from class net.sf.dexterim.msn.message.SingleLineMessage
addCharBlock, getRequiredByteInput, isCompleted, isMultipartMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginReplyMessage

public LoginReplyMessage()
Creates a new instance of LoginReplyMessage

Method Detail

addLine

public MsnMessage addLine(java.lang.String line)
Parses loginin replies of the form: USR 6 OK example@passport.com My%20Screen%20Name 1

Specified by:
addLine in interface MsnMessage
Overrides:
addLine in class SingleLineMessage
Parameters:
line - The feature to be added to the Line attribute
Returns:
Description of the Return Value

getFriendlyName

public java.lang.String getFriendlyName()
Getter for property friendlyName.

Returns:
Value of property friendlyName.

getLoginName

public java.lang.String getLoginName()
Getter for property loginName.

Returns:
Value of property loginName.

isLoginVerified

public boolean isLoginVerified()
Getter for property loginVerified.

Returns:
Value of property loginVerified.

isOk

public boolean isOk()
Getter for property ok.

Returns:
Value of property ok.

process

public void process(MsnConnection connection)
Description copied from interface: MsnMessage
Double Dispatching Messages

Parameters:
connection -


Copyright © 2003-2004 Dexter IM Team. All Rights Reserved.