org.apache.tuscany.sca.host.webapp
Class TuscanyServlet

java.lang.Object
  extended by HttpServlet
      extended by org.apache.tuscany.sca.host.webapp.TuscanyServlet

Deprecated. Not needed anymore, TuscanyServletFilter is sufficient

@Deprecated
public class TuscanyServlet
extends HttpServlet

A Servlet that forwards requests to the Servlets registered with the Tuscany ServletHost.


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

Constructor Detail

TuscanyServlet

public TuscanyServlet()
Deprecated. 
Method Detail

init

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

service

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