org.springframework.integration.xml.transformer
Class ResultToStringTransformer

java.lang.Object
  extended by org.springframework.integration.xml.transformer.ResultToStringTransformer
All Implemented Interfaces:
ResultTransformer

public class ResultToStringTransformer
extends java.lang.Object
implements ResultTransformer

Converts the passed Result to an instance of String. Supports StringResult and DOMResult


Constructor Summary
ResultToStringTransformer()
           
 
Method Summary
 void setOutputProperties(java.util.Properties outputProperties)
           
 java.lang.Object transformResult(javax.xml.transform.Result result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultToStringTransformer

public ResultToStringTransformer()
Method Detail

setOutputProperties

public void setOutputProperties(java.util.Properties outputProperties)

transformResult

public java.lang.Object transformResult(javax.xml.transform.Result result)
Specified by:
transformResult in interface ResultTransformer