net.sf.dexterim.oscar.entity
Class ProtocolDialect

java.lang.Object
  extended bynet.sf.dexterim.oscar.entity.ProtocolDialect

public class ProtocolDialect
extends java.lang.Object

Flyweight Class that abstracts ICQ and AIM dialects of OSCAR.

Author:
christoph

Method Summary
static ProtocolDialect buildAIMDialect()
          Returns the single instance of AIM dialect.
static ProtocolDialect buildICQDialect()
          Returns the single instance of ICQ dialect.
 Capabilities getCapabilities()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCapabilities

public Capabilities getCapabilities()

buildICQDialect

public static ProtocolDialect buildICQDialect()
Returns the single instance of ICQ dialect. These instances can be compared by identity using == or by value using equal.

Returns:
ICQ Dialect

buildAIMDialect

public static ProtocolDialect buildAIMDialect()
Returns the single instance of AIM dialect. These instances can be compared by identity using == or by value using equal.

Returns:
Oscar Dialect


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