Class MatchFactory
java.lang.Object
org.apache.synapse.commons.evaluators.config.TextProcessingEvaluatorFactory
org.apache.synapse.commons.evaluators.config.MatchFactory
- All Implemented Interfaces:
EvaluatorFactory
This Factory creates a
MatchEvaluator using the following XML configuration.
<match type="header | param | url" source="" regex=""/>
-
Field Summary
Fields inherited from class org.apache.synapse.commons.evaluators.config.TextProcessingEvaluatorFactory
log -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.synapse.commons.evaluators.config.TextProcessingEvaluatorFactory
getSourceTextRetriever, handleException
-
Constructor Details
-
MatchFactory
public MatchFactory()
-
-
Method Details
-
create
Description copied from interface:EvaluatorFactoryCreate 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
-