org.openejb.tomcat
Class TomcatLoader

java.lang.Object
  extended by org.openejb.tomcat.TomcatLoader
All Implemented Interfaces:
Loader

public class TomcatLoader
extends java.lang.Object
implements Loader

Version:
$Revision$ $Date$

Constructor Summary
TomcatLoader()
           
 
Method Summary
 void init(java.util.Properties props)
           
 void init(javax.servlet.ServletConfig config)
           
 void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TomcatLoader

public TomcatLoader()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Specified by:
init in interface Loader
Throws:
javax.servlet.ServletException

init

public void init(java.util.Properties props)
          throws java.lang.Exception
Throws:
java.lang.Exception

service

public void service(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
             throws javax.servlet.ServletException,
                    java.io.IOException
Specified by:
service in interface Loader
Throws:
javax.servlet.ServletException
java.io.IOException


Copyright © 1999-2011 OpenEJB. All Rights Reserved.