|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmarquee.xmlrpc.connections.URLConnectionFactory
A factory for connections that use the java.net.URL
infrastructure. These connections are useful in an applet because
any proxy and security settings in the browser are used.
Constructor Summary | |
URLConnectionFactory(java.net.URL url)
Initializes the factory to create connections to the XML-RPC server at the specified URL. |
Method Summary | |
XmlRpcClientConnection |
createConnection()
Creates a new connection to the server. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public URLConnectionFactory(java.net.URL url)
Method Detail |
public XmlRpcClientConnection createConnection() throws java.io.IOException
XmlRpcClientConnectionFactory
createConnection
in interface XmlRpcClientConnectionFactory
XmlRpcClientConnection
java.io.IOException
- if an IO Error occures.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |