Interface CaptureFactory<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T wrap​(T delegate, org.forgerock.openig.decoration.capture.MessageCapture messageCapture, Set<CapturePoint> points)
      Wraps the decorator to be applied to the given object.
    • Method Detail

      • wrap

        T wrap​(T delegate,
               org.forgerock.openig.decoration.capture.MessageCapture messageCapture,
               Set<CapturePoint> points)
        Wraps the decorator to be applied to the given object.
        Parameters:
        delegate - The object to decorate with the CaptureDecorator.
        messageCapture - The MessageCapture
        points - The Set of CapturePoints to capture.
        Returns:
        The type of the decorated object.