Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


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.


Field Summary
static java.lang.Object UNRESOLVED
          A constant that indicates that the parameter cannot be resolved.

 

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

 

Field Detail

UNRESOLVED

static final java.lang.Object UNRESOLVED
A constant that indicates that the parameter cannot be resolved.

Method Detail

resolveParameter

java.lang.Object resolveParameter(java.lang.String sType,
                                  java.lang.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 or the UNRESOLVED constant

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.