Package | Description |
---|---|
org.apache.cxf.bus.extension | |
org.apache.cxf.bus.osgi |
Modifier and Type | Method and Description |
---|---|
Extension |
Extension.cloneNoObject() |
Modifier and Type | Method and Description |
---|---|
List<Extension> |
TextExtensionFragmentParser.getExtensions(InputStream is)
Reads extension definitions from a Text file and instantiates them
The text file has the following syntax
classname:interfacename:deferred(true|false):optional(true|false)
|
List<Extension> |
TextExtensionFragmentParser.getExtensions(URL url) |
static Map<String,Extension> |
ExtensionRegistry.getRegisteredExtensions() |
Modifier and Type | Method and Description |
---|---|
void |
ExtensionManagerImpl.add(Extension ex) |
Modifier and Type | Method and Description |
---|---|
static void |
ExtensionRegistry.addExtensions(List<? extends Extension> list) |
static void |
ExtensionRegistry.removeExtensions(List<? extends Extension> list) |
Constructor and Description |
---|
Extension(Extension ext) |
Modifier and Type | Class and Description |
---|---|
class |
CXFExtensionBundleListener.OSGiExtension |
Modifier and Type | Method and Description |
---|---|
Extension |
CXFExtensionBundleListener.OSGiExtension.cloneNoObject() |
Constructor and Description |
---|
OSGiExtension(Extension e,
org.osgi.framework.Bundle b) |
Apache CXF