This project has retired. For details please refer to its
Attic page .
NotifyServlet (jUDDI Replication Services WAR 3.3.10 API)
JavaScript is disabled on your browser.
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.juddi.servlets.NotifyServlet
All Implemented Interfaces:
Serializable , javax.servlet.Servlet, javax.servlet.ServletConfig
public class NotifyServlet
extends javax.servlet.http.HttpServlet
This servlet is used print out notifications received
from subscriptions in the subscription portal. This servlet is
used for this demo only and has no other purpose.
Author:
Tom Cunningham
See Also:
Serialized Form
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
void
doGet (javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Detail
NotifyServlet
public NotifyServlet()
Copyright © 2004–2021 The Apache Software Foundation . All rights reserved.