org.exist.xmlrpc
Class RpcServlet

java.lang.Object
  extended byHttpServlet
      extended byorg.exist.xmlrpc.RpcServlet

public class RpcServlet
extends HttpServlet

See Also:
Serialized Form

Field Summary
protected  java.lang.String databaseid
          id of the database registred against the BrokerPool
protected  XmlRpcServer xmlrpc
           
 
Constructor Summary
RpcServlet()
           
 
Method Summary
 void doPost(HttpServletRequest request, HttpServletResponse response)
          Handle XML-RPC requests
 void init(ServletConfig config)
          Create XML-RPC handler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xmlrpc

protected XmlRpcServer xmlrpc

databaseid

protected java.lang.String databaseid
id of the database registred against the BrokerPool

Constructor Detail

RpcServlet

public RpcServlet()
Method Detail

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws ServletException,
                   java.io.IOException
Handle XML-RPC requests

Parameters:
request - Description of the Parameter
response - Description of the Parameter
Throws:
ServletException - Description of the Exception
java.io.IOException - Description of the Exception

init

public void init(ServletConfig config)
          throws ServletException
Create XML-RPC handler

Parameters:
config - Description of the Parameter
Throws:
ServletException - Description of the Exception


<oXygen/> XML Editor provides support for editing and debugging XQuery expressions against the eXist XML Database.