Class OrFactory
java.lang.Object
org.apache.synapse.commons.evaluators.config.OrFactory
- All Implemented Interfaces:
EvaluatorFactory
This factory creates a
OrFactory using the following XML configuration.
<or>
two or more evaluators
</or>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OrFactory
public OrFactory()
-
-
Method Details
-
create
Description copied from interface:EvaluatorFactoryCreate an evalautor from the given XML configuration- Specified by:
createin interfaceEvaluatorFactory- Parameters:
e- OMElement having the evaluator XML configuration- Returns:
- an evaluator
- Throws:
EvaluatorException- if a syntax error is there
-