org.springframework.integration.xml.result
Class DomResultFactory

java.lang.Object
  extended by org.springframework.integration.xml.result.DomResultFactory
All Implemented Interfaces:
ResultFactory

public class DomResultFactory
extends java.lang.Object
implements ResultFactory

Author:
Jonas Partner

Constructor Summary
DomResultFactory()
           
 
Method Summary
 javax.xml.transform.Result getNewResult(Message<?> message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomResultFactory

public DomResultFactory()
Method Detail

getNewResult

public javax.xml.transform.Result getNewResult(Message<?> message)
Specified by:
getNewResult in interface ResultFactory