org.granite.messaging.reflect
Class SunBypassConstructorAllocator

java.lang.Object
  extended by org.granite.messaging.reflect.SunBypassConstructorAllocator
All Implemented Interfaces:
BypassConstructorAllocator

public class SunBypassConstructorAllocator
extends Object
implements BypassConstructorAllocator

Author:
Franck WOLFF

Constructor Summary
SunBypassConstructorAllocator()
           
 
Method Summary
<T> T
newInstance(Class<T> cls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SunBypassConstructorAllocator

public SunBypassConstructorAllocator()
Method Detail

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