Frames | No Frames |
Classes implementing org.apache.xmlrpc.common.XmlRpcStreamRequestProcessor | |
class | An extension of XmlRpcServer ,
which is suitable for processing servlet requests. |
Constructors with parameter type org.apache.xmlrpc.common.XmlRpcStreamRequestProcessor | |
XmlRpcLocalStreamTransport.XmlRpcLocalStreamTransport(XmlRpcClient pClient, XmlRpcStreamRequestProcessor pServer) Creates a new instance. | |
XmlRpcLocalStreamTransportFactory.XmlRpcLocalStreamTransportFactory(XmlRpcClient pClient, XmlRpcStreamRequestProcessor pServer) Creates a new instance. |
Classes implementing org.apache.xmlrpc.common.XmlRpcStreamRequestProcessor | |
class | Abstract extension of XmlRpcStreamServer for deriving
HTTP servers. |
class | Server part of a local stream transport. |
class | Extension of XmlRpcServer with support for reading
requests from a stream and writing the response to another
stream. |