public class ExtensionFragmentParser extends Object
| Constructor and Description |
|---|
ExtensionFragmentParser() |
| Modifier and Type | Method and Description |
|---|---|
List<Extension> |
getExtensionsFromText(InputStream is)
Reads extension definitions from a Text file and instantiates them
The text file has the following syntax
classname:interfacename:deferred(true|false)
|
List<Extension> |
getExtensionsFromXML(InputStream is) |
public List<Extension> getExtensionsFromXML(InputStream is)
public List<Extension> getExtensionsFromText(InputStream is) throws IOException
is - stream to read the extension fromIOExceptionApache CXF