|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.sca.implementation.java.context.ReflectiveInstanceFactory<T>
public class ReflectiveInstanceFactory<T>
Constructor Summary | |
---|---|
ReflectiveInstanceFactory(java.lang.reflect.Constructor<T> ctr,
ObjectFactory<?>[] ctrArgs,
Injector<T>[] injectors,
EventInvoker<T> initInvoker,
EventInvoker<T> destroyInvoker)
|
Method Summary | |
---|---|
InstanceWrapper<T> |
newInstance()
Creates a new instance of the component. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReflectiveInstanceFactory(java.lang.reflect.Constructor<T> ctr, ObjectFactory<?>[] ctrArgs, Injector<T>[] injectors, EventInvoker<T> initInvoker, EventInvoker<T> destroyInvoker)
Method Detail |
---|
public InstanceWrapper<T> newInstance()
InstanceFactory
newInstance
in interface InstanceFactory<T>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |