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 - ServletExceptionpublic void doPost(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
java.io.IOException
req - res - ServletExceptionjava.io.IOExceptionCopyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.