Class OutboundSchedulingHandler

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

public abstract class OutboundSchedulingHandler extends IScheduleHandler
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 handles outbound schduling methods - those going to an inbox

Author:
douglm
See Also:
  • Method Details

    • sendSchedule

      protected void sendSchedule(org.bedework.calfacade.ScheduleResult sr, org.bedework.calfacade.svc.EventInfo ei, String recipient, String fromAttUri, boolean fromOrganizer)