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

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

public class HeaderTextRetriever
extends Object
implements SourceTextRetriever


Constructor Summary
HeaderTextRetriever(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

HeaderTextRetriever

public HeaderTextRetriever(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.