org.apache.juddi.servlets
Class RegistryServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.juddi.servlets.RegistryServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class RegistryServlet
extends javax.servlet.http.HttpServlet

This servlet is ONLY used to initialize the jUDDI webapp on startup and cleanup the jUDDI webapp on shutdown.

Author:
Steve Viens (sviens@apache.org)
See Also:
Serialized Form

Constructor Summary
RegistryServlet()
           
 
Method Summary
 void destroy()
           
 void init(javax.servlet.ServletConfig config)
          Create the shared instance of jUDDI's Registry class and call it's "init()" method to initialize all core components.
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, 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

RegistryServlet

public RegistryServlet()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Create the shared instance of jUDDI's Registry class and call it's "init()" method to initialize all core components.

Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Servlet
Overrides:
destroy in class javax.servlet.GenericServlet


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.