org.jboss.test.webservice.handlerflow
Class HelloFeedbackServlet

java.lang.Object
  extended byHttpServlet
      extended byorg.jboss.test.webservice.handlerflow.HelloFeedbackServlet

public class HelloFeedbackServlet
extends HttpServlet

Feed back the tracker messages

See Also:
Serialized Form

Constructor Summary
HelloFeedbackServlet()
           
 
Method Summary
protected  void doGet(HttpServletRequest req, HttpServletResponse res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloFeedbackServlet

public HelloFeedbackServlet()
Method Detail

doGet

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