Package org.apache.xmlrpc.webserver

Class Summary

ConnectionHandler for a single clients connection.
HttpServletRequestImplStub implementation of a javax.servlet.http.HttpServletRequest with lots of unimplemented methods.
HttpServletResponseImplStub implementation of a javax.servlet.http.HttpServletResponse with lots of unimplemented methods.
RequestDataWeb servers extension of XmlRpcHttpRequestConfig, which allows to store additional per request data.
ServletConnectionServletWebServer's ThreadPool.Task for handling a single servlet connection.
ServletWebServer This is a subclass of the WebServer, which offers a minimal servlet API.
ServletWebServer.ExceptionThis 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.
XmlRpcServletA default servlet implementation The typical use would be to derive a subclass, which is overwriting at least the method newXmlRpcHandlerMapping().
XmlRpcServletServerAn extension of XmlRpcServer, which is suitable for processing servlet requests.
XmlRpcServletServer.ServletStreamConnection

Copyright © 2001-2007
Apache Software Foundation. All Rights Reserved.