Uses of Interface
org.apache.synapse.commons.evaluators.config.EvaluatorSerializer
-
Packages that use EvaluatorSerializer Package Description org.apache.synapse.commons.evaluators.config -
-
Uses of EvaluatorSerializer in org.apache.synapse.commons.evaluators.config
Classes in org.apache.synapse.commons.evaluators.config that implement EvaluatorSerializer Modifier and Type Class Description class
AbstractEvaluatorSerializer
Provide common methods forEvaluatorSerializer
implementationsclass
AndSerializer
Serialize theAndEvaluator
to the XML configuration defined in theAndFactory
.class
EqualSerializer
Serialize theEqualEvaluator
to the XML configuration defined in theEqualFactory
.class
MatchSerializer
Serialize theMatchEvaluator
to the XML configuration defined in theMatchFactory
.class
NotSerializer
Serialize theNotEvaluator
to the XML configuration defined in theNotFactory
.class
OrSerializer
Serialize theOrEvaluator
to the XML configuration defined in theOrFactory
.class
TextProcessingEvaluatorSerializer
Methods in org.apache.synapse.commons.evaluators.config that return EvaluatorSerializer Modifier and Type Method Description EvaluatorSerializer
EvaluatorSerializerFinder. getSerializer(String name)
-