Package org.bedework.caldav.server
Class BwNotifyHandler
- java.lang.Object
-
- org.bedework.caldav.server.BwNotifyHandler
-
- All Implemented Interfaces:
org.bedework.util.logging.Logged
public class BwNotifyHandler extends 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoNotify(CaldavBWIntf intf, RequestPars pars, javax.servlet.http.HttpServletResponse resp)org.bedework.util.logging.BwLoggergetLogger()-
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
-
-
-
-
Method Detail
-
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:
getLoggerin interfaceorg.bedework.util.logging.Logged
-
-