net.sf.dexterim.msn
Class MsnProtocol

java.lang.Object
  extended bynet.sf.dexterim.msn.MsnProtocol
All Implemented Interfaces:
Protocol

public class MsnProtocol
extends java.lang.Object
implements Protocol

Author:
Christoph Walcher

Constructor Summary
MsnProtocol()
          Creates a new instance of MsnProtocol
 
Method Summary
 IMConnection createConnection()
          Creates an unconnected Connection to an Instant Messaging Service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsnProtocol

public MsnProtocol()
Creates a new instance of MsnProtocol

Method Detail

createConnection

public IMConnection createConnection()
Description copied from interface: Protocol
Creates an unconnected Connection to an Instant Messaging Service.

Specified by:
createConnection in interface Protocol
Returns:
An unconnected IMConnection


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