net.jxta.ext.service.reflection
Class ReflectionServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
net.jxta.ext.service.reflection.ReflectionServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
- public class ReflectionServlet
- extends HttpServlet
- Version:
- $Id: ReflectionServlet.java,v 1.11 2004/05/18 22:00:53 gonzo Exp $
- Author:
- james todd [gonzo at jxta dot org]
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectionServlet
public ReflectionServlet()
init
public void init(ServletConfig config)
throws ServletException
- Throws:
ServletException
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Throws:
ServletException
IOException
doPost
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Throws:
ServletException
IOException
destroy
public void destroy()