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

Field Summary
private  XmlRpcServer xmlrpc
           
 
Constructor Summary
XmlRpcProxyServlet()
           
 
Method Summary
 void doPost(org.apache.xmlrpc.HttpServletRequest req, org.apache.xmlrpc.HttpServletResponse res)
           
 void init(org.apache.xmlrpc.ServletConfig config)
           
 

Field Detail

xmlrpc

private XmlRpcServer xmlrpc
Constructor Detail

XmlRpcProxyServlet

public XmlRpcProxyServlet()
Method Detail

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.