org.apache.tuscany.sca.implementation.java.impl
Class JavaConstructorImpl<T>

java.lang.Object
  extended by org.apache.tuscany.sca.implementation.java.impl.JavaConstructorImpl<T>

public class JavaConstructorImpl<T>
extends java.lang.Object

Hold injection information for the constructor used to instantiate a component implementation instance


Constructor Summary
JavaConstructorImpl(java.lang.reflect.Constructor<T> constructor)
           
 
Method Summary
 java.lang.reflect.Constructor<T> getConstructor()
           
 JavaParameterImpl[] getParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaConstructorImpl

public JavaConstructorImpl(java.lang.reflect.Constructor<T> constructor)
Method Detail

getConstructor

public java.lang.reflect.Constructor<T> getConstructor()

getParameters

public JavaParameterImpl[] getParameters()
Returns:
the parameters