org.apache.xmlrpc
Class XmlRpcProxyServlet
HttpServlet
org.apache.xmlrpc.XmlRpcProxyServlet
public class XmlRpcProxyServlet
extends HttpServlet
A HttpServlet
that acts as a XML-RPC proxy.
The URL of the server to connect to is taken from the servlet
initialization parameter url
.
$Id: XmlRpcProxyServlet.java 233919 2005-04-22 10:26:17Z hgomez $
void | doPost(HttpServletRequest req, HttpServletResponse res)
|
void | init(ServletConfig config)
|
doPost
public void doPost(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
IOException
init
public void init(ServletConfig config)
throws ServletException
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.