Class ResultToDocumentTransformer

java.lang.Object
org.springframework.integration.xml.transformer.ResultToDocumentTransformer
All Implemented Interfaces:
ResultTransformer

public class ResultToDocumentTransformer
extends java.lang.Object
implements ResultTransformer
Creates a Document from a Result payload. Supports DOMResult and StringResult implementations.
  • Constructor Summary

    Constructors 
    Constructor Description
    ResultToDocumentTransformer()  
    ResultToDocumentTransformer​(javax.xml.parsers.DocumentBuilderFactory documentBuilderFactory)  
  • Method Summary

    Modifier and Type Method Description
    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