Apache CXF API

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

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

public class CXFExtensionBundleListener.OSGiExtension
extends Extension


Field Summary
 
Fields inherited from class org.apache.cxf.bus.extension.Extension
args, classloader, className, clazz, deferred, interfaceName, intf, namespaces, obj
 
Constructor Summary
CXFExtensionBundleListener.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, setArgs, setClassname, setDeferred, setInterfaceName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CXFExtensionBundleListener.OSGiExtension

public CXFExtensionBundleListener.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