marquee.xmlrpc
Interface XmlRpcClientConnectionFactory

All Known Implementing Classes:
SocketConnectionFactory, URLConnectionFactory

public interface XmlRpcClientConnectionFactory

A factory for Connections.

Version:
$Revision: 1.3 $
Author:
Toby Allsopp

Method Summary
 XmlRpcClientConnection createConnection()
          Creates a new connection to the server.
 

Method Detail

createConnection

XmlRpcClientConnection createConnection()
                                        throws java.io.IOException
Creates a new connection to the server. The location of the server is determined by the arguments passed to the constructor of an implementing class.

Returns:
a new XmlRpcClientConnection
Throws:
java.io.IOException - if an IO Error occures.