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

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

public class HTTPServiceListenerServlet
extends java.lang.Object

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


Constructor Summary
HTTPServiceListenerServlet(Binding binding, Invoker serviceInvoker, MessageFactory messageFactory)
          Constructs a new HTTPServiceListenerServlet.
 
Method Summary
 void destroy()
           
 ServletConfig getServletConfig()
           
 java.lang.String getServletInfo()
           
 void init(ServletConfig config)
           
 void service(ServletRequest request, ServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPServiceListenerServlet

public HTTPServiceListenerServlet(Binding binding,
                                  Invoker serviceInvoker,
                                  MessageFactory messageFactory)
Constructs a new HTTPServiceListenerServlet.

Method Detail

getServletConfig

public ServletConfig getServletConfig()

getServletInfo

public java.lang.String getServletInfo()

init

public void init(ServletConfig config)
          throws ServletException
Throws:
ServletException

destroy

public void destroy()

service

public void service(ServletRequest request,
                    ServletResponse response)
             throws ServletException,
                    java.io.IOException
Throws:
ServletException
java.io.IOException