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

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

public class SOAPEnvelopeTextRetriever
extends Object
implements SourceTextRetriever


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

SOAPEnvelopeTextRetriever

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