Class SOAPEnvelopeTextRetriever
- java.lang.Object
-
- org.apache.synapse.commons.evaluators.source.SOAPEnvelopeTextRetriever
-
- All Implemented Interfaces:
SourceTextRetriever
public class SOAPEnvelopeTextRetriever extends Object implements SourceTextRetriever
-
-
Constructor Summary
Constructors Constructor Description SOAPEnvelopeTextRetriever(String source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSource()
String
getSourceText(EvaluatorContext context)
-
-
-
Constructor Detail
-
SOAPEnvelopeTextRetriever
public SOAPEnvelopeTextRetriever(String source)
-
-
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
-
-