|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.integration.xml.source.DomSourceFactory
public class DomSourceFactory
SourceFactory
implementation which supports creation of a DOMSource
from a Document
, File
or String
payload.
Constructor Summary | |
---|---|
DomSourceFactory()
|
|
DomSourceFactory(javax.xml.parsers.DocumentBuilderFactory documentBuilderFactory)
|
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 DomSourceFactory()
public DomSourceFactory(javax.xml.parsers.DocumentBuilderFactory documentBuilderFactory)
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 |