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
XmlRpcServerxmlrpc
Method Summary
voiddoPost(HttpServletRequest req, HttpServletResponse res)
voidinit(ServletConfig config)

Field Detail

xmlrpc

private XmlRpcServer xmlrpc

Method Detail

doPost

public void doPost(HttpServletRequest req, HttpServletResponse res)

Parameters: req res

Throws: ServletException IOException

init

public void init(ServletConfig config)

Parameters: config

Throws: ServletException

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