public interface ComponentFactory
ComponentFactory#FACTORY_NAME
servie property with the Component "factoryName" value.| Modifier and Type | Method and Description |
|---|---|
ComponentInstance |
newInstance(java.util.Dictionary<java.lang.String,?> conf)
Instantiates a Component instance.
|
ComponentInstance newInstance(java.util.Dictionary<java.lang.String,?> conf)
conf - the properties passed to the component "configure" method which is specified with the "configure" attribute
of the @Component annotation.