Class NotFactory
java.lang.Object
org.apache.synapse.commons.evaluators.config.NotFactory
- All Implemented Interfaces:
EvaluatorFactory
This Factory creates a
NotEvaluator from the following XML configuration.
<not>
one evaluator
</not>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NotFactory
public NotFactory()
-
-
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
-