Package | Description |
---|---|
org.apache.xmlrpc.client | |
org.apache.xmlrpc.common | |
org.apache.xmlrpc.jaxb | |
org.apache.xmlrpc.server | |
org.apache.xmlrpc.webserver |
Modifier and Type | Class and Description |
---|---|
class |
XmlRpcClient
The main access point of an XML-RPC client.
|
Modifier and Type | Method and Description |
---|---|
XmlRpcController |
XmlRpcClientWorker.getController() |
Modifier and Type | Method and Description |
---|---|
XmlRpcController |
XmlRpcWorker.getController()
Returns the workers controller.
|
XmlRpcController |
XmlRpcWorkerFactory.getController()
Returns the factory controller.
|
XmlRpcController |
TypeFactoryImpl.getController()
Returns the controller, which operates the type factory.
|
Constructor and Description |
---|
TypeFactoryImpl(XmlRpcController pController)
Creates a new instance.
|
XmlRpcWorkerFactory(XmlRpcController pController)
Creates a new instance.
|
Constructor and Description |
---|
JaxbTypeFactory(XmlRpcController pController,
JAXBContext pContext)
Creates a new instance with the given controller and
JAXB context.
|
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 | Method and Description |
---|---|
XmlRpcController |
XmlRpcServerWorker.getController() |
Modifier and Type | Class and Description |
---|---|
class |
XmlRpcServletServer
An extension of
XmlRpcServer ,
which is suitable for processing servlet requests. |
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.