Package org.apache.cxf.bus.extension
Class TextExtensionFragmentParser
java.lang.Object
org.apache.cxf.bus.extension.TextExtensionFragmentParser
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReads extension definitions from a Text file and instantiates them The text file has the following syntax classname:interfacename:deferred(true|false):optional(true|false)getExtensions(URL url) 
- 
Constructor Details- 
TextExtensionFragmentParser
 
- 
- 
Method Details- 
getExtensions
- 
getExtensionsReads extension definitions from a Text file and instantiates them The text file has the following syntax classname:interfacename:deferred(true|false):optional(true|false)- Parameters:
- is- stream to read the extension from
- Returns:
- list of Extensions
- Throws:
- IOException
 
 
-