org.jvnet.hk2.osgiadapter
Class OsgiHk2Loader

java.lang.Object
  extended by org.jvnet.hk2.osgiadapter.OsgiHk2Loader
All Implemented Interfaces:
HK2Loader

public class OsgiHk2Loader
extends Object
implements HK2Loader

An Hk2Loader that uses a Bundle to load classes

Author:
mason.taube@oracle.com

Method Summary
 Class<?> loadClass(String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

loadClass

public Class<?> loadClass(String className)
                   throws MultiException
Specified by:
loadClass in interface HK2Loader
Throws:
MultiException


Copyright © 2012 Oracle Corporation. All Rights Reserved.