Uses of Interface
org.apache.synapse.commons.evaluators.Evaluator
-
Packages that use Evaluator Package Description org.apache.synapse.commons.evaluators org.apache.synapse.commons.evaluators.config -
-
Uses of Evaluator in org.apache.synapse.commons.evaluators
Classes in org.apache.synapse.commons.evaluators that implement Evaluator Modifier and Type Class Description classAndEvaluatorThis encapsulates two or more boolean conditions.classEqualEvaluatorTry to see weather a part of the HTTP request is equal to the value provided.classMatchEvaluatorThis evaluator uses regular expressions to match a given HTTP request.classNotEvaluatorThis encapsulates a boolean expression.classOrEvaluatorThis encapsulates two or more boolean expressions.Methods in org.apache.synapse.commons.evaluators that return Evaluator Modifier and Type Method Description EvaluatorCondition. getEvaluator()EvaluatorNotEvaluator. getEvaluator()Evaluator[]AndEvaluator. getEvaluators()Evaluator[]OrEvaluator. getEvaluators()Methods in org.apache.synapse.commons.evaluators with parameters of type Evaluator Modifier and Type Method Description voidCondition. setEvaluator(Evaluator evaluator)voidNotEvaluator. setEvaluator(Evaluator evaluator)voidAndEvaluator. setEvaluators(Evaluator[] evaluators)voidOrEvaluator. setEvaluators(Evaluator[] evaluators) -
Uses of Evaluator in org.apache.synapse.commons.evaluators.config
Methods in org.apache.synapse.commons.evaluators.config that return Evaluator Modifier and Type Method Description EvaluatorAndFactory. create(org.apache.axiom.om.OMElement e)EvaluatorEqualFactory. create(org.apache.axiom.om.OMElement e)EvaluatorEvaluatorFactory. create(org.apache.axiom.om.OMElement e)Create an evalautor from the given XML configurationEvaluatorMatchFactory. create(org.apache.axiom.om.OMElement e)EvaluatorNotFactory. create(org.apache.axiom.om.OMElement e)EvaluatorOrFactory. create(org.apache.axiom.om.OMElement e)EvaluatorEvaluatorFactoryFinder. getEvaluator(org.apache.axiom.om.OMElement elem)Retun anEvaluatorFactoryfor a given Evaluator name.Methods in org.apache.synapse.commons.evaluators.config with parameters of type Evaluator Modifier and Type Method Description org.apache.axiom.om.OMElementAndSerializer. serialize(org.apache.axiom.om.OMElement parent, Evaluator evaluator)org.apache.axiom.om.OMElementEqualSerializer. serialize(org.apache.axiom.om.OMElement parent, Evaluator evaluator)org.apache.axiom.om.OMElementEvaluatorSerializer. serialize(org.apache.axiom.om.OMElement parent, Evaluator evaluator)Serialze an Evaluator configuration to a XML element.org.apache.axiom.om.OMElementMatchSerializer. serialize(org.apache.axiom.om.OMElement parent, Evaluator evaluator)org.apache.axiom.om.OMElementNotSerializer. serialize(org.apache.axiom.om.OMElement parent, Evaluator evaluator)org.apache.axiom.om.OMElementOrSerializer. serialize(org.apache.axiom.om.OMElement parent, Evaluator evaluator)protected voidAbstractEvaluatorSerializer. serializeChild(org.apache.axiom.om.OMElement parenet, Evaluator child)protected voidAbstractEvaluatorSerializer. serializeChildren(org.apache.axiom.om.OMElement parent, Evaluator[] childEvaluators)
-