Interface SourceTextRetriever
-
- All Known Implementing Classes:
HeaderTextRetriever
,ParameterTextRetriever
,PropertyTextRetriever
,SOAPEnvelopeTextRetriever
,URLTextRetriever
public interface SourceTextRetriever
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSource()
String
getSourceText(EvaluatorContext context)
-
-
-
Method Detail
-
getSource
String getSource()
-
getSourceText
String getSourceText(EvaluatorContext context) throws EvaluatorException
- Throws:
EvaluatorException
-
-