org.apache.xmlrpc
public class XmlRpcProxyServlet extends HttpServlet
HttpServlet
that acts as a XML-RPC proxy.
The URL of the server to connect to is taken from the servlet
initialization parameter url
.
Version: $Id: XmlRpcProxyServlet.java 233919 2005-04-22 10:26:17Z hgomez $
Field Summary | |
---|---|
XmlRpcServer | xmlrpc |
Method Summary | |
---|---|
void | doPost(HttpServletRequest req, HttpServletResponse res) |
void | init(ServletConfig config) |
Parameters: req res
Throws: ServletException IOException
Parameters: config
Throws: ServletException