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 classAbstractEvaluatorSerializerProvide common methods forEvaluatorSerializerimplementationsclassAndSerializerSerialize theAndEvaluatorto the XML configuration defined in theAndFactory.classEqualSerializerSerialize theEqualEvaluatorto the XML configuration defined in theEqualFactory.classMatchSerializerSerialize theMatchEvaluatorto the XML configuration defined in theMatchFactory.classNotSerializerSerialize theNotEvaluatorto the XML configuration defined in theNotFactory.classOrSerializerSerialize theOrEvaluatorto the XML configuration defined in theOrFactory.classTextProcessingEvaluatorSerializerMethods in org.apache.synapse.commons.evaluators.config that return EvaluatorSerializer Modifier and Type Method Description EvaluatorSerializerEvaluatorSerializerFinder. getSerializer(String name)
-