org.jibx.soap
Class Utility

java.lang.Object
  extended byorg.jibx.soap.Utility

public final class Utility
extends java.lang.Object

Utility methods.

Version:
1.0
Author:
Dennis M. Sosnoski

Method Summary
static java.lang.Class loadClass(java.lang.String name)
          Load class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

loadClass

public static java.lang.Class loadClass(java.lang.String name)
Load class. This first tries using the classloader set on the current thread, then tries the classloader that loaded this class.

Parameters:
name - full package and class name of class to be loaded
Returns:
loaded class, or null if class not found


Project Web Site