org.granite.messaging.reflect
Class SunBypassConstructorAllocator
java.lang.Object
org.granite.messaging.reflect.SunBypassConstructorAllocator
- All Implemented Interfaces:
- BypassConstructorAllocator
public class SunBypassConstructorAllocator
- extends Object
- implements BypassConstructorAllocator
- Author:
- Franck WOLFF
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SunBypassConstructorAllocator
public SunBypassConstructorAllocator()
newInstance
public <T> T newInstance(Class<T> cls)
throws InstantiationException,
IllegalAccessException,
IllegalArgumentException,
InvocationTargetException,
SecurityException,
NoSuchMethodException
- Specified by:
newInstance in interface BypassConstructorAllocator
- Throws:
InstantiationException
IllegalAccessException
IllegalArgumentException
InvocationTargetException
SecurityException
NoSuchMethodException