Class OrFactory
- java.lang.Object
-
- org.apache.synapse.commons.evaluators.config.OrFactory
-
- All Implemented Interfaces:
EvaluatorFactory
public class OrFactory extends Object implements EvaluatorFactory
This factory creates aOrFactory
using the following XML configuration.<or> two or more evaluators </or>
-
-
Constructor Summary
Constructors Constructor Description OrFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Evaluator
create(org.apache.axiom.om.OMElement e)
Create an evalautor from the given XML configuration
-
-
-
Method Detail
-
create
public Evaluator create(org.apache.axiom.om.OMElement e) throws EvaluatorException
Description copied from interface:EvaluatorFactory
Create an evalautor from the given XML configuration- Specified by:
create
in interfaceEvaluatorFactory
- Parameters:
e
- OMElement having the evaluator XML configuration- Returns:
- an evaluator
- Throws:
EvaluatorException
- if a syntax error is there
-
-