Uses of Interface
org.springframework.integration.xml.source.SourceFactory
Package
Description
Provides various
SourceFactory
implementations.Provides Transformer and Enricher implementations.
-
Uses of SourceFactory in org.springframework.integration.xml.source
Modifier and TypeClassDescriptionclass
SourceFactory
implementation which supports creation of aDOMSource
from aDocument
,File
orString
payload.class
SourceFactory
implementation which supports creation of aStringSource
from aDocument
,File
orString
payload -
Uses of SourceFactory in org.springframework.integration.xml.transformer
Modifier and TypeMethodDescriptionvoid
UnmarshallingTransformer.setSourceFactory
(SourceFactory sourceFactory) Provide the SourceFactory to be used.void
XsltPayloadTransformer.setSourceFactory
(SourceFactory sourceFactory) Sets the SourceFactory.