org.jboss.test.web.servlets
Class UnsecureEJBServlet

java.lang.Object
  extended byHttpServlet
      extended byorg.jboss.test.web.servlets.UnsecureEJBServlet

public class UnsecureEJBServlet
extends HttpServlet

A servlet deployed under an unrestricted path that invokes the method specified as a parameter on a secured EJB.

See Also:
Serialized Form

Constructor Summary
UnsecureEJBServlet()
           
 
Method Summary
protected  void doGet(HttpServletRequest request, HttpServletResponse response)
           
protected  void doPost(HttpServletRequest request, HttpServletResponse response)
           
protected  void processRequest(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsecureEJBServlet

public UnsecureEJBServlet()
Method Detail

processRequest

protected void processRequest(HttpServletRequest request,
                              HttpServletResponse response)
                       throws ServletException,
                              java.io.IOException
Throws:
ServletException
java.io.IOException

doGet

protected void doGet(HttpServletRequest request,
                     HttpServletResponse response)
              throws ServletException,
                     java.io.IOException
Throws:
ServletException
java.io.IOException

doPost

protected void doPost(HttpServletRequest request,
                      HttpServletResponse response)
               throws ServletException,
                      java.io.IOException
Throws:
ServletException
java.io.IOException