|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 Source instance for payload |
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)
SourceFactory
Source
instance for payload
createSource
in interface SourceFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |