org.apache.tuscany.sca.binding.http.provider
Class HTTPGetListenerServlet

java.lang.Object
  extended by HttpServlet
      extended by org.apache.tuscany.sca.binding.http.provider.HTTPGetListenerServlet

public class HTTPGetListenerServlet
extends HttpServlet

Servlet responsible for dispatching HTTP GET requests to the target component implementation.


Constructor Summary
HTTPGetListenerServlet(Invoker getInvoker, MessageFactory messageFactory)
          Constructs a new HTTPServiceListenerServlet.
 
Method Summary
protected  void doGet(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPGetListenerServlet

public HTTPGetListenerServlet(Invoker getInvoker,
                              MessageFactory messageFactory)
Constructs a new HTTPServiceListenerServlet.

Method Detail

doGet

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