net.sf.dexterim.core
Class InstantMessenger
java.lang.Object
net.sf.dexterim.core.InstantMessenger
- public class InstantMessenger
- extends java.lang.Object
- Author:
- Christoph Walcher
Constructor Summary |
InstantMessenger()
Creates a new instance of InstantMessenger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstantMessenger
public InstantMessenger()
- Creates a new instance of InstantMessenger
createConnection
public IMConnection createConnection(java.lang.String protocolName)
throws NoSuchProtocolException
- Create a unconnected IMConnection using the given protocol
- Parameters:
protocolName
-
- Returns:
-
- Throws:
NoSuchProtocolException
lookupProtocol
public Protocol lookupProtocol(java.lang.String protocolName)
throws NoSuchProtocolException
- Parameters:
protocolName
-
- Returns:
-
- Throws:
NoSuchProtocolException
registerProtocol
public void registerProtocol(java.lang.String protocolName,
Protocol protocol)
- Parameters:
protocolName
- protocol
-
unregisterProtocol
public Protocol unregisterProtocol(java.lang.String protocolName)
throws NoSuchProtocolException
- Parameters:
protocolName
-
- Returns:
-
- Throws:
NoSuchProtocolException
Copyright © 2003-2004 Dexter IM Team. All Rights Reserved.