| 
 | Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.xml.source.StringSourceFactory
public class StringSourceFactory
SourceFactory implementation which supports creation of a StringSource
 from a Document, File or String payload
| Constructor Summary | |
|---|---|
| StringSourceFactory() | |
| StringSourceFactory(javax.xml.transform.TransformerFactory transformerFactory) | |
| Method Summary | |
|---|---|
|  javax.xml.transform.Source | createSource(java.lang.Object payload)Create appropriate Sourceinstance forpayload | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public StringSourceFactory()
public StringSourceFactory(javax.xml.transform.TransformerFactory transformerFactory)
| Method Detail | 
|---|
public javax.xml.transform.Source createSource(java.lang.Object payload)
SourceFactorySource instance for payload
createSource in interface SourceFactory| 
 | Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||