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 theEvaluatorobject model in to XML configuration. -
Class Summary Class Description AbstractEvaluatorSerializer Provide common methods forEvaluatorSerializerimplementationsAndFactory This factory creates aAndEvaluator.AndSerializer Serialize theAndEvaluatorto the XML configuration defined in theAndFactory.ConditionFactory This factory creates aConditionusing the following XML configuration.ConditionSerializer Serialize theConditionto the XML configuration defined in theConditionFactory.EqualFactory This factory creates aEqualEvaluator.EqualSerializer Serialize theEqualEvaluatorto the XML configuration defined in theEqualFactory.EvaluatorFactoryFinder Factories for creating Evaluators are found using the evaluator name.EvaluatorSerializerFinder EvaluatorSerializers for serializing Evaluators are found using the evaluator name.MatchFactory This Factory creates aMatchEvaluatorusing the following XML configuration.MatchSerializer Serialize theMatchEvaluatorto the XML configuration defined in theMatchFactory.NotFactory This Factory creates aNotEvaluatorfrom the following XML configuration.NotSerializer Serialize theNotEvaluatorto the XML configuration defined in theNotFactory.OrFactory This factory creates aOrFactoryusing the following XML configuration.OrSerializer Serialize theOrEvaluatorto the XML configuration defined in theOrFactory.TextProcessingEvaluatorFactory TextProcessingEvaluatorSerializer