org.apache.synapse.commons.evaluators.config
Interface EvaluatorFactory

All Known Implementing Classes:
AndFactory, EqualFactory, MatchFactory, NotFactory, OrFactory, TextProcessingEvaluatorFactory

public interface EvaluatorFactory

This should be implemented by the Factories creating evaluators.


Method Summary
 Evaluator create(OMElement e)
          Create an evalautor from the given XML configuration
 

Method Detail

create

Evaluator create(OMElement e)
                 throws EvaluatorException
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


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