Package org.apache.cxf.bus.extension
Class ExtensionRegistry
java.lang.Object
org.apache.cxf.bus.extension.ExtensionRegistry
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
Modifier and TypeMethodDescriptionstatic void
addExtensions
(List<? extends Extension> list) static void
removeExtensions
(List<? extends Extension> list)
-
Method Details
-
getRegisteredExtensions
-
removeExtensions
-
addExtensions
-