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 SummaryModifier and TypeMethodDescriptionstatic voidaddExtensions(List<? extends Extension> list) static voidremoveExtensions(List<? extends Extension> list) 
- 
Method Details- 
getRegisteredExtensions
- 
removeExtensions
- 
addExtensions
 
-