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
- Specified by:
init
in interface Servlet
- Overrides:
init
in class GenericServlet
- Throws:
ServletException
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doGet
in class HttpServlet
- Throws:
ServletException
IOException
doPost
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doPost
in class HttpServlet
- Throws:
ServletException
IOException
destroy
public void destroy()
- Specified by:
destroy
in interface Servlet
- Overrides:
destroy
in class GenericServlet