Class BwNotifyHandler

java.lang.Object
org.bedework.caldav.server.BwNotifyHandler
All Implemented Interfaces:
org.bedework.util.logging.Logged

public class BwNotifyHandler
extends java.lang.Object
implements org.bedework.util.logging.Logged
Class called to handle incoming notify service requests.
Author:
Mike Douglass douglm - rpi.edu
  • Constructor Summary

    Constructors
    Constructor Description
    BwNotifyHandler()  
  • Method Summary

    Modifier and Type Method Description
    void doNotify​(CaldavBWIntf intf, RequestPars pars, javax.servlet.http.HttpServletResponse resp)  
    org.bedework.util.logging.BwLogger getLogger()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.bedework.util.logging.Logged

    audit, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, warn
  • Constructor Details

    • BwNotifyHandler

      public BwNotifyHandler()
  • Method Details

    • doNotify

      public void doNotify​(CaldavBWIntf intf, RequestPars pars, javax.servlet.http.HttpServletResponse resp) throws org.bedework.webdav.servlet.shared.WebdavException
      Throws:
      org.bedework.webdav.servlet.shared.WebdavException
    • getLogger

      public org.bedework.util.logging.BwLogger getLogger()
      Specified by:
      getLogger in interface org.bedework.util.logging.Logged