Package org.apache.cxf.bus.osgi
Class CXFExtensionBundleListener.OSGiExtension
- java.lang.Object
- 
- org.apache.cxf.bus.extension.Extension
- 
- 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.Extensionargs, classloader, className, clazz, deferred, interfaceName, intf, LOG, namespaces, notFound, obj, optional
 
- 
 - 
Constructor SummaryConstructors Constructor Description OSGiExtension(Extension e, org.osgi.framework.Bundle b)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensioncloneNoObject()Objectload(ClassLoader cl, Bus b)voidsetServiceObject(Object o)protected Class<?>tryClass(String name, ClassLoader cl)- 
Methods inherited from class org.apache.cxf.bus.extension.ExtensiongetClassname, getClassObject, getInterfaceName, getLoadedObject, getName, getNamespaces, isDeferred, isOptional, loadInterface, setArgs, setClassname, setDeferred, setInterfaceName, setOptional, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
OSGiExtensionpublic OSGiExtension(Extension e, org.osgi.framework.Bundle b) 
 
- 
 - 
Method Detail- 
setServiceObjectpublic void setServiceObject(Object o) 
 - 
loadpublic Object load(ClassLoader cl, Bus b) 
 - 
tryClassprotected Class<?> tryClass(String name, ClassLoader cl) 
 - 
cloneNoObjectpublic Extension cloneNoObject() - Overrides:
- cloneNoObjectin class- Extension
 
 
- 
 
-