Apache CXF API

org.apache.cxf.bus.osgi
Class OSGiExtensionLocator.OSGiExtension

java.lang.Object
  extended by org.apache.cxf.bus.extension.Extension
      extended by org.apache.cxf.bus.osgi.OSGiExtensionLocator.OSGiExtension
Enclosing class:
OSGiExtensionLocator

public class OSGiExtensionLocator.OSGiExtension
extends Extension


Field Summary
 
Fields inherited from class org.apache.cxf.bus.extension.Extension
classloader, className, clazz, deferred, interfaceName, intf, namespaces, obj
 
Constructor Summary
OSGiExtensionLocator.OSGiExtension(Extension e, Bundle b)
           
 
Method Summary
 Extension cloneNoObject()
           
 Class<?> getClassObject(ClassLoader cl)
           
 Class<?> loadInterface(ClassLoader cl)
           
 
Methods inherited from class org.apache.cxf.bus.extension.Extension
getClassname, getInterfaceName, getLoadedObject, getName, getNamespaces, isDeferred, load, setClassname, setDeferred, setInterfaceName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OSGiExtensionLocator.OSGiExtension

public OSGiExtensionLocator.OSGiExtension(Extension e,
                                          Bundle b)
Method Detail

getClassObject

public Class<?> getClassObject(ClassLoader cl)
Overrides:
getClassObject in class Extension

loadInterface

public Class<?> loadInterface(ClassLoader cl)
Overrides:
loadInterface in class Extension

cloneNoObject

public Extension cloneNoObject()
Overrides:
cloneNoObject in class Extension

Apache CXF API

Apache CXF