org.apache.xmlrpc
Class XmlRpcProxyServlet
org.apache.xmlrpc.XmlRpcProxyServlet
- public class XmlRpcProxyServlet
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
.
- Author:
- Hannes Wallnoefer
Method Summary |
void |
doPost(org.apache.xmlrpc.HttpServletRequest req,
org.apache.xmlrpc.HttpServletResponse res)
|
void |
init(org.apache.xmlrpc.ServletConfig config)
|
xmlrpc
private XmlRpcServer xmlrpc
XmlRpcProxyServlet
public XmlRpcProxyServlet()
init
public void init(org.apache.xmlrpc.ServletConfig config)
throws org.apache.xmlrpc.ServletException
doPost
public void doPost(org.apache.xmlrpc.HttpServletRequest req,
org.apache.xmlrpc.HttpServletResponse res)
throws org.apache.xmlrpc.ServletException,
java.io.IOException
Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.