com.bareflow
Interface IExtensionFactory


public interface IExtensionFactory

This interface is used to instantiate Extension. Each Extension has associated instance of IExtensionFactory.

The framework uses the service provider mechanism described in the Jar File Specification to obtain all available instances of IExtensionFactory.


Method Summary
 Extension createExtension()
          Returns an Extension object associated with this factory.
 

Method Detail

createExtension

Extension createExtension()
                          throws BareflowException
Returns an Extension object associated with this factory.

Returns:
an extension object
Throws:
BareflowException