Package | Description |
---|---|
org.apache.xmlrpc.common | |
org.apache.xmlrpc.parser |
Modifier and Type | Interface and Description |
---|---|
interface |
XmlRpcHttpRequestConfig
Extension of
org.apache.xmlrpc.client.XmlRpcClientConfig
for HTTP based transport. |
Modifier and Type | Class and Description |
---|---|
class |
XmlRpcHttpRequestConfigImpl
Default implementation of a request configuration.
|
Modifier and Type | Method and Description |
---|---|
XmlRpcStreamRequestConfig |
LocalStreamConnection.getConfig()
Returns the request configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlRpcStreamRequestProcessor.execute(XmlRpcStreamRequestConfig pConfig,
ServerStreamConnection pConnection)
Reads an XML-RPC request from the connection
object and processes the request, writing the
result to the same connection object.
|
Constructor and Description |
---|
LocalStreamConnection(XmlRpcStreamRequestConfig pConfig,
java.io.InputStream pRequest)
Creates a new instance with the given request stream.
|
Constructor and Description |
---|
XmlRpcResponseParser(XmlRpcStreamRequestConfig pConfig,
TypeFactory pTypeFactory)
Creates a new instance.
|