|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.integration.xml.transformer.ResultToDocumentTransformer
public class ResultToDocumentTransformer
Creates a Document
from a Result
payload. Supports
DOMResult
and StringResult
implementations.
Constructor Summary | |
---|---|
ResultToDocumentTransformer()
|
|
ResultToDocumentTransformer(javax.xml.parsers.DocumentBuilderFactory documentBuilderFactory)
|
Method Summary | |
---|---|
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 |
---|
public ResultToDocumentTransformer(javax.xml.parsers.DocumentBuilderFactory documentBuilderFactory)
public ResultToDocumentTransformer()
Method Detail |
---|
public java.lang.Object transformResult(javax.xml.transform.Result result)
transformResult
in interface ResultTransformer
|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |