Package | Description |
---|---|
org.apache.xmlrpc.client | |
org.apache.xmlrpc.common | |
org.apache.xmlrpc.server | |
org.apache.xmlrpc.webserver |
Modifier and Type | Method and Description |
---|---|
XmlRpcRequestProcessor |
XmlRpcClientConfigImpl.getXmlRpcServer() |
Modifier and Type | Method and Description |
---|---|
void |
XmlRpcClientConfigImpl.setXmlRpcServer(XmlRpcRequestProcessor pServer)
Returns the
XmlRpcRequestProcessor being invoked. |
Modifier and Type | Interface and Description |
---|---|
interface |
XmlRpcStreamRequestProcessor
An instance of
XmlRpcRequestProcessor ,
which is processing an XML stream. |
Modifier and Type | Method and Description |
---|---|
XmlRpcRequestProcessor |
XmlRpcRequestProcessorFactory.getXmlRpcServer()
Returns the
XmlRpcRequestProcessor being invoked. |
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 |
XmlRpcServer
A multithreaded, reusable XML-RPC server object.
|
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–2023 The Apache Software Foundation. All rights reserved.