CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

com.tangosol.run.xml
Interface XmlHelper.ParameterResolver

Enclosing class:
XmlHelper

public static interface XmlHelper.ParameterResolver

An interface that describes a callback to resolve a substitutable parameter value.


Method Summary
 Object resolveParameter(String sType, String sValue)
          Resolve the passed substitutable parameter.
 

Method Detail

resolveParameter

Object resolveParameter(String sType,
                        String sValue)
Resolve the passed substitutable parameter.

Parameters:
sType - the value of the "param-type" element
sValue - the value of the "param-value" element, which is enclosed by curly braces, indicating its substitutability
Returns:
the object value to use

CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation