org.apache.tuscany.sca.runtime.tomcat
Class TuscanyServlet

java.lang.Object
  extended by HttpServlet
      extended by org.apache.tuscany.sca.runtime.tomcat.TuscanyServlet

public class TuscanyServlet
extends HttpServlet

A Servlet that forwards requests to the Servlets registered with the Tuscany ServletHost. TODO: Copy of host-webapp TuscanyServlet. Can be removed once host-webapp TuscanyServlet moved over to latest SCADomain API.


Constructor Summary
TuscanyServlet()
           
 
Method Summary
 void init(ServletConfig config)
           
 void service(ServletRequest req, ServletResponse res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TuscanyServlet

public TuscanyServlet()
Method Detail

init

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

service

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