Package org.apache.xmlrpc.webserver
-
Class Summary Class Description Connection Handler for a single clients connection.ConnectionServer HttpServletRequestImpl Stub implementation of aHttpServletRequest
with lots of unimplemented methods.HttpServletResponseImpl Stub implementation of aHttpServletResponse
with lots of unimplemented methods.RequestData Web servers extension ofXmlRpcHttpRequestConfig
, 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 This is a subclass of theWebServer
, which offers a minimal servlet API.WebServer TheWebServer
is a minimal HTTP server, that might be used as an embedded web server.XmlRpcServlet A default servlet implementation The typical use would be to derive a subclass, which is overwriting at least the methodXmlRpcServlet.newXmlRpcHandlerMapping()
.XmlRpcServletServer An extension ofXmlRpcServer
, which is suitable for processing servlet requests.XmlRpcServletServer.ServletStreamConnection -
Exception Summary Exception Description Connection.BadEncodingException Connection.BadRequestException Connection.RequestException ServletWebServer.Exception This exception is thrown by the request handling classes, advising the server, that it should return an error response.