|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jersey.core.spi.component.ComponentConstructor<T>
T - the type to constructpublic class ComponentConstructor<T>
A constructor of a component.
| Constructor Summary | |
|---|---|
ComponentConstructor(InjectableProviderContext ipc,
java.lang.Class<T> c)
Create a component constructor with the injectable provider context. |
|
| Method Summary | |
|---|---|
T |
getInstance()
Get a new instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentConstructor(InjectableProviderContext ipc,
java.lang.Class<T> c)
ipc - the injectable provider context.c - the class of the type to construct.| Method Detail |
|---|
public T getInstance()
throws java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.IllegalArgumentException,
java.lang.reflect.InvocationTargetException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.IllegalArgumentException
java.lang.reflect.InvocationTargetException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||