Uses of Package
org.apache.xmlrpc.webserver

Packages that use org.apache.xmlrpc.webserver
org.apache.xmlrpc.webserver   
 

Classes in org.apache.xmlrpc.webserver used by org.apache.xmlrpc.webserver
Connection
          Handler for a single clients connection.
Connection.RequestException
           
HttpServletRequestImpl
          Stub implementation of a HttpServletRequest with lots of unimplemented methods.
HttpServletResponseImpl
          Stub implementation of a HttpServletResponse with lots of unimplemented methods.
RequestData
          Web servers extension of XmlRpcHttpRequestConfig, which allows to store additional per request data.
ServletOutputStreamImpl
          Default implementation of a servlet output stream.
ServletWebServer.Exception
          This exception is thrown by the request handling classes, advising the server, that it should return an error response.
WebServer
          The WebServer is a minimal HTTP server, that might be used as an embedded web server.
XmlRpcServletServer
          An extension of XmlRpcServer, which is suitable for processing servlet requests.
XmlRpcServletServer.ServletStreamConnection