Class OutBoxHandler

All Implemented Interfaces:
Serializable, SchedulingIntf, org.bedework.calsvci.SchedulingI, org.bedework.util.logging.Logged
Direct Known Subclasses:
FreeAndBusyHandler

public abstract class OutBoxHandler extends SchedulingBase
Rather than have a single class steering calls to a number of smaller classes we will build up a full implementation by progressively implementing abstract classes.

That allows us to split up some rather complex code into appropriate pieces.

This piece handlkes the outbox low-level methods

Author:
douglm
See Also:
  • Method Details

    • addToOutBox

      protected org.bedework.base.response.Response addToOutBox(org.bedework.calfacade.svc.EventInfo ei, org.bedework.calfacade.BwCalendar outBox, Set<String> externalRcs)