org.granite.messaging.reflect
Interface BypassConstructorAllocator

All Known Implementing Classes:
SunBypassConstructorAllocator

public interface BypassConstructorAllocator

Author:
Franck WOLFF

Method Summary
<T> T
newInstance(Class<T> cls)
           
 

Method Detail

newInstance

<T> T newInstance(Class<T> cls)
              throws InstantiationException,
                     IllegalAccessException,
                     IllegalArgumentException,
                     InvocationTargetException,
                     SecurityException,
                     NoSuchMethodException
Throws:
InstantiationException
IllegalAccessException
IllegalArgumentException
InvocationTargetException
SecurityException
NoSuchMethodException