org.apache.xmlrpc
Class XmlRpcProxyServlet
java.lang.Object
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.
- Version:
- $Id: XmlRpcProxyServlet.java 233919 2005-04-22 10:26:17Z hgomez $
- Author:
- Hannes Wallnoefer
|
Method Summary |
void |
doPost(HttpServletRequest req,
HttpServletResponse res)
|
void |
init(ServletConfig config)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xmlrpc
private XmlRpcServer xmlrpc
XmlRpcProxyServlet
public XmlRpcProxyServlet()
init
public void init(ServletConfig config)
throws ServletException
- Parameters:
config -
- Throws:
ServletException
doPost
public void doPost(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
java.io.IOException
- Parameters:
req - res -
- Throws:
ServletException
java.io.IOException
Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.