Uses of Interface
marquee.xmlrpc.XmlRpcClientConnection

Packages that use XmlRpcClientConnection
marquee.xmlrpc   
marquee.xmlrpc.connections   
 

Uses of XmlRpcClientConnection in marquee.xmlrpc
 

Methods in marquee.xmlrpc that return XmlRpcClientConnection
 XmlRpcClientConnection XmlRpcClientConnectionFactory.createConnection()
          Creates a new connection to the server.
 

Uses of XmlRpcClientConnection in marquee.xmlrpc.connections
 

Methods in marquee.xmlrpc.connections that return XmlRpcClientConnection
 XmlRpcClientConnection SocketConnectionFactory.createConnection()
           
 XmlRpcClientConnection URLConnectionFactory.createConnection()