|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlRpcConnection | |
---|---|
de.dfki.util.xmlrpc | |
de.dfki.util.xmlrpc.client | |
de.dfki.util.xmlrpc.common |
Uses of XmlRpcConnection in de.dfki.util.xmlrpc |
---|
Methods in de.dfki.util.xmlrpc with parameters of type XmlRpcConnection | ||
---|---|---|
static
|
XmlRpc.createClient(java.lang.Class<API> apiClass,
java.lang.String handlerName,
XmlRpcConnection xmlRpcConnection)
Creates a XML-RPC client for the given API class. |
|
static
|
XmlRpc.createClient(java.lang.Class<API> apiClass,
java.lang.String handlerName,
XmlRpcConnection xmlRpcConnection,
java.lang.ClassLoader classLoader)
Creates a XML-RPC client for the given API class. |
|
static
|
XmlRpc.createClient(java.lang.Class<API> apiClass,
XmlRpcConnection xmlRpcConnection)
|
|
static
|
XmlRpc.createClientForClass(java.lang.Class<API> baseClass,
java.lang.String handlerName,
XmlRpcConnection xmlRpcConnection)
Creates a remote proxy for a given class. |
|
static
|
XmlRpc.createClientForClass(java.lang.Class<API> baseClass,
java.lang.String handlerName,
XmlRpcConnection xmlRpcConnection,
java.lang.Class<?>[] parameterTypes,
java.lang.Object[] baseCtorArgs)
Creates a remote proxy for a given class. |
Uses of XmlRpcConnection in de.dfki.util.xmlrpc.client |
---|
Methods in de.dfki.util.xmlrpc.client that return XmlRpcConnection | |
---|---|
XmlRpcConnection |
StandardXmlRpcClient.getConnection()
|
XmlRpcConnection |
XmlRpcClient.getConnection()
|
Methods in de.dfki.util.xmlrpc.client with parameters of type XmlRpcConnection | |
---|---|
void |
StandardXmlRpcClient.setConnection(XmlRpcConnection c)
|
void |
XmlRpcClient.setConnection(XmlRpcConnection c)
|
Constructors in de.dfki.util.xmlrpc.client with parameters of type XmlRpcConnection | |
---|---|
StandardXmlRpcClient(XmlRpcConnection conn)
|
Uses of XmlRpcConnection in de.dfki.util.xmlrpc.common |
---|
Methods in de.dfki.util.xmlrpc.common that return XmlRpcConnection | |
---|---|
static XmlRpcConnection |
XmlRpcConnection.connect(java.lang.String urlAsString)
Deprecated. use create(String) instead. |
static XmlRpcConnection |
XmlRpcConnection.connect(java.lang.String host,
int port)
Deprecated. use create(String, int) instead. |
static XmlRpcConnection |
XmlRpcConnection.connect(java.lang.String host,
int port,
java.lang.String path)
Deprecated. use create(String, int, String) instead. |
static XmlRpcConnection |
XmlRpcConnection.connect(java.net.URL url)
Deprecated. use create(URL) instead. |
static XmlRpcConnection |
XmlRpcConnection.connect(XmlRpcConnection.Id connId)
Deprecated. use create(Id) instead. |
static XmlRpcConnection |
XmlRpcConnection.create(java.lang.String urlAsString)
Creates a connection object to a URL (in String representation) |
static XmlRpcConnection |
XmlRpcConnection.create(java.lang.String host,
int port)
Creates a connection object to http://[host]:[port]/RPC2 |
static XmlRpcConnection |
XmlRpcConnection.create(java.lang.String host,
int port,
java.lang.String path)
Creates a connection object to http://[host]:[port]/[path] |
static XmlRpcConnection |
XmlRpcConnection.create(java.net.URL url)
Creates a connection object to a URL |
static XmlRpcConnection |
XmlRpcConnection.create(XmlRpcConnection.Id connId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |