Package | Description |
---|---|
org.apache.xmlrpc | |
org.apache.xmlrpc.client | |
org.apache.xmlrpc.common | |
org.apache.xmlrpc.serializer | |
org.apache.xmlrpc.webserver |
Modifier and Type | Method and Description |
---|---|
XmlRpcRequestConfig |
XmlRpcRequest.getConfig()
Returns the request configuration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XmlRpcClientConfig
This interface is being implemented by an Apache XML-RPC clients
configuration object.
|
interface |
XmlRpcHttpClientConfig
Extension of
XmlRpcClientConfig
for HTTP based transport. |
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 |
---|---|
XmlRpcRequestConfig |
XmlRpcClientRequestImpl.getConfig() |
Constructor and Description |
---|
XmlRpcClientRequestImpl(XmlRpcRequestConfig pConfig,
String pMethodName,
List pParams)
Creates a new instance.
|
XmlRpcClientRequestImpl(XmlRpcRequestConfig pConfig,
String pMethodName,
Object[] pParams)
Creates a new instance.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XmlRpcHttpRequestConfig
Extension of
XmlRpcClientConfig
for HTTP based transport. |
interface |
XmlRpcStreamRequestConfig
Interface of a client configuration for a transport, which
is implemented by writing to a stream.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlRpcHttpRequestConfigImpl
Default implementation of a request configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlRpcWriter.write(XmlRpcRequestConfig pConfig,
int pCode,
String pMessage)
Writes a servers error message to the output stream.
|
void |
XmlRpcWriter.write(XmlRpcRequestConfig pConfig,
int pCode,
String pMessage,
Throwable pThrowable)
Writes a servers error message to the output stream.
|
void |
XmlRpcWriter.write(XmlRpcRequestConfig pConfig,
Object pResult)
Writes a servers response to the output stream.
|
Modifier and Type | Class and Description |
---|---|
class |
RequestData
Web servers extension of
XmlRpcHttpRequestConfig ,
which allows to store additional per request data. |
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.