Package org.apache.synapse.commons.evaluators.config
-
Interface Summary Interface Description EvaluatorFactory This should be implemented by the Factories creating evaluators.EvaluatorSerializer This interface should be implemented by the classes to serialize theEvaluator
object model in to XML configuration. -
Class Summary Class Description AbstractEvaluatorSerializer Provide common methods forEvaluatorSerializer
implementationsAndFactory This factory creates aAndEvaluator
.AndSerializer Serialize theAndEvaluator
to the XML configuration defined in theAndFactory
.ConditionFactory This factory creates aCondition
using the following XML configuration.ConditionSerializer Serialize theCondition
to the XML configuration defined in theConditionFactory
.EqualFactory This factory creates aEqualEvaluator
.EqualSerializer Serialize theEqualEvaluator
to the XML configuration defined in theEqualFactory
.EvaluatorFactoryFinder Factories for creating Evaluators are found using the evaluator name.EvaluatorSerializerFinder EvaluatorSerializer
s for serializing Evaluators are found using the evaluator name.MatchFactory This Factory creates aMatchEvaluator
using the following XML configuration.MatchSerializer Serialize theMatchEvaluator
to the XML configuration defined in theMatchFactory
.NotFactory This Factory creates aNotEvaluator
from the following XML configuration.NotSerializer Serialize theNotEvaluator
to the XML configuration defined in theNotFactory
.OrFactory This factory creates aOrFactory
using the following XML configuration.OrSerializer Serialize theOrEvaluator
to the XML configuration defined in theOrFactory
.TextProcessingEvaluatorFactory TextProcessingEvaluatorSerializer