org.gcube.messaging.common.consumer.servlet
Class NotificationServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.gcube.messaging.common.consumer.servlet.NotificationServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class NotificationServlet
extends javax.servlet.http.HttpServlet

Author:
Andrea Manzi(CERN)
See Also:
Serialized Form

Constructor Summary
NotificationServlet()
           
 
Method Summary
 
Methods inherited from class javax.servlet.http.HttpServlet
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationServlet

public NotificationServlet()