com.novell.nds.dirxml.engine.gcv
Interface ShimParams.ReferenceResolver

All Known Implementing Classes:
ShimConfig
Enclosing class:
ShimParams

public static interface ShimParams.ReferenceResolver

Interface for providing values for referenced items in ShimParams definitions. Designed for use with toShimInitParams().

See Also:
ShimParams.toShimInitParams(org.w3c.dom.Node,com.novell.nds.dirxml.engine.gcv.ShimParams.ReferenceResolver)

Method Summary
 GCValue getReferencedValue(String name)
          Supply a value given the name of the referenced item.
 

Method Detail

getReferencedValue

GCValue getReferencedValue(String name)
Supply a value given the name of the referenced item. If the name isn't recognized, then the result must be null.

Parameters:
name - name of referenced item
Returns:
null or the referenced item