public final class CDIInstantiator extends Object implements ConfigurableImpl.Instantiator
| Modifier and Type | Method and Description |
|---|---|
<T> Object |
create(Class<T> cls) |
void |
release(Object instance) |
public <T> Object create(Class<T> cls)
create in interface ConfigurableImpl.Instantiatorpublic void release(Object instance)
release in interface ConfigurableImpl.InstantiatorApache CXF