Class AndFactory
java.lang.Object
org.apache.synapse.commons.evaluators.config.AndFactory
- All Implemented Interfaces:
EvaluatorFactory
This factory creates a AndEvaluator. This factory expects the
following XML configuration.
<and>
two or more evaluators
<and>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AndFactory
public AndFactory()
-
-
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
-