org.granite.messaging.jmf.reflect
Class SunConstructorFactory

java.lang.Object
  extended by org.granite.messaging.jmf.reflect.SunConstructorFactory
All Implemented Interfaces:
ConstructorFactory

public class SunConstructorFactory
extends Object
implements ConstructorFactory

Author:
Franck WOLFF

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

Constructor Detail

SunConstructorFactory

public SunConstructorFactory()
Method Detail

newConstructorForSerialization

public Constructor<?> newConstructorForSerialization(Class<?> cls)
                                              throws NoSuchMethodException,
                                                     SecurityException
Specified by:
newConstructorForSerialization in interface ConstructorFactory
Throws:
NoSuchMethodException
SecurityException