| Package | Description |
|---|---|
| org.apache.xmlrpc.client | |
| org.apache.xmlrpc.server | |
| org.apache.xmlrpc.webserver |
| Constructor and Description |
|---|
XmlRpcLocalStreamTransport(XmlRpcClient pClient,
XmlRpcStreamRequestProcessor pServer)
Creates a new instance.
|
XmlRpcLocalStreamTransportFactory(XmlRpcClient pClient,
XmlRpcStreamRequestProcessor pServer)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlRpcHttpServer
Abstract extension of
XmlRpcStreamServer for deriving
HTTP servers. |
class |
XmlRpcLocalStreamServer
Server part of a local stream transport.
|
class |
XmlRpcStreamServer
Extension of
XmlRpcServer with support for reading
requests from a stream and writing the response to another
stream. |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlRpcServletServer
An extension of
XmlRpcServer,
which is suitable for processing servlet requests. |
Copyright © 2001–2025 The Apache Software Foundation. All rights reserved.