public class RegistryServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
RegistryServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Grab the shared instance of jUDDI's Registry class and
call it's "dispose()" method to notify all sub-components
to stop any background threads and release any external
resources they may have aquired.
|
static RegistryEngine |
getRegistry() |
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.
|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletpublic static RegistryEngine getRegistry()
Copyright ? 2003 Apache Software Foundation. All rights reserved.