public interface IoCFullyManagedComponentProvider extends IoCComponentProvider
The component is fully managed by the underlying IoC framework, which includes managing the construction, injection and destruction according to the life-cycle declared in the IoC framework's semantics. It is the reponsibility of the IoC framework to inject Jersey-based artifacts onto the component.
The IoCComponentProcessorFactory
may be utilized
to inject Jersey-based artfacts onto a component at post construction
interception.
IoCComponentProcessorFactory
Modifier and Type | Method and Description |
---|---|
ComponentScope |
getScope()
Get the scope.
|
getInstance
ComponentScope getScope()
Copyright © 2016 Oracle Corporation. All Rights Reserved.