Eclipse Platform
Release 3.3

org.eclipse.equinox.http.servlet
Class HttpServiceServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byorg.eclipse.equinox.http.servlet.internal.ProxyServlet
              extended byorg.eclipse.equinox.http.servlet.HttpServiceServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class HttpServiceServlet
extends org.eclipse.equinox.http.servlet.internal.ProxyServlet

The HttpServiceServlet is the "public" side of a Servlet that when registered (and init() called) in a servlet container will in-turn register and provide an OSGi Http Service implementation. This class is not meant for extending or even using directly and is purely meant for registering in a servlet container.

See Also:
Serialized Form

Constructor Summary
HttpServiceServlet()
           
 
Methods inherited from class org.eclipse.equinox.http.servlet.internal.ProxyServlet
destroy, init, service
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServiceServlet

public HttpServiceServlet()

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.