Interface ComponentDefinitionsFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
FactorySet, I18nFactorySet, ReloadableDefinitionsFactory

@Deprecated public interface ComponentDefinitionsFactory extends Serializable
Deprecated.
Use DefinitionsFactory instead.
Component repository interface. This interface allows to retrieve an definition by its name, independently of the factory implementation. Implementation must be Serializable, in order to be compliant with web Container having this constraint (Weblogic 6.x).