Package org.springframework.integration.xml.source
Provides various
SourceFactory
implementations.-
Interface Summary Interface Description SourceFactory Factory to create aSource
possibly taking into account the provided message payload instance. -
Class Summary Class Description DomSourceFactory SourceFactory
implementation which supports creation of aDOMSource
from aDocument
,File
orString
payload.StringSourceFactory SourceFactory
implementation which supports creation of aStringSource
from aDocument
,File
orString
payload