Package org.apache.xmlrpc.webserver

Class Summary
Connection Handler for a single clients connection.
ConnectionServer  
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.
ServletConnection ServletWebServer's ThreadPool.Task for handling a single servlet connection.
ServletOutputStreamImpl Default implementation of a servlet output stream.
ServletWebServer A subclass of WebServer, which emulates a servlet container.
WebServer A minimal web server that exclusively handles XML-RPC requests.
XmlRpcServlet A default servlet implementation The typical use would be to derive a subclass, which is overwriting at least the method XmlRpcServlet.newXmlRpcHandlerMapping().
XmlRpcServletServer An extension of XmlRpcServer, which is suitable for processing servlet requests.
XmlRpcServletServer.RequestData This class is used as a "connection" while processing the request.
 

Exception Summary
ServletWebServer.Exception This exception is thrown by the request handling classes, advising the server, that it should return an error response.
 



Copyright 2001-2001-2006 Apache Software Foundation. All Rights Reserved.