Package org.bedework.caldav.server
Class BwNotifyHandler
java.lang.Object
org.bedework.caldav.server.BwNotifyHandler
- All Implemented Interfaces:
org.bedework.util.logging.Logged
Class called to handle incoming notify service requests.
- Author:
- Mike Douglass douglm - rpi.edu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoNotify(CaldavBWIntf intf, RequestPars pars, javax.servlet.http.HttpServletResponse resp) org.bedework.util.logging.BwLoggerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bedework.util.logging.Logged
audit, debug, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, 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:
getLoggerin interfaceorg.bedework.util.logging.Logged
-