Class TextProcessingEvaluatorFactory
- java.lang.Object
-
- org.apache.synapse.commons.evaluators.config.TextProcessingEvaluatorFactory
-
- All Implemented Interfaces:
EvaluatorFactory
- Direct Known Subclasses:
EqualFactory
,MatchFactory
public abstract class TextProcessingEvaluatorFactory extends Object implements EvaluatorFactory
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.commons.logging.Log
log
-
Constructor Summary
Constructors Constructor Description TextProcessingEvaluatorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SourceTextRetriever
getSourceTextRetriever(org.apache.axiom.om.OMElement e)
protected void
handleException(String message)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.synapse.commons.evaluators.config.EvaluatorFactory
create
-
-
-
-
Method Detail
-
getSourceTextRetriever
protected SourceTextRetriever getSourceTextRetriever(org.apache.axiom.om.OMElement e) throws EvaluatorException
- Throws:
EvaluatorException
-
handleException
protected void handleException(String message) throws EvaluatorException
- Throws:
EvaluatorException
-
-