org.apache.geronimo.webservices
Class WebServiceContainerInvoker
java.lang.Object
org.apache.geronimo.webservices.WebServiceContainerInvoker
- All Implemented Interfaces:
- javax.servlet.Servlet
public class WebServiceContainerInvoker
- extends Object
- implements javax.servlet.Servlet
- Version:
- $Rev: 550523 $ $Date: 2007-06-25 23:02:09 +0800 (Mon, 25 Jun 2007) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WEBSERVICE_CONTAINER
public static final String WEBSERVICE_CONTAINER
WebServiceContainerInvoker
public WebServiceContainerInvoker(Object pojo)
init
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
- Specified by:
init in interface javax.servlet.Servlet
- Throws:
javax.servlet.ServletException
getServletConfig
public javax.servlet.ServletConfig getServletConfig()
- Specified by:
getServletConfig in interface javax.servlet.Servlet
service
public void service(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res)
throws javax.servlet.ServletException,
IOException
- Specified by:
service in interface javax.servlet.Servlet
- Throws:
javax.servlet.ServletException
IOException
getServletInfo
public String getServletInfo()
- Specified by:
getServletInfo in interface javax.servlet.Servlet
destroy
public void destroy()
- Specified by:
destroy in interface javax.servlet.Servlet
Copyright © 2003-2010 The Apache Geronimo development community. All Rights Reserved.