public interface FactoryBuilder
IPojoFactory
instances.
As each type of iPOJO factories can be different, factory builder are the common facade of all those types.Modifier and Type | Method and Description |
---|---|
IPojoFactory |
build(org.osgi.framework.BundleContext bundleContext,
org.apache.felix.ipojo.metadata.Element metadata)
Creates an iPOJO Factory.
|
IPojoFactory build(org.osgi.framework.BundleContext bundleContext, org.apache.felix.ipojo.metadata.Element metadata) throws FactoryBuilderException
bundleContext
- the bundle context of the bundle declaring the component typemetadata
- the metadata of the component type (component
element).FactoryBuilderException
- if the factory cannot be created.Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.