DirObjectFactory
Interface DirObjectFactory
- All Superinterfaces:
- ObjectFactory
public interface DirObjectFactory extends ObjectFactory
This interface represents a factory for creating an object given an object and attributes about the object.
The JNDI framework allows for object implementations to be loaded in dynamically via object factories. See ObjectFactory
for details.
A DirObjectFactory
extends ObjectFactory
by allowing an Attributes
instance to be supplied to the getObjectInstance()
method. DirObjectFactory
implementations are intended to be used by DirContext
service providers. The service provider, in addition reading an object from the directory, might already have attributes that are useful for the object facto