|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.xmlrpc | |
org.apache.xmlrpc | |
org.apache.xmlrpc.fesi | |
org.apache.xmlrpc.secure |
Classes in org.apache.xmlrpc used by org.apache.xmlrpc | |
AsyncCallback
A callback interface for an asynchronous XML-RPC call. |
|
AuthenticatedXmlRpcHandler
An XML-RPC handler that also handles HTTP authentication. |
|
ContextXmlRpcHandler
An XML-RPC handler that also handles user authentication. |
|
DefaultHandlerMapping
Provide a default handler mapping, used by the XmlRpcServer. |
|
TypeFactory
Allows server developers to customize the type of Java objects created for a corresponding XML-RPC type. |
|
WebServer.Connection
|
|
WebServer.Runner
Responsible for handling client connections. |
|
XmlRpc
This abstract base class provides basic capabilities for XML-RPC, like parsing of parameters or encoding Java objects into XML-RPC format. |
|
XmlRpc.Value
This represents a XML-RPC value parsed from the request. |
|
XmlRpcClient
A multithreaded, reusable XML-RPC client object. |
|
XmlRpcClient.CallData
|
|
XmlRpcClient.Worker
|
|
XmlRpcClientLite.HttpClient
A replacement for java.net.URLConnection, which seems very slow on MS Java. |
|
XmlRpcContext
The minimal context that an XML-RPC request will occur in. |
|
XmlRpcException
This is thrown by the XmlRpcClient if the remote server reported an error. |
|
XmlRpcHandler
The XML-RPC server uses this interface to call a method of an RPC handler. |
|
XmlRpcHandlerMapping
Maps from a handler name to a handler object. |
|
XmlRpcRequest
Encapsulates an XML-RPC request. |
|
XmlRpcRequestProcessor
Process an InputStream and produce and XmlRpcRequest. |
|
XmlRpcResponseProcessor
Process an Object and produce byte array that represents the specified encoding of the output as an XML-RPC response. |
|
XmlRpcServer
A multithreaded, reusable XML-RPC server object. |
|
XmlRpcWorker
Tie together the XmlRequestProcessor and XmlResponseProcessor to handle a request serially in a single thread. |
|
XmlWriter
A quick and dirty XML writer. |
Classes in org.apache.xmlrpc used by org.apache.xmlrpc.fesi | |
WebServer
A minimal web server that exclusively handles XML-RPC requests. |
|
XmlRpcHandler
The XML-RPC server uses this interface to call a method of an RPC handler. |
Classes in org.apache.xmlrpc used by org.apache.xmlrpc.secure | |
WebServer
A minimal web server that exclusively handles XML-RPC requests. |
|
XmlRpcClient
A multithreaded, reusable XML-RPC client object. |
|
XmlRpcHandler
The XML-RPC server uses this interface to call a method of an RPC handler. |
|
XmlRpcServer
A multithreaded, reusable XML-RPC server object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |