Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Structure

Section
Column
size67%

Image RemovedImage Added

Column
size33%

The Class diagram for this interceptor is shown in this diagram.

The interface (Interceptor) describes all the method to be implemented. The abstract class BaseInterceptor only declare 2 new methods.

The ReferralService class implements all the needed methods, not all the interface's methods.

...