org.apache.xmlrpc

Class 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

Field Summary

private XmlRpcServer
xmlrpc

Method Summary

void
doPost(HttpServletRequest req, HttpServletResponse res)
void
init(ServletConfig config)

Field Details

xmlrpc

private XmlRpcServer xmlrpc

Method Details

doPost

public void doPost(HttpServletRequest req,
                   HttpServletResponse res)
            throws ServletException,
                   IOException
Parameters:
req -
res -

init

public void init(ServletConfig config)
            throws ServletException
Parameters:
config -

Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.