Project JXTA

net.jxta.ext.service.reflection
Class ReflectionServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bynet.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

Constructor Summary
ReflectionServlet()
           
 
Method Summary
 void destroy()
           
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
 void doPost(HttpServletRequest request, HttpServletResponse response)
           
 void init(ServletConfig config)
           
 
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
 

Constructor Detail

ReflectionServlet

public ReflectionServlet()
Method Detail

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()

JXTA J2SE