org.apache.geronimo.webservices
Class WebServiceContainerInvoker

java.lang.Object
  extended by org.apache.geronimo.webservices.WebServiceContainerInvoker
All Implemented Interfaces:
Servlet

public class WebServiceContainerInvoker
extends Object
implements Servlet


Field Summary
static String WEBSERVICE_CONTAINER
           
 
Constructor Summary
WebServiceContainerInvoker(Object pojo)
           
 
Method Summary
 void destroy()
           
 ServletConfig getServletConfig()
           
 String getServletInfo()
           
 void init(ServletConfig config)
           
 void service(ServletRequest req, ServletResponse res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WEBSERVICE_CONTAINER

public static final String WEBSERVICE_CONTAINER
Constructor Detail

WebServiceContainerInvoker

public WebServiceContainerInvoker(Object pojo)
Method Detail

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

service

public void service(ServletRequest req,
                    ServletResponse res)
             throws ServletException,
                    IOException
Specified by:
service in interface Servlet
Throws:
ServletException
IOException

getServletInfo

public String getServletInfo()
Specified by:
getServletInfo in interface Servlet

destroy

public void destroy()
Specified by:
destroy in interface Servlet


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.