org.apache.lucene.gdata.hivemind.servlet
Class HessianServiceServlet
java.lang.Object
HttpServlet
org.apache.lucene.gdata.hivemind.servlet.HessianServiceServlet
public class HessianServiceServlet
- extends HttpServlet
Central Hessian servlet which provides access to all hessian exposed services
via a single servlet.
- Author:
- Simon Willnauer
|
Method Summary |
protected void |
doPost(HttpServletRequest arg0,
HttpServletResponse arg1)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HessianServiceServlet
public HessianServiceServlet()
doPost
protected void doPost(HttpServletRequest arg0,
HttpServletResponse arg1)
throws ServletException,
IOException
- Throws:
ServletException
IOException- See Also:
javax.servlet.http.HttpServlet#doPost(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.