public class EvaluatorFactoryFinder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
EvaluatorFactory |
findEvaluatorFactory(java.lang.String name)
Retun an
EvaluatorFactory for a given Evaluator name. |
Evaluator |
getEvaluator(org.apache.axiom.om.OMElement elem)
Retun an
EvaluatorFactory for a given Evaluator name. |
static EvaluatorFactoryFinder |
getInstance()
Return and instance of the
EvaluatorFactoryFinder . |
public static EvaluatorFactoryFinder getInstance()
EvaluatorFactoryFinder
.public EvaluatorFactory findEvaluatorFactory(java.lang.String name)
EvaluatorFactory
for a given Evaluator name.name
- name of the Evaluatorpublic Evaluator getEvaluator(org.apache.axiom.om.OMElement elem) throws EvaluatorException
EvaluatorFactory
for a given Evaluator name.elem
- A XML element containing the evaluator configurationEvaluatorException
- if it cannot find
a corresponding factory for creating an evaluatorCopyright © 2005-2020 Apache Software Foundation. All Rights Reserved.