Class EqualFactory
- java.lang.Object
-
- org.apache.synapse.commons.evaluators.config.TextProcessingEvaluatorFactory
-
- org.apache.synapse.commons.evaluators.config.EqualFactory
-
- All Implemented Interfaces:
EvaluatorFactory
public class EqualFactory extends TextProcessingEvaluatorFactory
This factory creates a
EqualEvaluator
. This factory expects the following XML configuration.<equal type="header | param | url" source="" value=""/>
-
-
Field Summary
-
Fields inherited from class org.apache.synapse.commons.evaluators.config.TextProcessingEvaluatorFactory
log
-
-
Constructor Summary
Constructors Constructor Description EqualFactory()
-
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-
Methods inherited from class org.apache.synapse.commons.evaluators.config.TextProcessingEvaluatorFactory
getSourceTextRetriever, handleException
-
-
-
-
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- Parameters:
e
- OMElement having the evaluator XML configuration- Returns:
- an evaluator
- Throws:
EvaluatorException
- if a syntax error is there
-
-