org.openejb.tomcat
Class TomcatLoader
java.lang.Object
org.openejb.tomcat.TomcatLoader
- All Implemented Interfaces:
- Loader
public class TomcatLoader
- extends Object
- implements Loader
- Version:
- $Revision$ $Date$
Method Summary |
void |
init(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 |
TomcatLoader
public TomcatLoader()
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(Properties props)
throws Exception
- Throws:
Exception
service
public void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- Specified by:
service
in interface Loader
- Throws:
javax.servlet.ServletException
IOException
Copyright © 1999-2010 OpenEJB. All Rights Reserved.