Package org.apache.cxf.bus.extension
Class TextExtensionFragmentParser
- java.lang.Object
- 
- org.apache.cxf.bus.extension.TextExtensionFragmentParser
 
- 
 public class TextExtensionFragmentParser extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description TextExtensionFragmentParser(ClassLoader loader)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Extension>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)List<Extension>getExtensions(URL url)
 
- 
- 
- 
Constructor Detail- 
TextExtensionFragmentParserpublic TextExtensionFragmentParser(ClassLoader loader) 
 
- 
 - 
Method Detail- 
getExtensionspublic List<Extension> getExtensions(InputStream is) throws IOException 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)- Parameters:
- is- stream to read the extension from
- Returns:
- list of Extensions
- Throws:
- IOException
 
 
- 
 
-