org.apache.geronimo.webservices
Class ServiceLifecycleManager
java.lang.Object
org.apache.geronimo.webservices.ServiceLifecycleManager
- All Implemented Interfaces:
- Servlet
public class ServiceLifecycleManager
- extends Object
- implements Servlet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceLifecycleManager
public ServiceLifecycleManager(Servlet next,
ServiceLifecycle managedService)
init
public void init(ServletConfig config)
throws ServletException
- Specified by:
init
in interface Servlet
- Throws:
ServletException
getServletConfig
public ServletConfig getServletConfig()
- Specified by:
getServletConfig
in interface Servlet
getServletInfo
public String getServletInfo()
- Specified by:
getServletInfo
in interface Servlet
destroy
public void destroy()
- Specified by:
destroy
in interface Servlet
service
public void service(ServletRequest req,
ServletResponse res)
throws ServletException,
IOException
- Specified by:
service
in interface Servlet
- Throws:
ServletException
IOException
Copyright © 2006 Apache Software Foundation. All Rights Reserved.