Uses of Interface
org.apache.synapse.commons.evaluators.config.EvaluatorFactory
-
Packages that use EvaluatorFactory Package Description org.apache.synapse.commons.evaluators.config -
-
Uses of EvaluatorFactory in org.apache.synapse.commons.evaluators.config
Classes in org.apache.synapse.commons.evaluators.config that implement EvaluatorFactory Modifier and Type Class Description classAndFactoryThis factory creates aAndEvaluator.classEqualFactoryThis factory creates aEqualEvaluator.classMatchFactoryThis Factory creates aMatchEvaluatorusing the following XML configuration.classNotFactoryThis Factory creates aNotEvaluatorfrom the following XML configuration.classOrFactoryThis factory creates aOrFactoryusing the following XML configuration.classTextProcessingEvaluatorFactoryMethods in org.apache.synapse.commons.evaluators.config that return EvaluatorFactory Modifier and Type Method Description EvaluatorFactoryEvaluatorFactoryFinder. findEvaluatorFactory(String name)Retun anEvaluatorFactoryfor a given Evaluator name.
-