org.apache.cxf.bus.extension
Class ExtensionFragmentParser
java.lang.Object
org.apache.cxf.bus.extension.ExtensionFragmentParser
public class ExtensionFragmentParser
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtensionFragmentParser
public ExtensionFragmentParser()
getExtensionsFromXML
public List<Extension> getExtensionsFromXML(InputStream is)
getExtensionsFromText
public List<Extension> getExtensionsFromText(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)
- Parameters:
is
- stream to read the extension from
- Returns:
- list of Extensions
- Throws:
IOException
Apache CXF