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