Uses of Class
org.apache.cxf.bus.extension.Extension
Packages that use Extension
-
Uses of Extension in org.apache.cxf.bus.extension
Methods in org.apache.cxf.bus.extension that return ExtensionMethods in org.apache.cxf.bus.extension that return types with arguments of type ExtensionModifier and TypeMethodDescriptionTextExtensionFragmentParser.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)TextExtensionFragmentParser.getExtensions
(URL url) ExtensionRegistry.getRegisteredExtensions()
Methods in org.apache.cxf.bus.extension with parameters of type ExtensionMethod parameters in org.apache.cxf.bus.extension with type arguments of type ExtensionModifier and TypeMethodDescriptionstatic void
ExtensionRegistry.addExtensions
(List<? extends Extension> list) static void
ExtensionRegistry.removeExtensions
(List<? extends Extension> list) Constructors in org.apache.cxf.bus.extension with parameters of type Extension