org.springframework.integration.xml.result
Class StringResultFactory

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

public class StringResultFactory
extends java.lang.Object
implements ResultFactory

Author:
Jonas Partner

Constructor Summary
StringResultFactory()
           
 
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

StringResultFactory

public StringResultFactory()
Method Detail

getNewResult

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