public interface IoCManagedComponentProvider extends IoCInstantiatedComponentProvider
The component is 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 Jersey runtime to inject Jersey-based artfacts onto the component.
Modifier and Type | Method and Description |
---|---|
ComponentScope |
getScope()
Get the component scope.
|
getInjectableInstance
getInstance
ComponentScope getScope()
The scope of the component declared by the underlying IoC framework
needs to be mapped to a ComponentScope
value supported by the
runtime. This enables the runtime to correctly perform its own injecton
onto a component instance.
Copyright © 2016 Oracle Corporation. All Rights Reserved.