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

java.lang.Object
  extended by StandardWrapper
      extended by org.apache.tuscany.sca.runtime.tomcat.TuscanyWrapper

public class TuscanyWrapper
extends StandardWrapper

Override the StandardWrapper so that Servlets are not instantiated from the class name but just the instance Tuscany passes in the constructor is always used.


Constructor Summary
TuscanyWrapper(Servlet servlet)
           
 
Method Summary
 Servlet getServlet()
           
 Servlet loadServlet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TuscanyWrapper

public TuscanyWrapper(Servlet servlet)
Method Detail

loadServlet

public Servlet loadServlet()

getServlet

public Servlet getServlet()