Package | Description |
---|---|
org.apache.synapse.commons.evaluators | |
org.apache.synapse.commons.evaluators.source |
Modifier and Type | Method and Description |
---|---|
boolean |
OrEvaluator.evaluate(EvaluatorContext context) |
boolean |
EqualEvaluator.evaluate(EvaluatorContext context) |
boolean |
MatchEvaluator.evaluate(EvaluatorContext context) |
boolean |
NotEvaluator.evaluate(EvaluatorContext context) |
boolean |
Evaluator.evaluate(EvaluatorContext context)
Evaluate a boolean expression
|
boolean |
AndEvaluator.evaluate(EvaluatorContext context) |
int |
Parser.parse(EvaluatorContext context)
Parse the HTTP request against the condition set and return the matching priority.
|
Modifier and Type | Method and Description |
---|---|
String |
SourceTextRetriever.getSourceText(EvaluatorContext context) |
String |
SOAPEnvelopeTextRetriever.getSourceText(EvaluatorContext context) |
String |
ParameterTextRetriever.getSourceText(EvaluatorContext context) |
String |
URLTextRetriever.getSourceText(EvaluatorContext context) |
String |
PropertyTextRetriever.getSourceText(EvaluatorContext context) |
String |
HeaderTextRetriever.getSourceText(EvaluatorContext context) |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.