org.apache.synapse.commons.evaluators.config
Class TextProcessingEvaluatorFactory

java.lang.Object
  extended by 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
protected  org.apache.commons.logging.Log log
           
 
Constructor Summary
TextProcessingEvaluatorFactory()
           
 
Method Summary
protected  SourceTextRetriever getSourceTextRetriever(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
 

Field Detail

log

protected org.apache.commons.logging.Log log
Constructor Detail

TextProcessingEvaluatorFactory

public TextProcessingEvaluatorFactory()
Method Detail

getSourceTextRetriever

protected SourceTextRetriever getSourceTextRetriever(OMElement e)
                                              throws EvaluatorException
Throws:
EvaluatorException

handleException

protected void handleException(String message)
                        throws EvaluatorException
Throws:
EvaluatorException


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.