FileDocCategorySizeDatePackage
Connector.javaAPI DocphoneME MR2 API (J2ME)1854Wed May 02 18:00:32 BST 2007com.sun.tck.wma

Connector

public interface Connector
A factory class for creating new MessageConnection objects.

Fields Summary
Constructors Summary
Methods Summary
public MessageConnectionopen(java.lang.String name)
Creates and opens a MessageConnection.

param
name the URL for the connection.
return
a new MessageConnection object.
exception
IllegalArgumentException if a parameter is invalid.
exception
ConnectionNotFoundException if the requested connection cannot be made, or the protocol type does not exist.
exception
IOException if some other kind of I/O error occurs.
exception
SecurityException if a requested protocol handler is not permitted