This image shows the three actions of the
Employee Benefits application:
- Add Benefit to Employee
- Query Employee
- Remove Benefit from Employee
Each of these actions maps to a subclass of the AbstractActionHandler abstract
class, which in turn implements the ActionHandler interface.