Class ResultToStringTransformer
java.lang.Object
org.springframework.integration.xml.transformer.ResultToStringTransformer
- All Implemented Interfaces:
- ResultTransformer
- Author:
- Jonas Partner, Mark Fisher, Artem Bilan, Christian Tzolov
- 
Constructor SummaryConstructorsConstructorDescriptionResultToStringTransformer(TransformerFactory transformerFactory) Construct an instance based on the providedTransformerFactory.
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetOutputProperties(Properties outputProperties) transformResult(Result result) 
- 
Constructor Details- 
ResultToStringTransformerpublic ResultToStringTransformer()
- 
ResultToStringTransformerConstruct an instance based on the providedTransformerFactory.- Parameters:
- transformerFactory- the- TransformerFactoryto use.
- Since:
- 4.3.19
 
 
- 
- 
Method Details- 
setOutputProperties
- 
transformResult- Specified by:
- transformResultin interface- ResultTransformer
 
 
-