org.apache.xmlrpc
Class XmlRpcProxyServlet

java.lang.Object
  extended byHttpServlet
      extended byorg.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,v 1.3 2002/03/20 15:11:03 mpoeschl Exp $
Author:
Hannes Wallnoefer
See Also:
Serialized Form

Field Summary
private  XmlRpcServer xmlrpc
           
 
Constructor Summary
XmlRpcProxyServlet()
           
 
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
 

Field Detail

xmlrpc

private XmlRpcServer xmlrpc
Constructor Detail

XmlRpcProxyServlet

public XmlRpcProxyServlet()
Method Detail

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 © ${year} Apache Software Foundation. All Rights Reserved.