|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlRpcServer | |
---|---|
org.apache.xmlrpc.client | |
org.apache.xmlrpc.server | |
org.apache.xmlrpc.webserver |
Uses of XmlRpcServer in org.apache.xmlrpc.client |
---|
Methods in org.apache.xmlrpc.client that return XmlRpcServer | |
---|---|
XmlRpcServer |
XmlRpcLocalClientConfig.getXmlRpcServer()
Returns the XmlRpcServer being invoked. |
XmlRpcServer |
XmlRpcClientConfigImpl.getXmlRpcServer()
|
Methods in org.apache.xmlrpc.client with parameters of type XmlRpcServer | |
---|---|
void |
XmlRpcClientConfigImpl.setXmlRpcServer(XmlRpcServer pServer)
Returns the XmlRpcServer being invoked. |
Uses of XmlRpcServer in org.apache.xmlrpc.server |
---|
Subclasses of XmlRpcServer in org.apache.xmlrpc.server | |
---|---|
class |
XmlRpcStreamServer
Extension of XmlRpcServer with support for reading
requests from a stream and writing the response to another
stream. |
Constructors in org.apache.xmlrpc.server with parameters of type XmlRpcServer | |
---|---|
XmlRpcServerWorkerFactory(XmlRpcServer pServer)
Creates a new factory with the given controller. |
Uses of XmlRpcServer in org.apache.xmlrpc.webserver |
---|
Subclasses of XmlRpcServer in org.apache.xmlrpc.webserver | |
---|---|
(package private) class |
ConnectionServer
|
class |
XmlRpcServletServer
An extension of XmlRpcServer ,
which is suitable for processing servlet requests. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |