net.sf.dexterim.msn.message
Class MsnMessageFactory

java.lang.Object
  extended bynet.sf.dexterim.msn.message.MsnMessageFactory

public class MsnMessageFactory
extends java.lang.Object

Author:
christoph

Field Summary
static java.lang.String CMD_ADD_TO_LIST
          Description of the Field
static java.lang.String CMD_BUDDY_PHONE_NUMBER
          Description of the Field
static java.lang.String CMD_CHANGE_SCREEN_NAME
          Description of the Field
static java.lang.String CMD_CHECK
          Description of the Field
static java.lang.String CMD_HOTMAIL_PROFILE
          Description of the Field
static java.lang.String CMD_LIST
          Description of the Field
static java.lang.String CMD_NEW_MAIL
          Description of the Field
static java.lang.String CMD_OFFLINE
          Description of the Field
static java.lang.String CMD_ONLINE
          Description of the Field
static java.lang.String CMD_PERSONAL_PHONE_NUMBER
          Description of the Field
static java.lang.String CMD_REFER
          Description of the Field
static java.lang.String CMD_REMOVE_FROM_LIST
          Description of the Field
static java.lang.String CMD_RING
          Description of the Field
static java.lang.String CMD_STATUS_CHANGE
          Description of the Field
static java.lang.String CMD_USER_JOINED
          Description of the Field
static java.lang.String CMD_USER_JOINING
          Description of the Field
static java.lang.String CMD_USER_LEFT
          Description of the Field
static java.lang.String CMD_USER_MESSAGE
          Description of the Field
static java.lang.String CMD_USER_TYPING
          Description of the Field
static java.lang.String MAGIC_STRING
          Description of the Field
 
Constructor Summary
protected MsnMessageFactory()
          Creates a new instance of MsnMessage
 
Method Summary
 MsnMessage createMsnMessage(java.lang.String messageString)
          Description of the Method
protected  MsnMessage createWorkMessage(java.lang.String messageString)
          Description of the Method
static MsnMessageFactory getInstance()
          Gets the instance attribute of the MsnMessageFactory class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAGIC_STRING

public static final java.lang.String MAGIC_STRING
Description of the Field

See Also:
Constant Field Values

CMD_RING

public static final java.lang.String CMD_RING
Description of the Field

See Also:
Constant Field Values

CMD_REFER

public static final java.lang.String CMD_REFER
Description of the Field

See Also:
Constant Field Values

CMD_CHECK

public static final java.lang.String CMD_CHECK
Description of the Field

See Also:
Constant Field Values

CMD_OFFLINE

public static final java.lang.String CMD_OFFLINE
Description of the Field

See Also:
Constant Field Values

CMD_ONLINE

public static final java.lang.String CMD_ONLINE
Description of the Field

See Also:
Constant Field Values

CMD_STATUS_CHANGE

public static final java.lang.String CMD_STATUS_CHANGE
Description of the Field

See Also:
Constant Field Values

CMD_NEW_MAIL

public static final java.lang.String CMD_NEW_MAIL
Description of the Field

See Also:
Constant Field Values

CMD_LIST

public static final java.lang.String CMD_LIST
Description of the Field

See Also:
Constant Field Values

CMD_USER_MESSAGE

public static final java.lang.String CMD_USER_MESSAGE
Description of the Field

See Also:
Constant Field Values

CMD_USER_TYPING

public static final java.lang.String CMD_USER_TYPING
Description of the Field

See Also:
Constant Field Values

CMD_USER_JOINED

public static final java.lang.String CMD_USER_JOINED
Description of the Field

See Also:
Constant Field Values

CMD_USER_JOINING

public static final java.lang.String CMD_USER_JOINING
Description of the Field

See Also:
Constant Field Values

CMD_USER_LEFT

public static final java.lang.String CMD_USER_LEFT
Description of the Field

See Also:
Constant Field Values

CMD_PERSONAL_PHONE_NUMBER

public static final java.lang.String CMD_PERSONAL_PHONE_NUMBER
Description of the Field

See Also:
Constant Field Values

CMD_BUDDY_PHONE_NUMBER

public static final java.lang.String CMD_BUDDY_PHONE_NUMBER
Description of the Field

See Also:
Constant Field Values

CMD_REMOVE_FROM_LIST

public static final java.lang.String CMD_REMOVE_FROM_LIST
Description of the Field

See Also:
Constant Field Values

CMD_ADD_TO_LIST

public static final java.lang.String CMD_ADD_TO_LIST
Description of the Field

See Also:
Constant Field Values

CMD_CHANGE_SCREEN_NAME

public static final java.lang.String CMD_CHANGE_SCREEN_NAME
Description of the Field

See Also:
Constant Field Values

CMD_HOTMAIL_PROFILE

public static final java.lang.String CMD_HOTMAIL_PROFILE
Description of the Field

See Also:
Constant Field Values
Constructor Detail

MsnMessageFactory

protected MsnMessageFactory()
Creates a new instance of MsnMessage

Method Detail

createMsnMessage

public MsnMessage createMsnMessage(java.lang.String messageString)
                            throws MessageFormatException
Description of the Method

Parameters:
messageString - Description of the Parameter
Returns:
Description of the Return Value
Throws:
MessageFormatException - Description of the Exception

createWorkMessage

protected MsnMessage createWorkMessage(java.lang.String messageString)
Description of the Method

Parameters:
messageString - Description of the Parameter
Returns:
Description of the Return Value

getInstance

public static MsnMessageFactory getInstance()
Gets the instance attribute of the MsnMessageFactory class

Returns:
The instance value


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