Class URLTextRetriever
- java.lang.Object
-
- org.apache.synapse.commons.evaluators.source.URLTextRetriever
-
- All Implemented Interfaces:
SourceTextRetriever
public class URLTextRetriever extends Object implements SourceTextRetriever
-
-
Constructor Summary
Constructors Constructor Description URLTextRetriever()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSource()
String
getSourceText(EvaluatorContext context)
void
setSource(String fragment)
-
-
-
Method Detail
-
getSourceText
public String getSourceText(EvaluatorContext context) throws EvaluatorException
- Specified by:
getSourceText
in interfaceSourceTextRetriever
- Throws:
EvaluatorException
-
getSource
public String getSource()
- Specified by:
getSource
in interfaceSourceTextRetriever
-
setSource
public void setSource(String fragment)
-
-