getObjectInstance (
context,
refInfo,
name,
attrs=None,
)
Return the object that should be constructed from refInfo
This function or method should return the object which is referenced
by refInfo, or None if it does not know how or does not wish to
interpret refInfo.
refInfo is an IReference representing an object found in context
under name, with attributes attrs. The specific contents of
refInfo, name, and attrs, are entirely dependent upon the
implementation details of the context object.
(Note: the official semantics of the attrs parameter is not yet
defined; it is reserved for implementing JNDI 'DirContext'-style
operations. Currently None is the only correct value for attrs.)
|