Class ResultToStringTransformer
java.lang.Object
org.springframework.integration.xml.transformer.ResultToStringTransformer
- All Implemented Interfaces:
ResultTransformer
- Author:
- Jonas Partner, Mark Fisher, Artem Bilan
-
Constructor Summary
ConstructorDescriptionResultToStringTransformer
(TransformerFactory transformerFactory) Construct an instance based on the providedTransformerFactory
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
setOutputProperties
(Properties outputProperties) transformResult
(Result result)
-
Constructor Details
-
ResultToStringTransformer
public ResultToStringTransformer() -
ResultToStringTransformer
Construct an instance based on the providedTransformerFactory
.- Parameters:
transformerFactory
- theTransformerFactory
to use.- Since:
- 4.3.19
-
-
Method Details
-
setOutputProperties
-
transformResult
- Specified by:
transformResult
in interfaceResultTransformer
-