org.apache.synapse.commons.evaluators.source
Class ParameterTextRetriever

java.lang.Object
  extended by org.apache.synapse.commons.evaluators.source.ParameterTextRetriever
All Implemented Interfaces:
SourceTextRetriever

public class ParameterTextRetriever
extends Object
implements SourceTextRetriever


Constructor Summary
ParameterTextRetriever(String source)
           
 
Method Summary
 String getSource()
           
 String getSourceText(EvaluatorContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterTextRetriever

public ParameterTextRetriever(String source)
Method Detail

getSourceText

public String getSourceText(EvaluatorContext context)
                     throws EvaluatorException
Specified by:
getSourceText in interface SourceTextRetriever
Throws:
EvaluatorException

getSource

public String getSource()
Specified by:
getSource in interface SourceTextRetriever


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.