org.apache.yoko.rmispec.util
Class UtilLoader

java.lang.Object
  extended by org.apache.yoko.rmispec.util.UtilLoader

public class UtilLoader
extends Object


Constructor Summary
UtilLoader()
           
 
Method Summary
static Class loadClass(String name, String codebase, ClassLoader loader)
           
static Class<?> loadServiceClass(String delegateName, String delegateKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UtilLoader

public UtilLoader()
Method Detail

loadServiceClass

public static Class<?> loadServiceClass(String delegateName,
                                        String delegateKey)
                                 throws ClassNotFoundException
Throws:
ClassNotFoundException

loadClass

public static Class loadClass(String name,
                              String codebase,
                              ClassLoader loader)
                       throws ClassNotFoundException
Throws:
ClassNotFoundException


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.