Interface CaptureFactory<T>
- Type Parameters:
T- The type that theCaptureDecoratordecorates.
A factory for the
CaptureDecorator.-
Method Summary
Modifier and TypeMethodDescriptionwrap(T delegate, org.forgerock.openig.decoration.capture.MessageCapture messageCapture, Set<CapturePoint> points) Wraps the decorator to be applied to the given object.
-
Method Details
-
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 theCaptureDecorator.messageCapture- TheMessageCapturepoints- TheSetofCapturePoints to capture.- Returns:
- The type of the decorated object.
-