Uses of Interface
org.apache.synapse.commons.evaluators.source.SourceTextRetriever

Packages that use SourceTextRetriever
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
 SourceTextRetriever EqualEvaluator.getTextRetriever()
           
 SourceTextRetriever MatchEvaluator.getTextRetriever()
           
 

Methods in org.apache.synapse.commons.evaluators with parameters of type SourceTextRetriever
 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
protected  SourceTextRetriever TextProcessingEvaluatorFactory.getSourceTextRetriever(org.apache.axiom.om.OMElement e)
           
 

Methods in org.apache.synapse.commons.evaluators.config with parameters of type SourceTextRetriever
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
 class HeaderTextRetriever
           
 class ParameterTextRetriever
           
 class PropertyTextRetriever
           
 class SOAPEnvelopeTextRetriever
           
 class URLTextRetriever
           
 



Copyright © 2005–2015 Apache Software Foundation. All rights reserved.