Package | Description |
---|---|
org.apache.xmlrpc.client |
Modifier and Type | Interface and Description |
---|---|
interface |
XmlRpcLocalClientConfig
Interface of a client configuration for local rpc calls.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlRpcClientConfigImpl
Default implementation of a clients request configuration.
|
Modifier and Type | Method and Description |
---|---|
XmlRpcClientConfig |
XmlRpcClient.getClientConfig()
Returns the clients default configuration.
|
static XmlRpcClientConfig |
XmlRpcClientDefaults.newXmlRpcClientConfig()
Creates a new instance of
XmlRpcClientConfig . |
Modifier and Type | Method and Description |
---|---|
Object |
XmlRpcClient.execute(XmlRpcClientConfig pConfig,
String pMethodName,
List pParams)
Performs a request with the given configuration.
|
Object |
XmlRpcClient.execute(XmlRpcClientConfig pConfig,
String pMethodName,
Object[] pParams)
Performs a request with the given configuration.
|
void |
XmlRpcClient.executeAsync(XmlRpcClientConfig pConfig,
String pMethodName,
List pParams,
AsyncCallback pCallback)
Performs an asynchronous request with the given configuration.
|
void |
XmlRpcClient.executeAsync(XmlRpcClientConfig pConfig,
String pMethodName,
Object[] pParams,
AsyncCallback pCallback)
Performs an asynchronous request with the given configuration.
|
void |
XmlRpcClient.setConfig(XmlRpcClientConfig pConfig)
Sets the clients default configuration.
|
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.