Package org.apache.cxf.bus.extension
Class ExtensionRegistry
- java.lang.Object
-
- org.apache.cxf.bus.extension.ExtensionRegistry
-
public final class ExtensionRegistry extends Object
Static registry of extensions that are loaded in addition to the extensions the Bus will automatically detect. Mostly used by the OSGi bundle activator to detect extensions in bundles outside the CXF bundle.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addExtensions(List<? extends Extension> list)
static Map<String,Extension>
getRegisteredExtensions()
static void
removeExtensions(List<? extends Extension> list)
-