Uses of Interface
org.apache.synapse.commons.evaluators.source.SourceTextRetriever
-
Packages that use SourceTextRetriever Package Description org.apache.synapse.commons.evaluators org.apache.synapse.commons.evaluators.config org.apache.synapse.commons.evaluators.source -
-
Uses of SourceTextRetriever in org.apache.synapse.commons.evaluators
Methods in org.apache.synapse.commons.evaluators that return SourceTextRetriever Modifier and Type Method Description SourceTextRetriever
EqualEvaluator. getTextRetriever()
SourceTextRetriever
MatchEvaluator. getTextRetriever()
Methods in org.apache.synapse.commons.evaluators with parameters of type SourceTextRetriever Modifier and Type Method Description void
EqualEvaluator. setTextRetriever(SourceTextRetriever textRetriever)
void
MatchEvaluator. setTextRetriever(SourceTextRetriever textRetriever)
-
Uses of SourceTextRetriever in org.apache.synapse.commons.evaluators.config
Methods in org.apache.synapse.commons.evaluators.config that return SourceTextRetriever Modifier and Type Method Description protected SourceTextRetriever
TextProcessingEvaluatorFactory. getSourceTextRetriever(org.apache.axiom.om.OMElement e)
Methods in org.apache.synapse.commons.evaluators.config with parameters of type SourceTextRetriever Modifier and Type Method Description protected void
TextProcessingEvaluatorSerializer. serializeSourceTextRetriever(SourceTextRetriever textRetriever, org.apache.axiom.om.OMElement element)
-
Uses of SourceTextRetriever in org.apache.synapse.commons.evaluators.source
Classes in org.apache.synapse.commons.evaluators.source that implement SourceTextRetriever Modifier and Type Class Description class
HeaderTextRetriever
class
ParameterTextRetriever
class
PropertyTextRetriever
class
SOAPEnvelopeTextRetriever
class
URLTextRetriever
-