|
Xindice API version 1.1b4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.xindice.server.XindiceServlet
A HttpServlet that enables XML-RPC access to a Xindice
database instance.
| Field Summary | |
protected org.apache.xmlrpc.XmlRpcServer |
xmlrpcServer
|
| Constructor Summary | |
XindiceServlet()
|
|
| Method Summary | |
void |
destroy()
|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Delegate GET requests to the UglyBrowser. |
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Sends an XML query to the server and writes the output back. |
void |
init(javax.servlet.ServletConfig servletConfig)
Initializes database |
Configuration |
loadConfiguration(javax.servlet.ServletConfig servletConfig)
Loads the Xindice configuration file. |
| Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected org.apache.xmlrpc.XmlRpcServer xmlrpcServer
| Constructor Detail |
public XindiceServlet()
| Method Detail |
public void destroy()
public void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
javax.servlet.ServletException
java.io.IOException
public void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
javax.servlet.ServletException
java.io.IOException
public void init(javax.servlet.ServletConfig servletConfig)
throws javax.servlet.ServletException
javax.servlet.ServletExceptionpublic Configuration loadConfiguration(javax.servlet.ServletConfig servletConfig)
|
Xindice API version 1.1b4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||