Apache CXF API

org.apache.cxf.bus.extension
Class ExtensionFragmentParser

java.lang.Object
  extended by org.apache.cxf.bus.extension.ExtensionFragmentParser

public class ExtensionFragmentParser
extends Object


Constructor Summary
ExtensionFragmentParser()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionFragmentParser

public ExtensionFragmentParser()
Method Detail

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 API

Apache CXF