org.openspml.v2.util
Class ReflectionUtil

java.lang.Object
  extended byorg.openspml.v2.util.ReflectionUtil

public class ReflectionUtil
extends java.lang.Object

This is just a place to put methods that are convenient, and Reflection related.

Author:
kent.spaulding@sun.com

Constructor Summary
ReflectionUtil()
           
 
Method Summary
static java.lang.Object instantiate(java.lang.String classname)
          Create an instance of a class given a class name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionUtil

public ReflectionUtil()
Method Detail

instantiate

public static java.lang.Object instantiate(java.lang.String classname)
                                    throws Spml2Exception
Create an instance of a class given a class name. Map all exceptions to Spml2Exception.

Throws:
Spml2Exception


Copyright © Sun Microsystems, Inc. All Rights Reserved.