Apache CXF API

org.apache.cxf.bus.extension
Class TextExtensionFragmentParser

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

public class TextExtensionFragmentParser
extends Object


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

Constructor Detail

TextExtensionFragmentParser

public TextExtensionFragmentParser(ClassLoader loader)
Method Detail

getExtensions

public List<Extension> getExtensions(URL url)

getExtensions

public 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

Apache CXF API

Apache CXF