org.apache.xmlrpc.webserver
public class XmlRpcServletServer extends XmlRpcHttpServer
Nested Class Summary | |
---|---|
protected static class | XmlRpcServletServer.ServletStreamConnection |
Method Summary | |
---|---|
void | execute(HttpServletRequest pRequest, HttpServletResponse pResponse) Processes the servlet request. |
protected XmlRpcHttpRequestConfigImpl | getConfig(HttpServletRequest pRequest) |
protected OutputStream | getOutputStream(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection, int pSize) |
protected boolean | isContentLengthRequired(XmlRpcStreamRequestConfig pConfig) Returns, whether the requests content length is required. |
protected XmlRpcHttpRequestConfigImpl | newConfig(HttpServletRequest pRequest) |
protected XmlRpcServletServer.ServletStreamConnection | newStreamConnection(HttpServletRequest pRequest, HttpServletResponse pResponse) |
protected void | setResponseHeader(ServerStreamConnection pConnection, String pHeader, String pValue) |
Parameters: pRequest The servlet request being read. pResponse The servlet response being created.
Throws: IOException Reading the request or writing the response failed. ServletException Processing the request failed.