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
.Modifier and Type | Field and Description |
---|---|
private XmlRpcServer |
xmlrpc |
Constructor and Description |
---|
XmlRpcProxyServlet() |
private XmlRpcServer xmlrpc
public void init(ServletConfig config) throws ServletException
config
- ServletException
public void doPost(HttpServletRequest req, HttpServletResponse res) throws ServletException, java.io.IOException
req
- res
- ServletException
java.io.IOException
Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.