public class UDDIClerkServlet extends HttpServlet
| Constructor and Description |
|---|
UDDIClerkServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Called by the servlet container to indicate to a servlet that the
servlet is being taken out of service.
|
void |
init(ServletConfig config)
Starting the UDDIClerkManager
|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicegetInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logpublic void init(ServletConfig config) throws ServletException
init in interface Servletinit in class GenericServletconfig - the ServletConfig object
that contains configutation
information for this servletServletException - if an exception occurs that
interrupts the servlet's normal
operationUnavailableExceptionpublic void destroy()
GenericServletServlet.destroy().destroy in interface Servletdestroy in class GenericServletCopyright © 2012 JBoss by Red Hat. All Rights Reserved.